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