5#ifndef MCEVENTCOLLECTIONFILTER_H
6#define MCEVENTCOLLECTIONFILTER_H
19 virtual StatusCode
execute(
const EventContext &ctx)
const override;
29 Gaudi::Property<int>
m_pileUpParticlePDGID {
this,
"PileUpParticlePDGID", 999,
"Pile-up particle PDG ID (defaults to geantino)"};
An algorithm that can be simultaneously executed in multiple threads.
McEventCollectionFilter(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< bool > m_keepElectronsLinkedToTRTHits
SG::ReadHandleKey< McEventCollection > m_inputTruthCollectionKey
virtual StatusCode initialize() override
SG::WriteHandleKey< McEventCollection > m_outputTruthCollectionKey
Gaudi::Property< int > m_pileUpParticlePDGID
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadHandleKey< TRTUncompressedHitCollection > m_inputTRTHitsKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.