BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TEvtRecDTag.cxx
Go to the documentation of this file.
1#include "RootEventData/TEvtRecDTag.h"
2
4
6 : m_decayMode( 0 )
7 , m_type( 0 )
8 , m_beamE( 0 )
9 , m_mass( 0 )
10 , m_mBC( 0 )
11 , m_deltaE( 0 )
12 , m_charge( 0 )
13 , m_charm( 0 )
14 , m_numOfChildren( 0 )
15 , m_px( 0 )
16 , m_py( 0 )
17 , m_pz( 0 )
18 , m_pe( 0 ) {
19 m_tracks.clear();
20 m_showers.clear();
21 m_otherTracks.clear();
22 m_otherShowers.clear();
23 m_pionId.clear();
24 m_kaonId.clear();
25}
26
ClassImp(TEvtRecDTag)