#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 edm::EventNumber_t | event () const |
EventWithHistory () | |
EventWithHistory (const TinyEvent &se) | |
EventWithHistory (const edm::EventNumber_t event, const int orbit, const int bx) | |
EventWithHistory (const edm::EventNumber_t 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 edm::Event &event, const TCDSRecord &tcdsRecord, 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 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) | |
Private Attributes | |
std::vector< TinyEvent > | _prevse |
Additional Inherited Members | |
Public Attributes inherited from TinyEvent | |
unsigned int | _bx |
edm::EventNumber_t | _event |
unsigned int | _orbit |
Definition at line 17 of file EventWithHistory.h.
EventWithHistory::EventWithHistory | ( | ) |
Definition at line 9 of file EventWithHistory.cc.
|
explicit |
Definition at line 11 of file EventWithHistory.cc.
|
explicit |
Definition at line 13 of file EventWithHistory.cc.
|
explicit |
Definition at line 16 of file EventWithHistory.cc.
|
explicit |
Definition at line 19 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 30 of file EventWithHistory.cc.
References _prevse, counter, deltaBX(), and TinyEvent::operator=().
EventWithHistory::EventWithHistory | ( | const edm::Event & | event, |
const TCDSRecord & | tcdsRecord, | ||
const long long | orbitoffset = 0 , |
||
const int | bxoffset = 0 |
||
) |
Definition at line 106 of file EventWithHistory.cc.
References _prevse, counter, deltaBX(), EcalDumpRaw_cfi::l1aHistory, TinyEvent::operator=(), and BeamMonitor_cff::tcdsRecord.
EventWithHistory::EventWithHistory | ( | const EventWithHistory & | he | ) |
Definition at line 185 of file EventWithHistory.cc.
long long EventWithHistory::absoluteBX | ( | const unsigned int | ev1 | ) | const |
Definition at line 292 of file EventWithHistory.cc.
References _prevse, TinyEvent::absoluteBX(), absoluteBX(), and simpleEdmComparison::ev1.
Referenced by SiStripMonitorDigi::analyze(), and SiStripMonitorCluster::analyze().
long long EventWithHistory::absoluteBX | ( | ) | const |
Definition at line 301 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 303 of file EventWithHistory.cc.
References _prevse, TinyEvent::absoluteBXinCycle(), and simpleEdmComparison::ev1.
long long EventWithHistory::absoluteBXinCycle | ( | const int | bx0 | ) | const |
Definition at line 312 of file EventWithHistory.cc.
References TinyEvent::absoluteBXinCycle().
int EventWithHistory::add | ( | const EventWithHistory & | he, |
const int | idepth | ||
) |
Definition at line 213 of file EventWithHistory.cc.
References makeMEIFBenchmarkPlots::ev, and hcalSimParameters_cfi::he.
Referenced by counter.Counter::register(), SequenceTypes._TaskBase::remove(), and SequenceTypes._TaskBase::replace().
int EventWithHistory::add | ( | const TinyEvent & | he, |
const int | idepth | ||
) |
Definition at line 224 of file EventWithHistory.cc.
References _prevse, funct::abs(), depth(), isFutureHistory(), and TinyEvent::isNextOf().
Referenced by counter.Counter::register(), SequenceTypes._TaskBase::remove(), and SequenceTypes._TaskBase::replace().
const int EventWithHistory::bx | ( | ) | const |
long long EventWithHistory::deltaBX | ( | const unsigned int | ev2, |
const unsigned int | ev1 | ||
) | const |
Definition at line 273 of file EventWithHistory.cc.
References _prevse, TinyEvent::deltaBX(), simpleEdmComparison::ev1, and simpleEdmComparison::ev2.
Referenced by SiStripMonitorCluster::analyze().
long long EventWithHistory::deltaBX | ( | const unsigned int | ev1 | ) | const |
Definition at line 286 of file EventWithHistory.cc.
References deltaBX(), and simpleEdmComparison::ev1.
long long EventWithHistory::deltaBX | ( | ) | const |
Definition at line 288 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 314 of file EventWithHistory.cc.
References _prevse, TinyEvent::deltaBXinCycle(), simpleEdmComparison::ev1, and simpleEdmComparison::ev2.
Referenced by SiStripMonitorCluster::analyze(), and deltaBXinCycle().
long long EventWithHistory::deltaBXinCycle | ( | const unsigned int | ev1, |
const int | bx0 | ||
) | const |
Definition at line 330 of file EventWithHistory.cc.
References deltaBXinCycle(), and simpleEdmComparison::ev1.
long long EventWithHistory::deltaBXinCycle | ( | const int | bx0 | ) | const |
Definition at line 334 of file EventWithHistory.cc.
References deltaBXinCycle().
long long EventWithHistory::deltaBXinCycle | ( | const TinyEvent & | se, |
const int | bx0 | ||
) | const |
Definition at line 336 of file EventWithHistory.cc.
References TinyEvent::deltaBXinCycle().
unsigned int EventWithHistory::depth | ( | void | ) | const |
Definition at line 269 of file EventWithHistory.cc.
References _prevse.
Referenced by add(), isFutureHistory(), and operator==().
const edm::EventNumber_t EventWithHistory::event | ( | ) | const |
Definition at line 257 of file EventWithHistory.cc.
References TinyEvent::_event.
Referenced by Types.EventID::cppID().
const TinyEvent * EventWithHistory::get | ( | const unsigned int | ev | ) | const |
Definition at line 261 of file EventWithHistory.cc.
References _prevse, and makeMEIFBenchmarkPlots::ev.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), submitPVValidationJobs.BetterConfigParser::__updateDict(), util.rrapi.RRApi::columns(), rrapi.RRApi::columns(), rrapi.RRApi::count(), util.rrapi.RRApi::count(), rrapi.RRApi::data(), util.rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), submitPVValidationJobs.BetterConfigParser::getResultingSection(), util.rrapi.RRApi::report(), rrapi.RRApi::report(), rrapi.RRApi::reports(), util.rrapi.RRApi::reports(), rrapi.RRApi::tables(), util.rrapi.RRApi::tables(), util.rrapi.RRApi::tags(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), util.rrapi.RRApi::templates(), util.rrapi.RRApi::workspaces(), and rrapi.RRApi::workspaces().
bool EventWithHistory::isFutureHistory | ( | ) | const |
Definition at line 271 of file EventWithHistory.cc.
References _prevse, depth(), and TinyEvent::isNextOf().
Referenced by add().
EventWithHistory & EventWithHistory::operator= | ( | const EventWithHistory & | he | ) |
Definition at line 187 of file EventWithHistory.cc.
References _prevse, hcalSimParameters_cfi::he, and TinyEvent::operator=().
int EventWithHistory::operator== | ( | const EventWithHistory & | other | ) | const |
Definition at line 197 of file EventWithHistory.cc.
References _prevse, depth(), cond::serialization::equal(), mps_fire::i, TinyEvent::operator==(), and trackingPlots::other.
const unsigned int EventWithHistory::orbit | ( | ) | const |
|
private |
Definition at line 68 of file EventWithHistory.h.
Referenced by absoluteBX(), absoluteBXinCycle(), add(), deltaBX(), deltaBXinCycle(), depth(), EventWithHistory(), get(), isFutureHistory(), operator=(), and operator==().