|
ATLAS Offline Software
|
Go to the documentation of this file.
15 #ifndef OVERLAYCOMMONALGS_EVENTINFOOVERLAY_H
16 #define OVERLAYCOMMONALGS_EVENTINFOOVERLAY_H
21 #if !defined(XAOD_ANALYSIS) && !defined(GENERATIONBASE)
38 #if !defined(XAOD_ANALYSIS) && !defined(GENERATIONBASE)
46 Gaudi::Property<bool>
m_dataOverlay{
this,
"DataOverlay",
false,
"True if running data overlay" };
47 Gaudi::Property<bool>
m_validateBeamSpot{
this,
"ValidateBeamSpot",
false,
"validate input beamspot size" };
48 Gaudi::Property<uint32_t>
m_mcChannelNumber{
this,
"MCChannelNumber", 0,
"sample MC channel number" };
SG::ReadHandleKey< xAOD::EventInfo > m_signalInputKey
SG::ReadCondHandleKey< InDet::BeamSpotData > m_beamSpotKey
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< xAOD::EventInfo > m_bkgInputKey
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute(const EventContext &ctx) const override
EventInfoOverlay(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< uint32_t > m_mcChannelNumber
SG::WriteHandleKey< xAOD::EventInfo > m_outputKey
virtual StatusCode initialize() override
Gaudi::Property< bool > m_dataOverlay
Gaudi::Property< bool > m_validateBeamSpot