|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef FORWARDJVTTOOL_JVT_FORWARDJVTTOOL_H
12 #define FORWARDJVTTOOL_JVT_FORWARDJVTTOOL_H 1
61 float getFJVT(
const xAOD::Jet *
jet,
const std::vector<TVector2>& pileupMomenta, std::size_t pvind)
const;
73 Gaudi::Property<double>
m_etaThresh{
this,
"EtaThresh", 2.5,
"Eta threshold"};
74 Gaudi::Property<double>
m_forwardMinPt{
this,
"ForwardMinPt", 20
e3,
"Forward minimum Pt"};
75 Gaudi::Property<double>
m_forwardMaxPt{
this,
"ForwardMaxPt", 50
e3,
"Forward maximum Pt"};
76 Gaudi::Property<double>
m_centerMinPt{
this,
"CentralMinPt", 20
e3,
"Central minimum Pt"};
77 Gaudi::Property<double>
m_centerMaxPt{
this,
"CentralMaxPt", -1,
"Central maximum Pt"};
78 Gaudi::Property<double>
m_centerJvtThresh{
this,
"CentralJvtThresh", 0.14,
"Central JVT threshold"};
79 Gaudi::Property<double>
m_centerDrptThresh{
this,
"CentralDrptThresh", 0.2,
"Central drpt threshold"};
80 Gaudi::Property<double>
m_maxStochPt{
this,
"CentralMaxStochPt", 35
e3,
"Central maximum StochPt"};
81 Gaudi::Property<double>
m_jetScaleFactor{
this,
"JetScaleFactor", 0.4,
"Jet scale factor"};
82 Gaudi::Property<double>
m_fjvtThresh{
this,
"FjvtThresh", 15
e3,
"FJVT threshold"};
83 Gaudi::Property<bool>
m_tightOP{
this,
"UseTightOP",
false,
"Use tight (true) or loose (false)"};
84 Gaudi::Property<bool>
m_recalculateFjvt{
this,
"RecalculateFjvt",
true,
"Recalculate Fjvt or use stored value"};
85 std::size_t
getPV()
const;
90 Gaudi::Property<bool>
m_renounceOutputs{
this,
"RenounceOutputs",
false,
"If true, then we're not interested in output dependencies. In that case, JetContainer is irrelevant."};
91 Gaudi::Property<std::string>
m_jetContainerName{
this,
"JetContainer",
"",
"SG key for the input jet container"};
106 #endif //> !FORWARDJVTTOOL_JVT_FORWARDJVTTOOL_H
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.
::StatusCode StatusCode
StatusCode definition for legacy code.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.