Belle II Software  release-05-01-25
RawARICH.cc
1 //+
2 // File : RawCOPPER.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/RawARICH.h>
10 
11 using namespace std;
12 using namespace Belle2;
13 
14 RawARICH::RawARICH()
15 {
16 }
17 
18 RawARICH::~RawARICH()
19 {
20 }
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19