|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #ifndef TrigEgammaEmulationPrecisionElectronHypoTool_h
7 #define TrigEgammaEmulationPrecisionElectronHypoTool_h
40 Gaudi::Property< std::string >
m_pidName {
this,
"PidName",
"" };
41 Gaudi::Property< float >
m_detacluster {
this,
"dETACLUSTERthr", 0. ,
"" };
42 Gaudi::Property< float >
m_dphicluster {
this,
"dPHICLUSTERthr", 0. ,
"" };
43 Gaudi::Property< float >
m_RelPtConeCut {
this,
"RelPtConeCut", -999.,
"Track isolation cut" };
44 Gaudi::Property< std::vector<float> >
m_etabin {
this,
"EtaBins", {} ,
"Bins of eta" };
45 Gaudi::Property< std::vector<float> >
m_eTthr {
this,
"ETthr", {},
"ET Threshold" };
46 Gaudi::Property<float>
m_d0{
this,
"d0Cut", -1,
"d0 cut" };
48 Gaudi::Property<bool>
m_acceptAll{
this,
"AcceptAll",
false,
"Accept all events" };
49 Gaudi::Property< bool >
m_doNoPid {
this,
"DoNoPid", false ,
"No Pid/Isolation applied" };
The common trigger namespace for trigger analysis tools.
::StatusCode StatusCode
StatusCode definition for legacy code.