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