#include <TinyEvent.h>
Public Member Functions | |
long long | absoluteBX () const |
long long | absoluteBXinCycle (const int bx0) const |
long long | deltaBX (const TinyEvent &se) const |
long long | deltaBXinCycle (const TinyEvent &se, const int bx0) const |
int | isNextOf (const TinyEvent &se) const |
int | operator< (const TinyEvent &other) const |
TinyEvent & | operator= (const TinyEvent &se) |
int | operator== (const TinyEvent &other) const |
TinyEvent () | |
TinyEvent (const unsigned int event, const int orbit, const int bx) | |
TinyEvent (const unsigned int event, const unsigned int orbit, const int bx) | |
TinyEvent (const TinyEvent &se) | |
TinyEvent (const edm::Event &event) | |
TinyEvent (const edm::EventAuxiliary &eaux) | |
Public Attributes | |
unsigned int | _bx |
unsigned int | _event |
unsigned int | _orbit |
Definition at line 13 of file TinyEvent.h.
|
inline |
Definition at line 15 of file TinyEvent.h.
|
inlineexplicit |
Definition at line 17 of file TinyEvent.h.
|
inlineexplicit |
Definition at line 20 of file TinyEvent.h.
|
inline |
Definition at line 23 of file TinyEvent.h.
TinyEvent::TinyEvent | ( | const edm::Event & | event | ) |
Definition at line 6 of file TinyEvent.cc.
TinyEvent::TinyEvent | ( | const edm::EventAuxiliary & | eaux | ) |
Definition at line 11 of file TinyEvent.cc.
|
inline |
Definition at line 57 of file TinyEvent.h.
Referenced by EventWithHistory::absoluteBX(), absoluteBXinCycle(), and deltaBXinCycle().
|
inline |
Definition at line 63 of file TinyEvent.h.
References absoluteBX().
Referenced by EventWithHistory::absoluteBXinCycle().
|
inline |
Definition at line 69 of file TinyEvent.h.
References _bx, _event, and _orbit.
Referenced by EventWithHistory::deltaBX(), and deltaBXinCycle().
|
inline |
Definition at line 79 of file TinyEvent.h.
References absoluteBX(), and deltaBX().
Referenced by EventWithHistory::deltaBXinCycle().
|
inline |
Definition at line 51 of file TinyEvent.h.
References _event.
Referenced by EventWithHistory::add(), and EventWithHistory::isFutureHistory().
|
inline |
Definition at line 29 of file TinyEvent.h.
References _bx, _event, and _orbit.
Referenced by EventWithHistory::EventWithHistory(), and EventWithHistory::operator=().
|
inline |
Definition at line 45 of file TinyEvent.h.
References _bx, _event, and _orbit.
Referenced by EventWithHistory::operator==().
unsigned int TinyEvent::_bx |
Definition at line 89 of file TinyEvent.h.
Referenced by absoluteBX(), EventWithHistory::bx(), deltaBX(), operator=(), and operator==().
unsigned int TinyEvent::_event |
Definition at line 87 of file TinyEvent.h.
Referenced by deltaBX(), EventWithHistory::event(), isNextOf(), operator<(), operator=(), operator==(), and EventWithHistoryProducer::produce().
unsigned int TinyEvent::_orbit |
Definition at line 88 of file TinyEvent.h.
Referenced by absoluteBX(), deltaBX(), operator=(), operator==(), and EventWithHistory::orbit().