/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/DQA/DQADtagAlg/DQADtagAlg-00-00-13/src/util/DQAPi0Info.cxx

Go to the documentation of this file.
00001 #include "DQADtagAlg/util/DQAPi0Info.h" 
00002 
00003 DQAPi0Info::DQAPi0Info(): m_shower0(0),m_shower1(0),m_p4(0),m_mpi0(0)
00004 {
00005         m_energyThreshold_e = 0.05;
00006         m_energyThreshold_b = 0.025;
00007         m_costheta_b = 0.82;
00008         m_costheta_e1 = 0.85;
00009         m_costheta_e2 = 0.92;
00010 }
00011 
00012 DQAPi0Info::~DQAPi0Info()
00013 {
00014         m_shower0 = 0;
00015         m_shower1 = 0;
00016         m_p4 = HepLorentzVector(0,0,0,0);
00017         m_mpi0 = 0;
00018 }

Generated on Tue Nov 29 22:58:06 2016 for BOSS_7.0.2 by  doxygen 1.4.7