|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JETMONITORING_NUMJETVARTOOL_H
6 #define JETMONITORING_NUMJETVARTOOL_H
9 #include "GaudiKernel/IAlgTool.h"
31 Gaudi::Property<float>
m_ptCut = {
this,
"PtCut", 0.};
32 Gaudi::Property<float>
m_etCut = {
this,
"EtCut", 0.};
33 Gaudi::Property<float>
m_etaMin = {
this,
"EtaMin", -10.};
34 Gaudi::Property<float>
m_etaMax = {
this,
"EtaMax", 10.};
35 Gaudi::Property<std::string>
m_varName {
this,
"VarName",
""};
::StatusCode StatusCode
StatusCode definition for legacy code.