|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef XAODLUMINOSITY_VERSIONS_LUMIBLOCKRANGE_V1_H
9 #define XAODLUMINOSITY_VERSIONS_LUMIBLOCKRANGE_V1_H
93 #endif // XAODLUMINOSITY_VERSIONS_LUMIBLOCKRANGE_V1_H
uint32_t startLumiBlockNumber() const
Get the luminosity block of the start time of the range.
void setStopLumiBlockNumber(uint32_t value)
Set the luminosity block of the stop time of the range.
uint32_t eventsSeen() const
Get the number of seen/processed events in this luminosity block range.
uint32_t eventsExpected() const
Get the number of expected events in this luminosity block range.
Base class for elements of a container that can have aux data.
void setStopRunNumber(uint32_t value)
Set the run number of the stop time of the range.
void setStartRunNumber(uint32_t value)
Set the run number of the start time of the range.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
LumiBlockRange_v1 & operator=(const LumiBlockRange_v1 &rhs)
Assignment operator.
LumiBlockRange_v1()
Default constructor.
void setEventsExpected(uint32_t value)
Set the number of expected events in this luminosity block range.
uint32_t startRunNumber() const
Get the run number of the start time of the range.
void setEventsSeen(uint32_t value)
Set the number of seen/processed events in this luminosity block range.
uint32_t stopRunNumber() const
Get the run number of the stop time of the range.
Class describing a luminosity block range.
uint32_t stopLumiBlockNumber() const
Get the luminosity block of the stop time of the range.
void setStartLumiBlockNumber(uint32_t value)
Set the luminosity block of the start time of the range.
Base class for elements of a container that can have aux data.