5#ifndef JETJVTEFFICIENCY_JVTSELECTIONTOOLBASE_H
6#define JETJVTEFFICIENCY_JVTSELECTIONTOOLBASE_H
32 this,
"MinPtForJvt", 20e3,
"Accept all jets with pT below this"};
34 this,
"MaxPtForJvt", 60e3,
"Accept all jets with pT above this"};
36 this,
"MinEtaForJvt", -1,
"Accept all jets with |eta| below this"};
38 this,
"MaxEtaForJvt", 2.5,
"Accept all jets with |eta| above this"};
41 this,
"JetEtaName",
"eta",
"The name of the jet eta to use."};
44 this,
"JetContainer",
"",
"The name of the jet container"};
46 this,
"JvtMomentName",
m_jetContainer,
"",
"The name of the Jvt moment to use"};
48 this,
"PassFlagName",
m_jetContainer,
"",
"SG key for output pass-JVT decoration"};
Interface for adding a decoration to a jet container.
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.
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.
Class providing the definition of the 4-vector interface.
Select isolated Photons, Electrons and Muons.
JetContainer_v1 JetContainer
Definition of the current "jet container version".