#include <FWEventAnnotation.h>
Definition at line 12 of file FWEventAnnotation.h.
FWEventAnnotation::FWEventAnnotation |
( |
TGLViewerBase * |
view | ) |
|
Definition at line 11 of file FWEventAnnotation.cc.
12 TGLAnnotation(view,
"Event Info", 0.05, 0.95),
15 SetRole(TGLOverlayElement::kViewer);
FWEventAnnotation::~FWEventAnnotation |
( |
| ) |
|
|
virtual |
void FWEventAnnotation::Render |
( |
TGLRnrCtx & |
rnrCtx | ) |
|
|
virtual |
void FWEventAnnotation::setEvent |
( |
| ) |
|
void FWEventAnnotation::setLevel |
( |
long |
x | ) |
|
void FWEventAnnotation::updateOverlayText |
( |
| ) |
|
|
private |
Definition at line 46 of file FWEventAnnotation.cc.
References event(), FWGUIManager::getCurrentEvent(), FWGUIManager::getGUIManager(), fireworks::getLocalTime(), and m_level.
Referenced by setEvent(), and setLevel().
48 fText =
"CMS Experiment at LHC, CERN";
54 fText +=
"\nData recorded: ";
56 fText +=
"\nRun/Event: ";
57 fText +=
event->id().run();
59 fText +=
event->id().event();
62 fText +=
"\nLumi section: ";
63 fText +=
event->luminosityBlock();
67 fText +=
"\nOrbit/Crossing: ";
68 fText +=
event->orbitNumber();
70 fText +=
event->bunchCrossing();
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
const edm::EventBase * getCurrentEvent() const
static FWGUIManager * getGUIManager()
std::string getLocalTime(const edm::EventBase &event)
int FWEventAnnotation::m_level |
|
private |