ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Generators
GeneratorFilters
GeneratorFilters
xAODTruthParticleSlimmerMuon.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERMUON_H
6
#define GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERMUON_H
7
8
#include "
AthenaBaseComps/AthAlgorithm.h
"
9
#include "
AthenaBaseComps/AthAlgTool.h
"
10
#include "
xAODTruth/TruthEvent.h
"
11
#include "
xAODTruth/TruthEventContainer.h
"
12
#include "
xAODTruth/TruthMetaDataContainer.h
"
13
21
class
xAODTruthParticleSlimmerMuon
:
public
AthAlgorithm
22
{
23
public
:
25
xAODTruthParticleSlimmerMuon
(
const
std::string &name, ISvcLocator *svcLoc);
27
virtual
StatusCode
initialize
();
29
virtual
StatusCode
execute
(
const
EventContext& ctx);
30
31
private
:
32
SG::ReadHandleKey<xAOD::TruthEventContainer>
m_xaodTruthEventContainerName
33
{
this
,
"xAODTruthEventContainerName"
,
"TruthEvents"
,
"Name of Truth Events container"
};
34
35
SG::WriteHandleKey<xAOD::TruthParticleContainer>
m_xaodTruthParticleContainerNameMuon
36
{
this
,
"xAODTruthParticleContainerNameMuon"
,
"TruthMuons"
,
"Name of Truth Muons contatiner from the slimmer"
};
37
39
40
};
// class xAODTruthParticleSlimmerMuon
41
42
#endif
//GENERATORFILTERS_XAODTRUTHPARTICLESLIMMERMUON_H
AthAlgTool.h
AthAlgorithm.h
TruthEventContainer.h
TruthEvent.h
TruthMetaDataContainer.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
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
xAODTruthParticleSlimmerMuon::initialize
virtual StatusCode initialize()
Function initialising the algorithm.
Definition
xAODTruthParticleSlimmerMuon.cxx:26
xAODTruthParticleSlimmerMuon::xAODTruthParticleSlimmerMuon
xAODTruthParticleSlimmerMuon(const std::string &name, ISvcLocator *svcLoc)
Regular algorithm constructor.
Definition
xAODTruthParticleSlimmerMuon.cxx:21
xAODTruthParticleSlimmerMuon::execute
virtual StatusCode execute(const EventContext &ctx)
Function executing the algorithm.
Definition
xAODTruthParticleSlimmerMuon.cxx:35
xAODTruthParticleSlimmerMuon::m_xaodTruthParticleContainerNameMuon
SG::WriteHandleKey< xAOD::TruthParticleContainer > m_xaodTruthParticleContainerNameMuon
The key for the output xAOD truth containers.
Definition
xAODTruthParticleSlimmerMuon.h:36
xAODTruthParticleSlimmerMuon::m_xaodTruthEventContainerName
SG::ReadHandleKey< xAOD::TruthEventContainer > m_xaodTruthEventContainerName
Definition
xAODTruthParticleSlimmerMuon.h:33
Generated on
for ATLAS Offline Software by
1.17.0