BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
TEvtRecEtaToGG.cxx
Go to the documentation of this file.
1#include "RootEventData/TEvtRecEtaToGG.h"
2
4
6 : m_unconMass( 0 )
7 , m_chisq( 0 )
8 , m_hiPx( 0 )
9 , m_hiPy( 0 )
10 , m_hiPz( 0 )
11 , m_hiPe( 0 )
12 , m_loPx( 0 )
13 , m_loPy( 0 )
14 , m_loPz( 0 )
15 , m_loPe( 0 )
16 , m_hiEnGamma( 0 )
17 , m_loEnGamma( 0 ) {}
18
ClassImp(TEvtRecEtaToGG)