7#ifndef HIJETREC_HIJETCLUSTERINDEXASSOCIATIONTOOL_H
8#define HIJETREC_HIJETCLUSTERINDEXASSOCIATIONTOOL_H
57 Gaudi::Property< std::string >
m_assocName {
this,
"AssociationName",
"",
"Name of jet attribute providing link between jets and clusters" };
61 Gaudi::Property< float >
m_DR {
this,
"DeltaR", 0.8,
"Index passing actually needs to be implemented" };
62 Gaudi::Property< bool >
m_applyFilter {
this,
"ApplyFilter",
false,
"Apply filter boolean" };
64 Gaudi::Property< float >
m_Emin {
this,
"FilterMinE", -999.,
"Filter minimum Energy" };
65 Gaudi::Property< float >
m_pTmin {
this,
"FilterMinPt", 0.,
"Filter minimum Pt" };
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
JetModifierBase(const std::string &myname)
Ctor.
Property holding a SG store/key/clid from which a ReadHandle is made.
Jet_v1 Jet
Definition of the current "jet version".
JetContainer_v1 JetContainer
Definition of the current "jet container version".