Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
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", 20
e3,
"All jets with pT below this are out of range"};
49 this,
"MaxPtForJvt", 60
e3,
"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;
73 #endif //> !JETJVTEFFICIENCY_JVTEFFICIENCYTOOLBASE_H
Select isolated Photons, Electrons and Muons.
::StatusCode StatusCode
StatusCode definition for legacy code.
Return value from object correction CP tools.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.