ATLAS Offline Software
xAODTruthParticleSlimmerMET.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERPHOMET_H
6 #define GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERPHOMET_H
7 
10 #include "xAODTruth/TruthEvent.h"
14 
23 {
24 public:
26  xAODTruthParticleSlimmerMET(const std::string &name, ISvcLocator *svcLoc);
28  virtual StatusCode initialize();
30  virtual StatusCode execute();
31 
32 private:
37 
38  ToolHandle<IMCTruthClassifier> m_classif;
39 }; // class xAODTruthParticleSlimmerMET
40 
41 #endif //GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERPHOMET_H
xAODTruthParticleSlimmerMET
Algorithm to skim the xAOD truth particle container for xAOD MET filter.
Definition: xAODTruthParticleSlimmerMET.h:23
xAODTruthParticleSlimmerMET::m_xaodTruthParticleContainerName
std::string m_xaodTruthParticleContainerName
Definition: xAODTruthParticleSlimmerMET.h:35
xAODTruthParticleSlimmerMET::m_classif
ToolHandle< IMCTruthClassifier > m_classif
Definition: xAODTruthParticleSlimmerMET.h:38
xAODTruthParticleSlimmerMET::m_xaodTruthParticleContainerNameMET
std::string m_xaodTruthParticleContainerNameMET
The key for the output xAOD truth containers.
Definition: xAODTruthParticleSlimmerMET.h:34
xAODTruthParticleSlimmerMET::m_xaodTruthEventContainerName
std::string m_xaodTruthEventContainerName
Definition: xAODTruthParticleSlimmerMET.h:36
AthAlgorithm.h
IMCTruthClassifier.h
xAODTruthParticleSlimmerMET::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition: xAODTruthParticleSlimmerMET.cxx:34
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
xAODTruthParticleSlimmerMET::execute
virtual StatusCode execute()
Function executing the algorithm.
Definition: xAODTruthParticleSlimmerMET.cxx:44
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
xAODTruthParticleSlimmerMET::xAODTruthParticleSlimmerMET
xAODTruthParticleSlimmerMET(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
Definition: xAODTruthParticleSlimmerMET.cxx:25
TruthEventContainer.h
TruthMetaDataContainer.h
TruthEvent.h