ATLAS Offline Software
Loading...
Searching...
No Matches
NoPileUpMuWriter.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef PILEUPCOMPS_NOPILEUPMUWRITER_H
6#define PILEUPCOMPS_NOPILEUPMUWRITER_H
7
14
18
20{
21public:
22 NoPileUpMuWriter(const std::string& name, ISvcLocator* pSvcLocator);
23
24 virtual StatusCode initialize() override final;
25 virtual StatusCode execute(const EventContext& ctx) const override final;
26
27private:
29 ,"actualInteractionsPerCrossingKey"
30 ,"EventInfo.actualInteractionsPerCrossing"
31 ,"Decoration for Actual Interaction Per Crossing"};
32
34 ,"averageInteractionsPerCrossingKey"
35 ,"EventInfo.averageInteractionsPerCrossing"
36 ,"Decoration for Average Interaction Per Crossing"};
37};
38
39#endif
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.
virtual StatusCode initialize() override final
SG::WriteDecorHandleKey< xAOD::EventInfo > m_aveMuKey
SG::WriteDecorHandleKey< xAOD::EventInfo > m_actMuKey
NoPileUpMuWriter(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override final
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.