ATLAS Offline Software
xAODTruthParticleSlimmerElectron.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_XAODTRUTHPARTICLESLIMMERELECTRON_H
6 #define GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERELECTRON_H
7 
10 #include "xAODTruth/TruthEvent.h"
13 
22 {
23 public:
25  xAODTruthParticleSlimmerElectron(const std::string &name, ISvcLocator *svcLoc);
27  virtual StatusCode initialize();
29  virtual StatusCode execute();
30 
31 private:
36 
38  double m_el_pt_selection; //in GeV
40 
41 }; // class xAODTruthParticleSlimmerElectron
42 
43 #endif //GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERELECTRON_H
xAODTruthParticleSlimmerElectron::m_xaodTruthEventContainerName
std::string m_xaodTruthEventContainerName
Definition: xAODTruthParticleSlimmerElectron.h:35
xAODTruthParticleSlimmerElectron::execute
virtual StatusCode execute()
Function executing the algorithm.
Definition: xAODTruthParticleSlimmerElectron.cxx:39
xAODTruthParticleSlimmerElectron::m_abseta_selection
double m_abseta_selection
Definition: xAODTruthParticleSlimmerElectron.h:39
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
AthAlgorithm
Definition: AthAlgorithm.h:47
xAODTruthParticleSlimmerElectron::m_xaodTruthParticleContainerName
std::string m_xaodTruthParticleContainerName
Definition: xAODTruthParticleSlimmerElectron.h:34
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
xAODTruthParticleSlimmerElectron::m_el_pt_selection
double m_el_pt_selection
Selection values for keeping taus and leptons.
Definition: xAODTruthParticleSlimmerElectron.h:38
xAODTruthParticleSlimmerElectron
Algorithm to skim the xAOD truth particle container for xAOD electron filter.
Definition: xAODTruthParticleSlimmerElectron.h:22
xAODTruthParticleSlimmerElectron::xAODTruthParticleSlimmerElectron
xAODTruthParticleSlimmerElectron(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
Definition: xAODTruthParticleSlimmerElectron.cxx:21
xAODTruthParticleSlimmerElectron::m_xaodTruthParticleContainerNameElectron
std::string m_xaodTruthParticleContainerNameElectron
The key for the output xAOD truth containers.
Definition: xAODTruthParticleSlimmerElectron.h:33
TruthEventContainer.h
TruthMetaDataContainer.h
TruthEvent.h
xAODTruthParticleSlimmerElectron::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition: xAODTruthParticleSlimmerElectron.cxx:31