5#ifndef JETMONITORING_NUMJETVARTOOL_H
6#define JETMONITORING_NUMJETVARTOOL_H
9#include "GaudiKernel/IAlgTool.h"
21 NumJetVarTool(
const std::string &
type,
const std::string & name,
const IInterface* parent);
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",
""};
JetContainer_v1 JetContainer
Definition of the current "jet container version".