10#ifndef JETCALIBTOOLS_JETRESPONSETOOL_H
11#define JETCALIBTOOLS_JETRESPONSETOOL_H 1
45 Gaudi::Property<float>
m_recoJetMinPt{
this,
"RecoJetMinPt", 7000,
"Minimum reco jet pT in MeV"};
46 Gaudi::Property<float>
m_truthIsolMaxFrac{
this,
"TruthIsolMaxFrac", 0.3,
"Maximum truth particle pt in isolation cone"};
47 Gaudi::Property<float>
m_recoIsolMaxFrac{
this,
"RecoIsolMaxFrac", 0.3,
"Maximum reco constituent pt in isolation cone"};
49 bool isIsolated(
float recoIsolFrac,
float truthIsolFrac)
const;
Interface for adding a decoration to a jet container.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
JetContainer_v1 JetContainer
Definition of the current "jet container version".