BOSS 6.6.4.p03
BESIII Offline Software System
Loading...
Searching...
No Matches
DQAPi0Info.cxx
Go to the documentation of this file.
2
3DQAPi0Info::DQAPi0Info(): m_shower0(0),m_shower1(0),m_p4(0),m_mpi0(0)
4{
5 m_energyThreshold_e = 0.05;
6 m_energyThreshold_b = 0.025;
7 m_costheta_b = 0.82;
8 m_costheta_e1 = 0.85;
9 m_costheta_e2 = 0.92;
10}
11
13{
14 m_shower0 = 0;
15 m_shower1 = 0;
16 m_p4 = HepLorentzVector(0,0,0,0);
17 m_mpi0 = 0;
18}