|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LUMIBLOCKCOMPS_LUMIBLOCKMUWRITER_H
6 #define LUMIBLOCKCOMPS_LUMIBLOCKMUWRITER_H
34 ,
"RCHK for LuminosityCondData"};
37 ,
"actualInteractionsPerCrossingKey"
38 ,
"EventInfo.actualInteractionsPerCrossing"
39 ,
"Decoration for Actual Interaction Per Crossing"};
42 ,
"averageInteractionsPerCrossingKey"
43 ,
"EventInfo.averageInteractionsPerCrossing"
44 ,
"Decoration for Average Interaction Per Crossing"};
LumiBlockMuWriter(const std::string &name, ISvcLocator *pSvcLocator)
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const override
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
virtual StatusCode initialize() override
SG::WriteDecorHandleKey< xAOD::EventInfo > m_actMuKey
::StatusCode StatusCode
StatusCode definition for legacy code.
Algorithm to write interactions per crossing (mu) into xAOD::EventInfo as decorations.
SG::WriteDecorHandleKey< xAOD::EventInfo > m_aveMuKey
SG::ReadCondHandleKey< LuminosityCondData > m_lumiDataKey
Hold luminosity data produced by LuminosityCondAlg.