5#ifndef JETJVTEFFICIENCY_JVTEFFICIENCYTOOLBASE_H
6#define JETJVTEFFICIENCY_JVTEFFICIENCYTOOLBASE_H
35 this,
"JetContainer",
"",
36 "The name of the jet container, used to correctly initialize the read handles"};
38 this,
"DoTruthReq",
true,
39 "Use the truth-matching requirement. **Strongly** recommended"};
41 this,
"TruthHSLabel",
"isJvtHS",
"Label for truth-matched jets"};
43 this,
"MinEtaForJvt", -1,
"All jets with |eta| below this are out of range"};
45 this,
"MaxEtaForJvt", 2.5,
"All jets with |eta| above this are out of range"};
47 this,
"MinPtForJvt", 20e3,
"All jets with pT below this are out of range"};
49 this,
"MaxPtForJvt", 60e3,
"All jets with pT above this are out of range"};
51 this,
"DummySFError", 0.1,
"The amount by which to vary the dummy SF"};
54 this,
"JetEtaName",
"eta",
"The name of the jet eta to use."};
63 std::optional<SG::AuxElement::ConstAccessor<char>>
m_accIsHS;
66 StatusCode
initHists(
const std::string &
file,
const std::string &wp);
Return value from object correction CP tools.
Helper class to provide constant type-safe access to aux data.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Select isolated Photons, Electrons and Muons.
Jet_v1 Jet
Definition of the current "jet version".