  | 
  
    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" 
   37     "MCTruthClassifierTool",
 
   39     "Handle to the MCTruthClassifier" 
   45     "ElectronContainerName",
 
   52     "TruthParticleContainerName",
 
   54     "Input Truth Particles" 
   60     m_truthPdgId{ 
this, 
"DoNotSet_truthPdgId", 
"Electrons.truthPdgId", 
"" };
 
   67                                       "firstEgMotherTruthParticleLink",
 
   78                                      "lastEgMotherTruthParticleLink",
 
   86 #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 EventContext &ctx) const override final
 
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.