ATLAS Offline Software
Loading...
Searching...
No Matches
SCTExtensionAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef SCTExtensionAlg_H
6#define SCTExtensionAlg_H
7
11
13 public:
14 SCTExtensionAlg (const std::string& name, ISvcLocator* pSvcLocator);
15 virtual StatusCode initialize() override;
16 virtual StatusCode execute(const EventContext& ctx) const override;
17 virtual StatusCode finalize() override;
18 private:
19 SG::ReadHandleKey<xAOD::TrackParticleContainer> m_pixelTracklets{this, "pixelTracklets", "InDetPixelTrackParticles"};
20 SG::ReadHandleKey<xAOD::TrackParticleContainer> m_tracks{this, "tracks", "InDetTrackParticles"};
21};
22
23#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const override
SCTExtensionAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracks
virtual StatusCode finalize() override
virtual StatusCode initialize() override
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_pixelTracklets
Property holding a SG store/key/clid from which a ReadHandle is made.