|
ATLAS Offline Software
|
Go to the documentation of this file. 1 #ifndef TrigEgammaEmulationFastCaloHypoTool_h
2 #define TrigEgammaEmulationFastCaloHypoTool_h
38 Gaudi::Property< bool >
m_acceptAll {
this,
"AcceptAll", false ,
"Accept all" };
39 Gaudi::Property< bool >
m_useRinger {
this,
"UseRinger", false ,
"Use Ringer Selection" };
40 Gaudi::Property<std::string>
m_pidName{
this,
"PidName",
"",
"Pid name"};
41 Gaudi::Property<float>
m_emEtCut{
this,
"EtCut", 0.0,
"Et threshold"};
45 Gaudi::Property< std::vector<float> >
m_etabin {
this,
"EtaBins", {} ,
"Bins of eta" };
46 Gaudi::Property< std::vector<float> >
m_eTthr {
this,
"ETthr", {},
"ET Threshold" };
47 Gaudi::Property< std::vector<float> >
m_eT2thr {
this,
"ET2thr", {},
"Second layer ET threshold" };
48 Gaudi::Property< std::vector<float> >
m_hadeTthr {
this,
"HADETthr", {},
"" };
49 Gaudi::Property< std::vector<float> >
m_hadeT2thr {
this,
"HADET2thr", {},
"" };
50 Gaudi::Property< std::vector<float> >
m_carcorethr {
this,
"CARCOREthr", {},
"" };
51 Gaudi::Property< std::vector<float> >
m_caeratiothr {
this,
"CAERATIOthr", {},
"" };
52 Gaudi::Property< std::vector<float> >
m_F1thr {
this,
"F1thr", {},
"" };
53 Gaudi::Property< std::vector<float> >
m_WETA2thr {
this,
"WETA2thr", {},
"" };
54 Gaudi::Property< std::vector<float> >
m_WSTOTthr {
this,
"WSTOTthr", {},
"" };
55 Gaudi::Property< std::vector<float> >
m_F3thr {
this,
"F3thr", {},
"" };
56 Gaudi::Property< float >
m_detacluster {
this,
"dETACLUSTERthr", 0. ,
"" };
57 Gaudi::Property< float >
m_dphicluster {
this,
"dPHICLUSTERthr", 0. ,
"" };
The common trigger namespace for trigger analysis tools.
::StatusCode StatusCode
StatusCode definition for legacy code.