5#ifndef LARCELLREC_LARTIMEVETOALG_H
6#define LARCELLREC_LARTIMEVETOALG_H
23 using AthReentrantAlgorithm::AthReentrantAlgorithm;
26 virtual StatusCode
execute (
const EventContext& ctx)
const override;
27 virtual StatusCode
finalize()
override;
30 mutable std::atomic<unsigned>
m_nevt{0};
An AttributeList represents a logical row of attributes in a metadata table.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
An AttributeList represents a logical row of attributes in a metadata table.
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
SG::ReadCondHandleKey< AthenaAttributeList > m_eventVetoKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
std::atomic< unsigned > m_nevtMasked
std::atomic< unsigned > m_nevt
SG::WriteDecorHandleKey< xAOD::EventInfo > m_eventInfoDecorKey
virtual StatusCode finalize() override
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.