BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TEvtRecEvent.cxx
Go to the documentation of this file.
1#include "RootEventData/TEvtRecEvent.h"
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 Clear();
10}
11
13
15
16void TEvtRecEvent::Clear( Option_t* option ) {}
17
18void TEvtRecEvent::Print( Option_t* option ) const { TObject::Print( option ); }
ClassImp(TEvtRecEvent)
void Print(Option_t *option="") const
void Clear(Option_t *option="")
virtual ~TEvtRecEvent()