Belle II Software  release-05-01-25
TRGECLHitMC.cc
1 //---------------------------------------------------------------
2 // $Id$
3 //---------------------------------------------------------------
4 // Filename : TRGECLHit.cc
5 // Section : TRG ECL
6 // Owner : InSu Lee/Yuuji Unno
7 // Email : islee@hep.hanyang.ac.kr / yunno@post.kek.jp
8 //---------------------------------------------------------------
9 // Description : A class to represent TRG ECL
10 //---------------------------------------------------------------
11 // $Log$
12 //---------------------------------------------------------------
13 #include "trg/ecl/dataobjects/TRGECLHitMC.h"
14 
15 using namespace std;
16 using namespace Belle2;
17 
18 //ClassImp(TRGECLHitMC)
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19