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