PhotonChildSelector Class Reference

#include <PhotonChildSelector.h>

List of all members.

Public Member Functions

 PhotonChildSelector ()

Private Attributes

double m_angled_cut
double m_minEnergy
bool m_useBarrel
bool m_useEndcap


Detailed Description

Definition at line 6 of file PhotonChildSelector.h.


Constructor & Destructor Documentation

PhotonChildSelector::PhotonChildSelector (  ) 

Definition at line 8 of file PhotonChildSelector.cxx.

References m_angled_cut, m_minEnergy, m_useBarrel, and m_useEndcap.

00008                                          : 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 }


Member Data Documentation

double PhotonChildSelector::m_angled_cut [private]

Definition at line 15 of file PhotonChildSelector.h.

Referenced by PhotonChildSelector().

double PhotonChildSelector::m_minEnergy [private]

Definition at line 16 of file PhotonChildSelector.h.

Referenced by PhotonChildSelector().

bool PhotonChildSelector::m_useBarrel [private]

Definition at line 18 of file PhotonChildSelector.h.

Referenced by PhotonChildSelector().

bool PhotonChildSelector::m_useEndcap [private]

Definition at line 19 of file PhotonChildSelector.h.

Referenced by PhotonChildSelector().


Generated on Tue Nov 29 23:20:39 2016 for BOSS_7.0.2 by  doxygen 1.4.7