Belle II Software  release-05-01-25
RawTRG.cc
1 //+
2 // File : RawTRG.cc
3 // Description : Module to handle raw data from COPPER
4 //
5 // Author : Satoru Yamada, IPNS, KEK
6 // Date : 2 - Aug - 2013
7 //-
8 
9 #include <rawdata/dataobjects/RawTRG.h>
10 
11 using namespace std;
12 using namespace Belle2;
13 
14 RawTRG::RawTRG()
15 {
16 }
17 
18 RawTRG::~RawTRG()
19 {
20 }
21 
22 
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19