2 #include "TEveManager.h"
12 TGLAnnotation(view,
"Event Info", 0.05, 0.95),
15 SetRole(TGLOverlayElement::kViewer);
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();
85 TGLAnnotation::Render(rnrCtx);
112 if (value) fTextSize = atof(value->
value().c_str());
115 if (value) fPosX = atof(value->value().c_str());
118 if (value) fPosY = atof(value->value().c_str());
virtual ~FWEventAnnotation()
virtual void setFrom(const FWConfiguration &)
FWEventAnnotation(TGLViewerBase *view)
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
FWConfiguration & addKeyValue(const std::string &, const FWConfiguration &)
const std::string & value(unsigned int iIndex=0) const
const edm::EventBase * getCurrentEvent() const
static FWGUIManager * getGUIManager()
virtual void Render(TGLRnrCtx &rnrCtx)
std::string getLocalTime(const edm::EventBase &event)
virtual void addTo(FWConfiguration &) const
const FWConfiguration * valueForKey(const std::string &iKey) const