|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRIGTRTHTHHYPOTOOL_H
5 #define TRIGTRTHTHHYPOTOOL_H 1
21 const std::string&
name,
22 const IInterface*
parent );
34 Gaudi::Property< bool >
m_acceptAll {
this,
"AcceptAll", false ,
"Bins of eta" };
35 Gaudi::Property< unsigned int >
m_minTRTHTHitsRoad {
this,
"MinTRTHTHitsRoad", 20 ,
"Bins of eta" };
36 Gaudi::Property< float >
m_minHTratioRoad {
this,
"MinHTRatioRoad", 0.4 ,
"Bins of eta" };
37 Gaudi::Property< unsigned int >
m_minTRTHTHitsWedge {
this,
"MinTRTHTHitsWedge", 30 ,
"Bins of eta" };
38 Gaudi::Property< float >
m_minHTratioWedge {
this,
"MinHTRatioWedge", 0.5 ,
"Bins of eta" };
39 Gaudi::Property< bool >
m_doWedge {
this,
"DoWedge", true ,
"Bins of eta" };
40 Gaudi::Property< bool >
m_doRoad {
this,
"DoRoad", false ,
"Bins of eta" };
42 ToolHandle< GenericMonitoringTool >
m_monTool{
this,
"MonTool",
"",
"Monitoring tool" };
::StatusCode StatusCode
StatusCode definition for legacy code.