CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
bak_RootEventData-00-05-12/src/TMcHitEvent.cxx File Reference
#include "RootEventData/TMcHitEvent.h"
#include "TCollection.h"

Go to the source code of this file.

Functions

 ClassImp (TMcHitEvent) TMcHitEvent
 

Function Documentation

◆ ClassImp()

ClassImp ( TMcHitEvent  )

Definition at line 4 of file bak_RootEventData-00-05-12/src/TMcHitEvent.cxx.

8{
9 m_beamTime = -1.;
10 m_tTofMcHitCol = new TObjArray();
11 m_tMdcMcHitCol = new TObjArray();
12 m_tCgemMcHitCol = new TObjArray();
13 m_tEmcMcDigiCol= new TObjArray();
14 Clear();
15}