2 #include "TEveManager.h"
12 SetRole(TGLOverlayElement::kViewer);
33 fText =
"CMS Experiment at LHC, CERN";
38 fText +=
"\nData recorded: ";
40 fText +=
"\nRun/Event: ";
41 fText +=
event->id().run();
43 fText +=
event->id().event();
45 fText +=
"\nLumi section: ";
46 fText +=
event->luminosityBlock();
49 fText +=
"\nOrbit/Crossing: ";
50 fText +=
event->orbitNumber();
52 fText +=
event->bunchCrossing();
64 TGLAnnotation::Render(rnrCtx);
88 fTextSize = atof(value->
value().c_str());
92 fPosX = atof(value->value().c_str());
96 fPosY = atof(value->value().c_str());
void Render(TGLRnrCtx &rnrCtx) override
virtual void setFrom(const FWConfiguration &)
FWEventAnnotation(TGLViewerBase *view)
uint16_t const *__restrict__ x
FWConfiguration & addKeyValue(const std::string &, const FWConfiguration &)
const std::string & value(unsigned int iIndex=0) const
const edm::EventBase * getCurrentEvent() const
static FWGUIManager * getGUIManager()
std::string getLocalTime(const edm::EventBase &event)
virtual void addTo(FWConfiguration &) const
const FWConfiguration * valueForKey(const std::string &iKey) const
~FWEventAnnotation() override