![]() |
ATLAS Offline Software
|
Class describing a luminosity block range. More...
#include <LumiBlockRange_v1.h>
Public Member Functions | |
| LumiBlockRange_v1 () | |
| Default constructor. | |
| LumiBlockRange_v1 (const LumiBlockRange_v1 &parent) | |
| Copy constructor. | |
| LumiBlockRange_v1 & | operator= (const LumiBlockRange_v1 &rhs) |
| Assignment operator. | |
Start time of the luminosity block range | |
| uint32_t | startRunNumber () const |
| Get the run number of the start time of the range. | |
| void | setStartRunNumber (uint32_t value) |
| Set the run number of the start time of the range. | |
| uint32_t | startLumiBlockNumber () const |
| Get the luminosity block of the start time of the range. | |
| void | setStartLumiBlockNumber (uint32_t value) |
| Set the luminosity block of the start time of the range. | |
Stop time of the luminosity block range | |
| uint32_t | stopRunNumber () const |
| Get the run number of the stop time of the range. | |
| void | setStopRunNumber (uint32_t value) |
| Set the run number of the stop time of the range. | |
| uint32_t | stopLumiBlockNumber () const |
| Get the luminosity block of the stop time of the range. | |
| void | setStopLumiBlockNumber (uint32_t value) |
| Set the luminosity block of the stop time of the range. | |
Event numbers in the luminosity block range | |
| uint32_t | eventsExpected () const |
| Get the number of expected events in this luminosity block range. | |
| void | setEventsExpected (uint32_t value) |
| Set the number of expected events in this luminosity block range. | |
| uint32_t | eventsSeen () const |
| Get the number of seen/processed events in this luminosity block range. | |
| void | setEventsSeen (uint32_t value) |
| Set the number of seen/processed events in this luminosity block range. | |
Class describing a luminosity block range.
This class is used in the metadata of ATLAS analysis files to describe which lumiblocks were fully or partly processed to produce a certain file.
Definition at line 33 of file LumiBlockRange_v1.h.
| xAOD::LumiBlockRange_v1::LumiBlockRange_v1 | ( | ) |
Default constructor.
Definition at line 15 of file LumiBlockRange_v1.cxx.
| xAOD::LumiBlockRange_v1::LumiBlockRange_v1 | ( | const LumiBlockRange_v1 & | parent | ) |
Copy constructor.
Definition at line 20 of file LumiBlockRange_v1.cxx.
| uint32_t xAOD::LumiBlockRange_v1::eventsExpected | ( | ) | const |
Get the number of expected events in this luminosity block range.
| uint32_t xAOD::LumiBlockRange_v1::eventsSeen | ( | ) | const |
Get the number of seen/processed events in this luminosity block range.
| LumiBlockRange_v1 & xAOD::LumiBlockRange_v1::operator= | ( | const LumiBlockRange_v1 & | rhs | ) |
Assignment operator.
Definition at line 28 of file LumiBlockRange_v1.cxx.
| void xAOD::LumiBlockRange_v1::setEventsExpected | ( | uint32_t | value | ) |
Set the number of expected events in this luminosity block range.
| void xAOD::LumiBlockRange_v1::setEventsSeen | ( | uint32_t | value | ) |
Set the number of seen/processed events in this luminosity block range.
| void xAOD::LumiBlockRange_v1::setStartLumiBlockNumber | ( | uint32_t | value | ) |
Set the luminosity block of the start time of the range.
| void xAOD::LumiBlockRange_v1::setStartRunNumber | ( | uint32_t | value | ) |
Set the run number of the start time of the range.
| void xAOD::LumiBlockRange_v1::setStopLumiBlockNumber | ( | uint32_t | value | ) |
Set the luminosity block of the stop time of the range.
| void xAOD::LumiBlockRange_v1::setStopRunNumber | ( | uint32_t | value | ) |
Set the run number of the stop time of the range.
| uint32_t xAOD::LumiBlockRange_v1::startLumiBlockNumber | ( | ) | const |
Get the luminosity block of the start time of the range.
| uint32_t xAOD::LumiBlockRange_v1::startRunNumber | ( | ) | const |
Get the run number of the start time of the range.
| uint32_t xAOD::LumiBlockRange_v1::stopLumiBlockNumber | ( | ) | const |
Get the luminosity block of the stop time of the range.
| uint32_t xAOD::LumiBlockRange_v1::stopRunNumber | ( | ) | const |
Get the run number of the stop time of the range.