Belle II Software  release-05-01-25
TRGECLUnpackerStore.cc
1 //---------------------------------------------------------------
2 // $Id$
3 //---------------------------------------------------------------
4 // Filename : TRGECLUnpackerStore.cc
5 // Section : TRG ECL
6 // Owner : SungHyun Kim
7 // Email : sunghyun.kim@belle2.org
8 //---------------------------------------------------------------
9 // Description : A class to represent TRG ECL
10 //---------------------------------------------------------------
11 // $Log$
12 //---------------------------------------------------------------
13 #include "trg/ecl/dataobjects/TRGECLUnpackerStore.h"
14 
15 using namespace std;
16 using namespace Belle2;
17 
18 //ClassImp(TRGECLUnpackerEVT)
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19