ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Generators
GeneratorFilters
GeneratorFilters
xAODTruthParticleSlimmerLightLepton.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_XAODTRUTHPARTICLESLIMMERLIGHTLEPTONS_H
6
#define GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERLIGHTLEPTONS_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
xAODTruth/TruthEvent.h
"
11
#include "
xAODTruth/TruthMetaDataContainer.h
"
12
13
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
14
22
class
xAODTruthParticleSlimmerLightLepton
:
public
AthReentrantAlgorithm
23
{
24
public
:
26
xAODTruthParticleSlimmerLightLepton
(
const
std::string &name, ISvcLocator *svcLoc);
28
virtual
StatusCode
initialize
();
30
virtual
StatusCode
execute
(
const
EventContext& context)
const
;
31
32
private
:
33
SG::ReadHandleKey<xAOD::TruthEventContainer>
m_xaodTruthEventContainerNameReadHandleKey
34
{
this
,
"xAODTruthEventContainerName"
,
"TruthEvents"
,
"Name of Truth Events container"
};
35
36
SG::WriteHandleKey<xAOD::TruthParticleContainer>
m_xaodTruthParticleContainerNameLightLeptonKey
37
{
this
,
"xAODTruthParticleContainerNameLightLepton"
,
"TruthLightLeptons"
,
"Name of Truth Light Leptons contatiner from the slimmer"
};
38
39
40
41
};
// class xAODTruthParticleSlimmerLightLepton
42
43
#endif
//GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERLIGHTLEPTONS_H
AthAlgTool.h
AthAlgorithm.h
AthReentrantAlgorithm.h
TruthEvent.h
TruthMetaDataContainer.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
xAODTruthParticleSlimmerLightLepton::m_xaodTruthParticleContainerNameLightLeptonKey
SG::WriteHandleKey< xAOD::TruthParticleContainer > m_xaodTruthParticleContainerNameLightLeptonKey
The key for the output xAOD truth containers.
Definition
xAODTruthParticleSlimmerLightLepton.h:37
xAODTruthParticleSlimmerLightLepton::m_xaodTruthEventContainerNameReadHandleKey
SG::ReadHandleKey< xAOD::TruthEventContainer > m_xaodTruthEventContainerNameReadHandleKey
Definition
xAODTruthParticleSlimmerLightLepton.h:34
xAODTruthParticleSlimmerLightLepton::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition
xAODTruthParticleSlimmerLightLepton.cxx:29
xAODTruthParticleSlimmerLightLepton::execute
virtual StatusCode execute(const EventContext &context) const
Function executing the algorithm.
Definition
xAODTruthParticleSlimmerLightLepton.cxx:36
xAODTruthParticleSlimmerLightLepton::xAODTruthParticleSlimmerLightLepton
xAODTruthParticleSlimmerLightLepton(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
Definition
xAODTruthParticleSlimmerLightLepton.cxx:24
Generated on
for ATLAS Offline Software by
1.17.0