5#ifndef JETMONITORING_JETVARTOOL_H
6#define JETMONITORING_JETVARTOOL_H
10#include "GaudiKernel/IAlgTool.h"
47 JetHistoVarTool(
const std::string&
type,
const std::string & name ,
const IInterface* parent);
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.};
The goal of this class is to define a common way to access any "jet variable".
Jet_v1 Jet
Definition of the current "jet version".