#include <EventWithHistory.h>
Public Member Functions | |
long long | absoluteBX (const unsigned int ev1) const |
long long | absoluteBX () const |
long long | absoluteBXinCycle (const unsigned int ev1, const int bx0) const |
long long | absoluteBXinCycle (const int bx0) const |
int | add (const EventWithHistory &he, const int idepth) |
int | add (const TinyEvent &he, const int idepth) |
const int | bx () const |
long long | deltaBX (const unsigned int ev2, const unsigned int ev1) const |
long long | deltaBX (const unsigned int ev1) const |
long long | deltaBX () const |
long long | deltaBX (const TinyEvent &se) const |
long long | deltaBXinCycle (const unsigned int ev2, const unsigned int ev1, const int bx0) const |
long long | deltaBXinCycle (const unsigned int ev1, const int bx0) const |
long long | deltaBXinCycle (const int bx0) const |
long long | deltaBXinCycle (const TinyEvent &se, const int bx0) const |
unsigned int | depth () const |
const unsigned int | event () const |
EventWithHistory () | |
EventWithHistory (const TinyEvent &se) | |
EventWithHistory (const unsigned int event, const int orbit, const int bx) | |
EventWithHistory (const unsigned int event, const unsigned int orbit, const int bx) | |
EventWithHistory (const edm::Event &event) | |
EventWithHistory (const std::vector< edm::EventAuxiliary > &he) | |
EventWithHistory (const edm::Event &event, const L1AcceptBunchCrossingCollection &l11bcc, const long long orbitoffset=0, const int bxoffset=0) | |
EventWithHistory (const EventWithHistory &he) | |
const TinyEvent * | get (const unsigned int ev) const |
bool | isFutureHistory () const |
EventWithHistory & | operator= (const EventWithHistory &he) |
int | operator== (const EventWithHistory &other) const |
const unsigned int | orbit () const |
Public Member Functions inherited from TinyEvent | |
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) | |
Private Attributes | |
std::vector< TinyEvent > | _prevse |
Additional Inherited Members | |
Public Attributes inherited from TinyEvent | |
unsigned int | _bx |
unsigned int | _event |
unsigned int | _orbit |
Definition at line 16 of file EventWithHistory.h.
EventWithHistory::EventWithHistory | ( | ) |
Definition at line 8 of file EventWithHistory.cc.
|
explicit |
Definition at line 10 of file EventWithHistory.cc.
|
explicit |
Definition at line 12 of file EventWithHistory.cc.
|
explicit |
Definition at line 15 of file EventWithHistory.cc.
|
explicit |
Definition at line 18 of file EventWithHistory.cc.
EventWithHistory::EventWithHistory | ( | const std::vector< edm::EventAuxiliary > & | he | ) |
Definition at line 21 of file EventWithHistory.cc.
References _prevse.
EventWithHistory::EventWithHistory | ( | const edm::Event & | event, |
const L1AcceptBunchCrossingCollection & | l11bcc, | ||
const long long | orbitoffset = 0 , |
||
const int | bxoffset = 0 |
||
) |
Definition at line 31 of file EventWithHistory.cc.
References _prevse, counter, deltaBX(), edm::EventID::event(), edm::EventBase::id(), and TinyEvent::operator=().
EventWithHistory::EventWithHistory | ( | const EventWithHistory & | he | ) |
Definition at line 110 of file EventWithHistory.cc.
long long EventWithHistory::absoluteBX | ( | const unsigned int | ev1 | ) | const |
Definition at line 225 of file EventWithHistory.cc.
References _prevse, absoluteBX(), and TinyEvent::absoluteBX().
Referenced by EventWithHistoryFilter::is_selected().
long long EventWithHistory::absoluteBX | ( | ) | const |
Definition at line 234 of file EventWithHistory.cc.
References TinyEvent::absoluteBX().
Referenced by absoluteBX().
long long EventWithHistory::absoluteBXinCycle | ( | const unsigned int | ev1, |
const int | bx0 | ||
) | const |
Definition at line 240 of file EventWithHistory.cc.
References _prevse, and TinyEvent::absoluteBXinCycle().
Referenced by EventWithHistoryFilter::is_selected().
long long EventWithHistory::absoluteBXinCycle | ( | const int | bx0 | ) | const |
Definition at line 249 of file EventWithHistory.cc.
References TinyEvent::absoluteBXinCycle().
int EventWithHistory::add | ( | const EventWithHistory & | he, |
const int | idepth | ||
) |
Definition at line 140 of file EventWithHistory.cc.
References ev.
int EventWithHistory::add | ( | const TinyEvent & | he, |
const int | idepth | ||
) |
Definition at line 150 of file EventWithHistory.cc.
References _prevse, funct::abs(), depth(), isFutureHistory(), and TinyEvent::isNextOf().
const int EventWithHistory::bx | ( | ) | const |
long long EventWithHistory::deltaBX | ( | const unsigned int | ev2, |
const unsigned int | ev1 | ||
) | const |
Definition at line 203 of file EventWithHistory.cc.
References _prevse, and TinyEvent::deltaBX().
Referenced by EventWithHistoryFilter::is_selected().
long long EventWithHistory::deltaBX | ( | const unsigned int | ev1 | ) | const |
long long EventWithHistory::deltaBX | ( | ) | const |
Definition at line 217 of file EventWithHistory.cc.
Referenced by deltaBX(), and EventWithHistory().
long long EventWithHistory::deltaBX | ( | const TinyEvent & | se | ) | const |
long long EventWithHistory::deltaBXinCycle | ( | const unsigned int | ev2, |
const unsigned int | ev1, | ||
const int | bx0 | ||
) | const |
Definition at line 255 of file EventWithHistory.cc.
References _prevse, and TinyEvent::deltaBXinCycle().
Referenced by deltaBXinCycle(), and EventWithHistoryFilter::is_selected().
long long EventWithHistory::deltaBXinCycle | ( | const unsigned int | ev1, |
const int | bx0 | ||
) | const |
Definition at line 270 of file EventWithHistory.cc.
References deltaBXinCycle().
long long EventWithHistory::deltaBXinCycle | ( | const int | bx0 | ) | const |
Definition at line 274 of file EventWithHistory.cc.
References deltaBXinCycle().
long long EventWithHistory::deltaBXinCycle | ( | const TinyEvent & | se, |
const int | bx0 | ||
) | const |
Definition at line 278 of file EventWithHistory.cc.
References TinyEvent::deltaBXinCycle().
unsigned int EventWithHistory::depth | ( | void | ) | const |
Definition at line 195 of file EventWithHistory.cc.
References _prevse.
Referenced by add(), EventWithHistoryFilter::is_selected(), isFutureHistory(), and operator==().
const unsigned int EventWithHistory::event | ( | ) | const |
Definition at line 183 of file EventWithHistory.cc.
References TinyEvent::_event.
Referenced by Types.EventID::cppID().
const TinyEvent * EventWithHistory::get | ( | const unsigned int | ev | ) | const |
Definition at line 187 of file EventWithHistory.cc.
References _prevse.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), rrapi.RRApi::columns(), rrapi.RRApi::count(), rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().
bool EventWithHistory::isFutureHistory | ( | ) | const |
Definition at line 197 of file EventWithHistory.cc.
References _prevse, depth(), and TinyEvent::isNextOf().
Referenced by add().
EventWithHistory & EventWithHistory::operator= | ( | const EventWithHistory & | he | ) |
int EventWithHistory::operator== | ( | const EventWithHistory & | other | ) | const |
Definition at line 123 of file EventWithHistory.cc.
References _prevse, depth(), cond::serialization::equal(), i, and TinyEvent::operator==().
const unsigned int EventWithHistory::orbit | ( | ) | const |
|
private |
Definition at line 64 of file EventWithHistory.h.
Referenced by absoluteBX(), absoluteBXinCycle(), add(), deltaBX(), deltaBXinCycle(), depth(), EventWithHistory(), get(), isFutureHistory(), operator=(), and operator==().