BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
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 TMcHitEvent.cxx.

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