#include <BeamSpotID.h>
Definition at line 10 of file BeamSpotID.h.
◆ ID()
◆ bcid() [1/2]
| unsigned int BeamSpot::ID::bcid |
( |
| ) |
const |
|
inline |
◆ bcid() [2/2]
| void BeamSpot::ID::bcid |
( |
unsigned int | bcid | ) |
|
|
inline |
◆ lumiBlock() [1/2]
| unsigned int BeamSpot::ID::lumiBlock |
( |
| ) |
const |
|
inline |
◆ lumiBlock() [2/2]
| void BeamSpot::ID::lumiBlock |
( |
unsigned int | lb | ) |
|
|
inline |
◆ operator<()
| bool BeamSpot::ID::operator< |
( |
const ID & | rhs | ) |
const |
Definition at line 7 of file BeamSpotID.cxx.
7 {
10 if (
m_pileup < rhs.m_pileup )
return true;
11 if (
m_pileup > rhs.m_pileup )
return false;
12 if (
m_bcid < rhs.m_bcid )
return true;
13 if (
m_bcid > rhs.m_bcid )
return false;
18 return false;
19}
◆ pileup() [1/2]
| unsigned int BeamSpot::ID::pileup |
( |
| ) |
const |
|
inline |
◆ pileup() [2/2]
| void BeamSpot::ID::pileup |
( |
unsigned int | pileup | ) |
|
|
inline |
Definition at line 21 of file BeamSpotID.h.
unsigned int pileup() const
◆ runNumber() [1/2]
| unsigned int BeamSpot::ID::runNumber |
( |
| ) |
const |
|
inline |
◆ runNumber() [2/2]
| void BeamSpot::ID::runNumber |
( |
unsigned int | run | ) |
|
|
inline |
◆ timeStamp() [1/2]
| unsigned long BeamSpot::ID::timeStamp |
( |
| ) |
const |
|
inline |
◆ timeStamp() [2/2]
| void BeamSpot::ID::timeStamp |
( |
unsigned long | time | ) |
|
|
inline |
Definition at line 23 of file BeamSpotID.h.
time(flags, cells_name, *args, **kw)
◆ m_bcid
| unsigned int BeamSpot::ID::m_bcid |
|
private |
◆ m_lumiBlock
| unsigned int BeamSpot::ID::m_lumiBlock |
|
private |
◆ m_pileup
| unsigned int BeamSpot::ID::m_pileup |
|
private |
◆ m_runNumber
| unsigned int BeamSpot::ID::m_runNumber |
|
private |
◆ m_timeStamp
| unsigned long BeamSpot::ID::m_timeStamp |
|
private |
The documentation for this class was generated from the following files: