|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRIGEGAMMAHYPO_TRIGEGAMMAFASTCALOHYPOTOOLINC_H
5 #define TRIGEGAMMAHYPO_TRIGEGAMMAFASTCALOHYPOTOOLINC_H 1
45 Gaudi::Property<std::string>
m_pidName{
this,
"PidName",
"",
"Pid name"};
46 Gaudi::Property< bool >
m_useRinger {
this,
"UseRinger", false ,
"Use Ringer Selection" };
49 Gaudi::Property< std::vector<float> >
m_etabin {
this,
"EtaBins", {} ,
"Bins of eta" };
50 Gaudi::Property< std::vector<float> >
m_eTthr {
this,
"ETthr", {},
"ET Threshold" };
51 Gaudi::Property< std::vector<float> >
m_eT2thr {
this,
"ET2thr", {},
"Second layer ET threshold" };
52 Gaudi::Property< std::vector<float> >
m_hadeTthr {
this,
"HADETthr", {},
"" };
53 Gaudi::Property< std::vector<float> >
m_hadeT2thr {
this,
"HADET2thr", {},
"" };
54 Gaudi::Property< std::vector<float> >
m_carcorethr {
this,
"CARCOREthr", {},
"" };
55 Gaudi::Property< std::vector<float> >
m_caeratiothr {
this,
"CAERATIOthr", {},
"" };
56 Gaudi::Property< std::vector<float> >
m_F1thr {
this,
"F1thr", {},
"" };
57 Gaudi::Property< std::vector<float> >
m_WETA2thr {
this,
"WETA2thr", {},
"" };
58 Gaudi::Property< std::vector<float> >
m_WSTOTthr {
this,
"WSTOTthr", {},
"" };
59 Gaudi::Property< std::vector<float> >
m_F3thr {
this,
"F3thr", {},
"" };
60 Gaudi::Property< float >
m_detacluster {
this,
"dETACLUSTERthr", 0. ,
"" };
61 Gaudi::Property< float >
m_dphicluster {
this,
"dPHICLUSTERthr", 0. ,
"" };
62 Gaudi::Property< bool >
m_acceptAll {
this,
"AcceptAll", false ,
"Ignore selection" };
63 Gaudi::Property<float>
m_emEtCut{
this,
"EtCut", 0.0,
"Et threshold"};
66 ToolHandle< GenericMonitoringTool >
m_monTool{
this,
"MonTool",
"",
"Monitoring tool" };
71 #endif //> !TRIGEGAMMAHYPO_TRIGEGAMMAFASTCALOHYPOTOOLINC_H
Scalar eta() const
pseudorapidity method
::StatusCode StatusCode
StatusCode definition for legacy code.