|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef TrigEgammaEmulationPrecisionCaloHypoTool_h
7 #define TrigEgammaEmulationPrecisionCaloHypoTool_h
34 Gaudi::Property< float >
m_detacluster {
this,
"dETACLUSTERthr", 0. ,
"" };
35 Gaudi::Property< float >
m_dphicluster {
this,
"dPHICLUSTERthr", 0. ,
"" };
36 Gaudi::Property< std::vector<float> >
m_et2thr {
this,
"ET2thr" , {} ,
"" };
37 Gaudi::Property< std::vector<float> >
m_etabin {
this,
"EtaBins", {} ,
"Bins of eta" };
38 Gaudi::Property< std::vector<float> >
m_eTthr {
this,
"ETthr", {},
"ET Threshold" };
The common trigger namespace for trigger analysis tools.
Description of a calorimeter cluster.