|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef TrigEgammaEmulationPrecisionPhotonHypoTool_h
7 #define TrigEgammaEmulationPrecisionPhotonHypoTool_h
41 Gaudi::Property< std::string >
m_pidName {
this,
"PidName",
"" };
42 Gaudi::Property< float >
m_detacluster {
this,
"dETACLUSTERthr", 0. ,
"" };
43 Gaudi::Property< float >
m_dphicluster {
this,
"dPHICLUSTERthr", 0. ,
"" };
44 Gaudi::Property< float >
m_RelTopoEtConeCut {
this,
"RelTopoEtConeCut", -999. ,
"Calo isolation cut" };
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" };
The common trigger namespace for trigger analysis tools.
::StatusCode StatusCode
StatusCode definition for legacy code.