|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TAUREC_TAUAODRUNNERALG_H
6 #define TAUREC_TAUAODRUNNERALG_H
28 #include "GaudiKernel/ToolHandle.h"
49 ToolHandleArray<ITauToolBase>
m_modificationTools{
this,
"modificationTools", {},
"Tools for modifying the taus"};
50 ToolHandleArray<ITauToolBase>
m_officialTools {
this,
"officialTools", {},
"Official Reconstruction tools for taus after the modifications"};
66 #endif // TAUREC_TAUAODRUNNERALG_H
SG::WriteHandleKey< xAOD::PFOContainer > m_neutralPFOOutputContainer
SG::WriteHandleKey< xAOD::PFOContainer > m_chargedPFOOutputContainer
virtual StatusCode execute(const EventContext &ctx) const override
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
ToolHandleArray< ITauToolBase > m_modificationTools
SG::WriteHandleKey< xAOD::PFOContainer > m_hadronicPFOOutputContainer
SG::WriteHandleKey< xAOD::VertexContainer > m_vertexOutputContainer
Handle class for recording to StoreGate.
SG::WriteHandleKey< xAOD::TauTrackContainer > m_tauTrackOutputContainer
Property holding a SG store/key/clid from which a WriteHandle is made.
static bool isTauModified(const xAOD::TauJet *newtau)
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_pi0ClusterInputContainer
Class describing a tau jet.
SG::WriteHandleKey< xAOD::TauJetContainer > m_tauOutContainer
ToolHandleArray< ITauToolBase > m_officialTools
SG::ReadHandleKey< xAOD::TauJetContainer > m_tauContainer
virtual StatusCode initialize() override
SG::WriteHandleKey< xAOD::ParticleContainer > m_pi0Container
The implementation of the TauAODRunnerAlg, which is meant to run at AOD level.
Handle class for reading from StoreGate.
TauAODRunnerAlg(const std::string &name, ISvcLocator *)