/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Reconstruction/Pi0EtaToGGRecAlg/Pi0EtaToGGRecAlg-00-00-11/misc/PhotonChildSelector.cxx

Go to the documentation of this file.
00001 #include "GaudiKernel/Bootstrap.h"
00002 #include "GaudiKernel/IJobOptionsSvc.h"
00003 #include "GaudiKernel/ISvcLocator.h"
00004 #include "GaudiKernel/PropertyMgr.h"
00005 
00006 #include "Pi0EtaToGGRecAlg/PhotonChildSelector.h"
00007 
00008 PhotonChildSelector::PhotonChildSelector() : Algorithm
00009 {
00010   Gaudi::svcLocator()->service("JobOptionsSvc", jobSvc);
00011 
00012   PropertyMgr m_propMgr;
00013 
00014   //Declare the properties
00015   m_propMgr.declareProperty("DeltaAngleCut",   m_angled_cut       = 20);
00016   m_propMgr.declareProperty("MinEnergy",       m_minEnergy        = 0.02);
00017   m_propMgr.declareProperty("UseBarrelEmc",    m_useBarrel        = true);
00018   m_propMgr.declareProperty("UseEndcapEmc",    m_useEndcap        = true);
00019 
00020 }

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