#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 edm::EventNumber_t event, const int orbit, const int bx) | |
TinyEvent (const edm::EventNumber_t 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 |
edm::EventNumber_t | _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 5 of file TinyEvent.cc.
TinyEvent::TinyEvent | ( | const edm::EventAuxiliary & | eaux | ) |
Definition at line 10 of file TinyEvent.cc.
|
inline |
Definition at line 57 of file TinyEvent.h.
Referenced by EventWithHistory::absoluteBX(), and deltaBXinCycle().
|
inline |
|
inline |
Definition at line 69 of file TinyEvent.h.
References _bx, _event, _orbit, createfilelist::int, and Validation_hcalonly_cfi::sign.
Referenced by EventWithHistory::deltaBX().
|
inline |
Definition at line 79 of file TinyEvent.h.
References absoluteBX().
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 EventWithHistory::bx(), deltaBX(), operator=(), and operator==().
edm::EventNumber_t 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 SiStripMonitorCluster::analyze(), deltaBX(), operator=(), operator==(), and EventWithHistory::orbit().