#include <WebBunchCrossingTool.h>
Public Member Functions | |
| IOV (unsigned int run=0, unsigned int lb=0) | |
| Constructor with run and lb numbers. | |
| unsigned int | run () const |
| Get the run number of this IOV. | |
| unsigned int | lb () const |
| Get the luminosity block number of this IOV. | |
| bool | operator< (const IOV &rhs) const |
| Comparison operator. | |
| bool | operator<= (const IOV &rhs) const |
| Comparison operator. | |
| bool | operator== (const IOV &rhs) const |
| Comparison operator. | |
Simplified IOV class.
This class is used internally to represent one IOV time. atlas-trigconf.cern.ch assigns a pair of [run,lb] pairs to each BGKey. This C++ implementation follows the same idea.
It's made public, otherwise the dictionary generator chokes on the class...
1.6.1