ATLAS Offline Software
|
#include <TrigEgammaFastCaloHypoTool.h>
Public Member Functions | |
TrigEgammaFastCaloHypoTool (const std::string &type, const std::string &name, const IInterface *parent) | |
virtual | ~TrigEgammaFastCaloHypoTool () |
virtual StatusCode | initialize () override |
virtual StatusCode | decide (std::vector< ITrigEgammaFastCaloHypoTool::FastClusterInfo > &input) const override |
virtual bool | decide (const ITrigEgammaFastCaloHypoTool::FastClusterInfo &i) const override |
Private Member Functions | |
bool | decide_cutbased (const ITrigEgammaFastCaloHypoTool::FastClusterInfo &i) const |
bool | decide_ringer (const ITrigEgammaFastCaloHypoTool::FastClusterInfo &i) const |
int | findCutIndex (float eta) const |
Private Attributes | |
HLT::Identifier | m_decisionId |
Gaudi::Property< std::string > | m_pidName {this,"PidName", "", "Pid name"} |
Gaudi::Property< bool > | m_useRinger { this, "UseRinger", false , "Use Ringer Selection" } |
Gaudi::Property< std::vector< float > > | m_etabin { this, "EtaBins", {} , "Bins of eta" } |
selection variable for L2 calo selection:eta bins More... | |
Gaudi::Property< std::vector< float > > | m_eTthr { this, "ETthr", {}, "ET Threshold" } |
Gaudi::Property< std::vector< float > > | m_eT2thr { this, "ET2thr", {}, "Second layer ET threshold" } |
Gaudi::Property< std::vector< float > > | m_hadeTthr { this, "HADETthr", {}, "" } |
Gaudi::Property< std::vector< float > > | m_hadeT2thr { this, "HADET2thr", {}, "" } |
Gaudi::Property< std::vector< float > > | m_carcorethr { this, "CARCOREthr", {}, "" } |
Gaudi::Property< std::vector< float > > | m_caeratiothr { this, "CAERATIOthr", {}, "" } |
Gaudi::Property< std::vector< float > > | m_F1thr { this, "F1thr", {}, "" } |
Gaudi::Property< std::vector< float > > | m_WETA2thr { this, "WETA2thr", {}, "" } |
Gaudi::Property< std::vector< float > > | m_WSTOTthr { this, "WSTOTthr", {}, "" } |
Gaudi::Property< std::vector< float > > | m_F3thr { this, "F3thr", {}, "" } |
Gaudi::Property< float > | m_detacluster { this, "dETACLUSTERthr", 0. , "" } |
Gaudi::Property< float > | m_dphicluster { this, "dPHICLUSTERthr", 0. , "" } |
Gaudi::Property< bool > | m_acceptAll { this, "AcceptAll", false , "Ignore selection" } |
Gaudi::Property< float > | m_emEtCut {this,"EtCut", 0.0, "Et threshold"} |
ToolHandle< GenericMonitoringTool > | m_monTool { this, "MonTool", "", "Monitoring tool" } |
Definition at line 22 of file TrigEgammaFastCaloHypoTool.h.
TrigEgammaFastCaloHypoTool::TrigEgammaFastCaloHypoTool | ( | const std::string & | type, |
const std::string & | name, | ||
const IInterface * | parent | ||
) |
Definition at line 16 of file TrigEgammaFastCaloHypoTool.cxx.
|
virtual |
Definition at line 24 of file TrigEgammaFastCaloHypoTool.cxx.
|
overridevirtual |
Definition at line 92 of file TrigEgammaFastCaloHypoTool.cxx.
|
overridevirtual |
|
private |
Definition at line 99 of file TrigEgammaFastCaloHypoTool.cxx.
|
private |
Definition at line 331 of file TrigEgammaFastCaloHypoTool.cxx.
|
private |
Definition at line 392 of file TrigEgammaFastCaloHypoTool.cxx.
|
overridevirtual |
Definition at line 28 of file TrigEgammaFastCaloHypoTool.cxx.
|
private |
Definition at line 62 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 55 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 54 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 43 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 60 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 61 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 63 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 51 of file TrigEgammaFastCaloHypoTool.h.
|
private |
selection variable for L2 calo selection:eta bins
Definition at line 49 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 50 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 56 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 59 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 53 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 52 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 66 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 45 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 46 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 57 of file TrigEgammaFastCaloHypoTool.h.
|
private |
Definition at line 58 of file TrigEgammaFastCaloHypoTool.h.