  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
    4 #ifndef TRIGEGAMMAHYPO_TRIGPHOTONCALOISOHYPOTOOLINC_H 
    5 #define TRIGEGAMMAHYPO_TRIGPHOTONCALOISOHYPOTOOLINC_H 1 
   41     virtual StatusCode decide( std::vector<ITrigEgammaPrecisionPhotonCaloIsoHypoTool::PhotonInfo>& 
input )  
const override;
 
   49     Gaudi::Property< std::vector<float> > 
m_etabin { 
this, 
"EtaBins", {} , 
"Bins of eta" }; 
 
   50     Gaudi::Property< std::vector<float> > 
m_RelEtConeCut { 
this, 
"RelEtConeCut", {999., 999., 999.} , 
"Calo isolation cut on etcone20" };
 
   51     Gaudi::Property< std::vector<float> > 
m_RelTopoEtConeCut { 
this, 
"RelTopoEtConeCut", {999., 999., 999.}, 
"Calo isolation cut in [TopoEtcone20/pt, TopoEtcone30/pt, TopoEtcone40/pt]" };
 
   52     Gaudi::Property< std::vector<float> > 
m_CutOffset { 
this, 
"Offset", {0., 0., 0.} , 
"Calo isolation offset cut in [(Topo)Etcone20/pt, (Topo)Etcone30/pt, (Topo)Etcone40/pt]" };
 
   53     Gaudi::Property< std::string >        
m_pidName {
this, 
"PidName", 
"", 
"Pid name"}; 
 
   56     Gaudi::Property< bool >        
m_acceptAll {
this, 
"AcceptAll", 
false, 
"Force accept the event"}; 
 
   58     ToolHandle< GenericMonitoringTool >   
m_monTool { 
this, 
"MonTool", 
"", 
"Monitoring tool" };
 
   67 #endif //> !TRIGEGAMMAHYPO_TRIGPRECISIONPHOTONHYPOTOOL_H 
  
Scalar eta() const
pseudorapidity method
 
::StatusCode StatusCode
StatusCode definition for legacy code.
 
Handle class for reading a decoration on an object.
 
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.