9#ifndef JETMOMENTTOOLS_JETBADCHANCORRTOOL_H
10#define JETMOMENTTOOLS_JETBADCHANCORRTOOL_H
78 Gaudi::Property<std::string>
m_jetContainerName{
this,
"JetContainer",
"",
"SG key for the input jet container"};
79 Gaudi::Property<int>
m_nBadCellLimit{
this,
"NBadCellLimit", 10000,
"Limit to calculate moments"};
82 Gaudi::Property<std::string>
m_streamName{
this,
"StreamName",
"/JetBadChanCorrTool/",
"Stream name"};
83 Gaudi::Property<std::string>
m_profileName{
this,
"ProfileName",
"JetBadChanCorrTool.root",
"Profile name"};
84 Gaudi::Property<std::string>
m_profileTag{
this,
"ProfileTag",
"",
"Profile tag"};
86 Gaudi::Property<bool>
m_useCone{
this,
"UseCone",
true,
"Use cone?"};
87 Gaudi::Property<bool>
m_useClusters{
this,
"UseClusters",
false,
"Use clusters?"};
99 double ptMin=0,
double ptMax=9999,
100 double etaMin=0,
double etaMax=5.0,
101 double phiMin=-
M_PI,
double phiMax=
M_PI):
117 int idr = std::as_const(
m_th)->FindBin(dr);
118 return m_th->GetBinContent(idr);
133 double getProfile(
double pt,
double dr,
int sample,
double eta,
double phi)
const;
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Interface for adding a decoration to a jet container.
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.
Jet_v1 Jet
Definition of the current "jet version".
JetContainer_v1 JetContainer
Definition of the current "jet container version".