|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef THINNINGUTILS_ThinTrkTrackAlg_H
8 #define THINNINGUTILS_ThinTrkTrackAlg_H
17 #include "GaudiKernel/ServiceHandle.h"
18 #include "GaudiKernel/ToolHandle.h"
47 "Name of the stream being thinned" };
55 "StoreGate key for muons container"
62 "StoreGate key for electrons container"
69 "StoreGate key for photon container"
75 "CombinedMuonsTrackKey",
77 "StoreGate key for combined muons Trk::Track container"
84 "StoreGate key for GSF Trk::Track container"
89 Gaudi::Property<bool>
m_doMuons{
this,
"doMuons",
true };
SG::ThinningHandleKey< TrackCollection > m_GSFTracksKey
HandleKey object for adding thinning to an object.
SG::ReadHandleKey< xAOD::PhotonContainer > m_photonsKey
StatusCode doEGamma(const EventContext &ctx) const
Inline method.
Gaudi::Property< double > m_minptMuons
SG::ThinningHandleKey< TrackCollection > m_CombinedMuonsTracksKey
Containers to thin.
StatusCode doMuons(const EventContext &ctx) const
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::ElectronContainer > m_electronsKey
Gaudi::Property< bool > m_bestonlyElectrons
Gaudi::Property< double > m_minptElectrons
An algorithm that can be simultaneously executed in multiple threads.
Gaudi::Property< bool > m_bestonlyPhotons
Gaudi::Property< bool > m_doPhotons
Gaudi::Property< bool > m_doMuons
AthReentrantAlgorithm()
Default constructor:
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadHandleKey< xAOD::MuonContainer > m_muonsKey
Should the thinning run? The containers of Objects of interest Electron/Muon.
Gaudi::Property< bool > m_doElectrons
virtual StatusCode initialize() override final
Athena algorithm's initalize hook.
HandleKey object for adding thinning to an object.
Gaudi::Property< double > m_minptPhotons
virtual StatusCode execute(const EventContext &ctx) const override final
Athena algorithm's execute hook.
StringProperty m_streamName