15#ifndef CALOCLUSTERCONSTITUENTSUBSTRACTOR_H
16#define CALOCLUSTERCONSTITUENTSUBSTRACTOR_H
26#include "fastjet/FunctionOfPseudoJet.hh"
46 Gaudi::Property<float>
m_maxDeltaR = {
this,
"MaxDeltaR",0.25,
""};
47 Gaudi::Property<float>
m_alpha = {
this,
"Alpha",0.,
""};
48 Gaudi::Property<float>
m_ghostArea = {
this,
"GhostArea",0.01,
""};
49 Gaudi::Property<float>
m_maxEta = {
this,
"MaxEta",5.5,
""};
52 Gaudi::Property<float>
m_gridSize = {
this,
"GridSize", 0.5,
""};
59 Gaudi::Property<bool>
m_ignoreChargedPFOs = {
this,
"IgnoreChargedPFO",0.,
"Option to disregard cPFOs in the weight calculation"};
61 std::unique_ptr<fastjet::FunctionOfPseudoJet<double> >
m_rescaling=
nullptr;
62 std::unique_ptr<TH1D>
m_hist=
nullptr;
JetConstituentModifierBase(const std::string &name)
Property holding a SG store/key/clid from which a ReadHandle is made.
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.