BOSS 7.0.9
BESIII Offline Software System
Loading...
Searching...
No Matches
TEvtRecEvent.cxx
Go to the documentation of this file.
2
4
5// Allocate the TObjArray just once
6
8 : m_tottks(0), m_nchrg(0), m_nneu(0), m_nvee(0), m_npi0(0),m_ndtag(0)
9{
10 Clear();
11}
12
14}
15
17}
18
19void TEvtRecEvent::Clear(Option_t* option) {
20}
21
22void TEvtRecEvent::Print(Option_t* option) const {
23 TObject::Print(option);
24}
25
ClassImp(TEvtRecEvent) TEvtRecEvent
Definition: TEvtRecEvent.cxx:3
void Print(Option_t *option="") const
void initialize()
void Clear(Option_t *option="")
virtual ~TEvtRecEvent()