|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef DERIVATIONFRAMEWORK_BKGELECTRONCLASSIFICATION_H
6 #define DERIVATIONFRAMEWORK_BKGELECTRONCLASSIFICATION_H
11 #include "GaudiKernel/ToolHandle.h"
39 "MCTruthClassifierTool",
41 "Handle to the MCTruthClassifier"
47 "ElectronContainerName",
54 "TruthParticleContainerName",
56 "Input Truth Particles"
62 m_truthPdgId{
this,
"DoNotSet_truthPdgId",
"Electrons.truthPdgId",
"" };
69 "firstEgMotherTruthParticleLink",
80 "lastEgMotherTruthParticleLink",
88 #endif // DERIVATIONFRAMEWORK_BKGELECTRONCLASSIFICATION_H
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_lastEgMotherPdgId
SG::ReadHandleKey< xAOD::TruthParticleContainer > m_truthContainer
Input truth particle container.
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_firstEgMotherTruthType
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_firstEgMotherTruthOrigin
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_lastEgMotherTruthOrigin
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_firstEgMotherTruthParticleLink
SG::ReadHandleKey< xAOD::ElectronContainer > m_electronContainer
input electron container
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_lastEgMotherTruthType
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_firstEgMotherPdgId
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_truthPdgId
virtual StatusCode initialize() override final
::StatusCode StatusCode
StatusCode definition for legacy code.
Handle class for adding a decoration to an object.
virtual StatusCode addBranches() const override final
Pass the thinning service
Property holding a SG store/key/clid from which a WriteHandle is made.
BkgElectronClassification(const std::string &t, const std::string &n, const IInterface *p)
ToolHandle< IMCTruthClassifier > m_mcTruthClassifier
MCTruthClassifier.
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_lastEgMotherTruthParticleLink
Handle class for reading from StoreGate.