|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JETMONITORING_JETVARTOOL_H
6 #define JETMONITORING_JETVARTOOL_H
10 #include "GaudiKernel/IAlgTool.h"
16 static const InterfaceID IID_IJetHistoVarTool(
"IJetHistoVarTool", 1 , 0);
32 static const InterfaceID&
interfaceID() {
return IID_IJetHistoVarTool; }
61 std::unique_ptr<JetVar::Variable>
m_v;
63 Gaudi::Property<std::string>
m_name {
this,
"Name",
""};
64 Gaudi::Property<std::string>
m_type {
this,
"Type",
"float"};
65 Gaudi::Property<int>
m_index {
this,
"Index", -1};
66 Gaudi::Property<float>
m_scale {
this,
"Scale", 1.};
::StatusCode StatusCode
StatusCode definition for legacy code.
std::string to_string(const DetectorType &type)