|
ATLAS Offline Software
|
Go to the documentation of this file.
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,
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);
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Scalar phi() const
phi method
Scalar eta() const
pseudorapidity method
Interface for adding a decoration to a jet container.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.