ATLAS Offline Software
xAODTruthParticleSlimmerPhoton.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERPHOTON_H
6 #define GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERPHOTON_H
7 
10 #include "xAODTruth/TruthEvent.h"
13 
22 {
23 public:
25  xAODTruthParticleSlimmerPhoton(const std::string &name, ISvcLocator *svcLoc);
27  virtual StatusCode initialize();
29  virtual StatusCode execute();
30 
31 private:
36 }; // class xAODTruthParticleSlimmerPhoton
37 
38 #endif //GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERPHOTON_H
xAODTruthParticleSlimmerPhoton::m_xaodTruthParticleContainerName
std::string m_xaodTruthParticleContainerName
Definition: xAODTruthParticleSlimmerPhoton.h:34
xAODTruthParticleSlimmerPhoton::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition: xAODTruthParticleSlimmerPhoton.cxx:29
xAODTruthParticleSlimmerPhoton::m_xaodTruthParticleContainerNamePhoton
std::string m_xaodTruthParticleContainerNamePhoton
The key for the output xAOD truth containers.
Definition: xAODTruthParticleSlimmerPhoton.h:33
AthAlgorithm.h
xAODTruthParticleSlimmerPhoton
Algorithm to skim the xAOD truth particle container for xAOD photons filter.
Definition: xAODTruthParticleSlimmerPhoton.h:22
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
xAODTruthParticleSlimmerPhoton::execute
virtual StatusCode execute()
Function executing the algorithm.
Definition: xAODTruthParticleSlimmerPhoton.cxx:37
AthAlgTool.h
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
xAODTruthParticleSlimmerPhoton::xAODTruthParticleSlimmerPhoton
xAODTruthParticleSlimmerPhoton(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
Definition: xAODTruthParticleSlimmerPhoton.cxx:21
TruthEventContainer.h
TruthMetaDataContainer.h
xAODTruthParticleSlimmerPhoton::m_xaodTruthEventContainerName
std::string m_xaodTruthEventContainerName
Definition: xAODTruthParticleSlimmerPhoton.h:35
TruthEvent.h