![]() |
ATLAS Offline Software
|
#include <TrigEgammaPrecisionPhotonHypoTool.h>
Public Member Functions | |
| TrigEgammaPrecisionPhotonHypoTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual StatusCode | initialize () override |
| virtual StatusCode | decide (std::vector< ITrigEgammaPrecisionPhotonHypoTool::PhotonInfo > &input) const override |
| virtual bool | decide (const ITrigEgammaPrecisionPhotonHypoTool::PhotonInfo &i) const override |
Private Member Functions | |
| int | findCutIndex (float eta) const |
Private Attributes | |
| HLT::Identifier | m_decisionId |
| Gaudi::Property< std::vector< float > > | m_etabin { this, "EtaBins", {} , "Bins of eta" } |
| selection variable for PRECISION calo selection:eta bins More... | |
| Gaudi::Property< std::vector< float > > | m_eTthr { this, "ETthr", {}, "ET Threshold" } |
| Gaudi::Property< float > | m_detacluster { this, "dETACLUSTERthr", 0. , "" } |
| Gaudi::Property< float > | m_dphicluster { this, "dPHICLUSTERthr", 0. , "" } |
| Gaudi::Property< bool > | m_doNoPid { this, "DoNoPid", false , "No Pid/Isolation applied" } |
| Gaudi::Property< std::string > | m_pidName {this, "PidName", "", "Pid name"} |
| ToolHandle< GenericMonitoringTool > | m_monTool { this, "MonTool", "", "Monitoring tool" } |
| SG::ReadDecorHandleKey< xAOD::EventInfo > | m_avgMuKey { this, "averageInteractionsPerCrossingKey", "EventInfo.averageInteractionsPerCrossing", "Decoration for Average Interaction Per Crossing" } |
Definition at line 19 of file TrigEgammaPrecisionPhotonHypoTool.h.
| TrigEgammaPrecisionPhotonHypoTool::TrigEgammaPrecisionPhotonHypoTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) |
Definition at line 17 of file TrigEgammaPrecisionPhotonHypoTool.cxx.
|
overridevirtual |
Definition at line 63 of file TrigEgammaPrecisionPhotonHypoTool.cxx.
|
overridevirtual |
|
private |
Definition at line 241 of file TrigEgammaPrecisionPhotonHypoTool.cxx.
|
overridevirtual |
Definition at line 25 of file TrigEgammaPrecisionPhotonHypoTool.cxx.
|
private |
Definition at line 47 of file TrigEgammaPrecisionPhotonHypoTool.h.
|
private |
Definition at line 30 of file TrigEgammaPrecisionPhotonHypoTool.h.
|
private |
Definition at line 35 of file TrigEgammaPrecisionPhotonHypoTool.h.
|
private |
Definition at line 37 of file TrigEgammaPrecisionPhotonHypoTool.h.
|
private |
Definition at line 36 of file TrigEgammaPrecisionPhotonHypoTool.h.
|
private |
selection variable for PRECISION calo selection:eta bins
Definition at line 33 of file TrigEgammaPrecisionPhotonHypoTool.h.
|
private |
Definition at line 34 of file TrigEgammaPrecisionPhotonHypoTool.h.
|
private |
Definition at line 44 of file TrigEgammaPrecisionPhotonHypoTool.h.
|
private |
Definition at line 41 of file TrigEgammaPrecisionPhotonHypoTool.h.
1.8.18