ATLAS Offline Software
|
#include <TrigEgammaPrecisionElectronHypoTool.h>
Public Member Functions | |
TrigEgammaPrecisionElectronHypoTool (const std::string &type, const std::string &name, const IInterface *parent) | |
virtual StatusCode | initialize () override |
virtual StatusCode | decide (std::vector< ITrigEgammaPrecisionElectronHypoTool::ElectronInfo > &input) const override |
virtual bool | decide (const ITrigEgammaPrecisionElectronHypoTool::ElectronInfo &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 electron 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< float > | m_RelPtConeCut { this, "RelPtConeCut", -999., "Track isolation cut" } |
Gaudi::Property< float > | m_d0 { this, "d0Cut", -1., "d0 cut" } |
Gaudi::Property< std::string > | m_pidName {this,"PidName", "", "Pid name"} |
Gaudi::Property< bool > | m_acceptAll { this, "AcceptAll", false , "accept all." } |
Gaudi::Property< bool > | m_doNoPid { this, "DoNoPid", false , "No Pid/Isolation applied" } |
ToolHandle< GenericMonitoringTool > | m_monTool { this, "MonTool", "", "Monitoring tool" } |
Definition at line 20 of file TrigEgammaPrecisionElectronHypoTool.h.
TrigEgammaPrecisionElectronHypoTool::TrigEgammaPrecisionElectronHypoTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 17 of file TrigEgammaPrecisionElectronHypoTool.cxx.
|
overridevirtual |
Definition at line 52 of file TrigEgammaPrecisionElectronHypoTool.cxx.
|
overridevirtual |
|
private |
Definition at line 333 of file TrigEgammaPrecisionElectronHypoTool.cxx.
|
overridevirtual |
Definition at line 25 of file TrigEgammaPrecisionElectronHypoTool.cxx.
|
private |
Definition at line 42 of file TrigEgammaPrecisionElectronHypoTool.h.
|
private |
Definition at line 40 of file TrigEgammaPrecisionElectronHypoTool.h.
|
private |
Definition at line 32 of file TrigEgammaPrecisionElectronHypoTool.h.
|
private |
Definition at line 37 of file TrigEgammaPrecisionElectronHypoTool.h.
|
private |
Definition at line 43 of file TrigEgammaPrecisionElectronHypoTool.h.
|
private |
Definition at line 38 of file TrigEgammaPrecisionElectronHypoTool.h.
|
private |
selection variable for PRECISION electron selection:eta bins
Definition at line 35 of file TrigEgammaPrecisionElectronHypoTool.h.
|
private |
Definition at line 36 of file TrigEgammaPrecisionElectronHypoTool.h.
|
private |
Definition at line 44 of file TrigEgammaPrecisionElectronHypoTool.h.
|
private |
Definition at line 41 of file TrigEgammaPrecisionElectronHypoTool.h.
|
private |
Definition at line 39 of file TrigEgammaPrecisionElectronHypoTool.h.