#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 14 of file TinyEvent.h.
|
inlineexplicit |
Definition at line 16 of file TinyEvent.h.
|
inlineexplicit |
Definition at line 19 of file TinyEvent.h.
|
inline |
Definition at line 22 of file TinyEvent.h.
TinyEvent::TinyEvent | ( | const edm::Event & | event | ) |
Definition at line 4 of file TinyEvent.cc.
TinyEvent::TinyEvent | ( | const edm::EventAuxiliary & | eaux | ) |
Definition at line 9 of file TinyEvent.cc.
|
inline |
Definition at line 45 of file TinyEvent.h.
Referenced by EventWithHistory::absoluteBX(), absoluteBXinCycle(), and deltaBXinCycle().
|
inline |
Definition at line 47 of file TinyEvent.h.
References absoluteBX().
Referenced by EventWithHistory::absoluteBXinCycle().
|
inline |
Definition at line 49 of file TinyEvent.h.
References _bx, _event, _orbit, createfilelist::int, and Validation_hcalonly_cfi::sign.
Referenced by EventWithHistory::deltaBX(), and deltaBXinCycle().
|
inline |
Definition at line 58 of file TinyEvent.h.
References absoluteBX(), and deltaBX().
Referenced by EventWithHistory::deltaBXinCycle().
|
inline |
Definition at line 43 of file TinyEvent.h.
References _event.
Referenced by EventWithHistory::add(), and EventWithHistory::isFutureHistory().
|
inline |
Definition at line 27 of file TinyEvent.h.
References _bx, _event, and _orbit.
Referenced by EventWithHistory::EventWithHistory(), and EventWithHistory::operator=().
|
inline |
Definition at line 39 of file TinyEvent.h.
References _bx, _event, _orbit, and trackingPlots::other.
Referenced by EventWithHistory::operator==().
unsigned int TinyEvent::_bx |
Definition at line 66 of file TinyEvent.h.
Referenced by absoluteBX(), EventWithHistory::bx(), deltaBX(), operator=(), and operator==().
edm::EventNumber_t TinyEvent::_event |
Definition at line 64 of file TinyEvent.h.
Referenced by datamodel.Object::__getattr__(), datamodel.Collection::__getitem__(), deltaBX(), EventWithHistory::event(), isNextOf(), operator<(), operator=(), operator==(), EventWithHistoryProducer::produce(), and datamodel.Object::subObj().
unsigned int TinyEvent::_orbit |
Definition at line 65 of file TinyEvent.h.
Referenced by absoluteBX(), SiStripMonitorCluster::analyze(), deltaBX(), operator=(), operator==(), and EventWithHistory::orbit().