|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef PARTICLEJETTOOLS_JETPILEUPLABELINGTOOL_H
6 #define PARTICLEJETTOOLS_JETPILEUPLABELINGTOOL_H
37 void print()
const override;
41 Gaudi::Property<std::string>
m_jetContainerName{
this,
"RecoJetContainer",
"AntiKt4EMPFlowJets",
"Input reco jet container name"};
43 Gaudi::Property<bool>
m_suppressOutputDeps{
this,
"SuppressOutputDependence",
false,
"Ignore creating the output decoration dependency for data flow; for analysis"};
45 Gaudi::Property<float>
m_hsMaxDR{
this,
"isHSMaxDR", 0.3,
"Tag a reco jet as HS if it is at most this distance from a truth jet"};
46 Gaudi::Property<float>
m_hsMinPt{
this,
"isHSMinPt", 10
e3,
"Only consider truth jets above this pT for HS tagging"};
47 Gaudi::Property<float>
m_puMinDR{
this,
"isPUMinDR", 0.6,
"Tag a reco jet as PU if it is at least this distance from any truth jet"};
48 Gaudi::Property<float>
m_puMinPt{
this,
"isPUMinPt", 0,
"Only consider truth jets above this pT to veto jets for being PU tagged"};
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.