|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef TRUTH__PARTICLELEVEL_OVERLAPREMOVAL__ALG_H
8 #define TRUTH__PARTICLELEVEL_OVERLAPREMOVAL__ALG_H
27 this,
"jets",
"",
"the name of the input truth jet container"};
29 this,
"electrons",
"",
"the name of the input truth electrons container"};
31 this,
"muons",
"",
"the name of the input truth muons container"};
33 this,
"photons",
"",
"the name of the input truth photons container"};
35 this,
"decORjet",
"SetMe",
""};
37 this,
"decORelectron",
"TruthElectrons.passesOR",
""};
39 this,
"decORmuon",
"TruthMuons.passesOR",
""};
41 this,
"decORphoton",
"TruthPhotons.passesOR",
""};
43 this,
"jetSelection",
"",
"the selection on the input truth jets"};
45 this,
"electronSelection",
"",
46 "the selection on the input truth electrons"};
48 this,
"muonSelection",
"",
"the selection on the input truth muons"};
50 this,
"photonSelection",
"",
"the selection on the input truth photons"};
52 this,
"useRapidityForDeltaR",
true,
53 "whether to use rapidity instead of pseudo-rapidity for the calculation "
56 this,
"useDressedProperties",
true,
57 "whether to use dressed electron and muon kinematics rather than simple "
60 this,
"doJetElectronOR",
false,
61 "whether to perform jet-electron overlap removal"};
63 this,
"doJetMuonOR",
false,
64 "whether to perform jet-muon overlap removal"};
66 this,
"doJetPhotonOR",
false,
67 "whether to perform jet-photon overlap removal"};
69 this,
"labelOR",
"passesOR",
70 "decoration to apply to all particles for overlap removal"};
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Gaudi::Property< bool > m_doJetPhotonOR
SG::WriteDecorHandleKey< xAOD::TruthParticleContainer > m_decORelectron
CP::SelectionReadHandle m_photonSelection
SG::ReadHandleKey< xAOD::TruthParticleContainer > m_muonsKey
float dressedDeltaR(const xAOD::Jet *p1, TLorentzVector &p2, bool useRapidity)
SG::ReadHandleKey< xAOD::JetContainer > m_jetsKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Select isolated Photons, Electrons and Muons.
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
CP::SelectionReadHandle m_muonSelection
the (new) base class for EventLoop algorithms
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteDecorHandleKey< xAOD::TruthParticleContainer > m_decORphoton
Gaudi::Property< bool > m_doJetElectronOR
CP::SelectionReadHandle m_electronSelection
Gaudi::Property< std::string > m_decLabelOR
Gaudi::Property< bool > m_doJetMuonOR
CP::SelectionReadHandle m_jetSelection
Gaudi::Property< bool > m_useRapidity
SG::ReadHandleKey< xAOD::TruthParticleContainer > m_electronsKey
a data handle for reading selection properties from objects
virtual StatusCode execute() final
Gaudi::Property< bool > m_useDressedProperties
SG::ReadHandleKey< xAOD::TruthParticleContainer > m_photonsKey
virtual StatusCode initialize() final
SG::WriteDecorHandleKey< xAOD::TruthParticleContainer > m_decORmuon
SG::WriteDecorHandleKey< xAOD::JetContainer > m_decORjet