/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/Pi0RecAlg/Pi0RecAlg-00-00-06/Pi0RecAlg/Pi0RecAlg.h

Go to the documentation of this file.
00001 #ifndef Physics_Analysis_Pi0Rec_Alg_H
00002 #define Physics_Analysis_Pi0Rec_Alg_H 
00003 
00004 #include "CLHEP/Vector/LorentzVector.h"
00005 #include "GaudiKernel/Algorithm.h"
00006 #include "Pi0Cut.h"
00007 // predeclaration
00008 class RecEmcShower;
00009 
00010 class Pi0RecAlg : public Algorithm {
00011 
00012    public:
00013 
00014       Pi0RecAlg(const std::string& name, ISvcLocator* pSvcLocator);
00015 
00016       StatusCode initialize();
00017       StatusCode execute();
00018       StatusCode finalize();  
00019 
00020    private:
00021 
00022       HepLorentzVector getP4(RecEmcShower* gTrk);
00023       UserPi0Cut _pi0_cut;
00024       /*      double m_barrel_min_energy;
00025               double m_endcap_min_energy;
00026               double m_angle ;
00027               double m_time_limit;
00028 
00029               double m_minmass_cut;
00030               double m_maxmass_cut;
00031               double m_chisq_cut;
00032               double m_costheta_cut;*/
00033 
00034 };
00035 #endif

Generated on Tue Nov 29 23:13:46 2016 for BOSS_7.0.2 by  doxygen 1.4.7