16 #include <boost/bind.hpp>
22 #define private public
23 #include "TGLOrthoCamera.h"
24 #include "TGLPerspectiveCamera.h"
26 #include "TGLCameraGuide.h"
28 #include "TGLEmbeddedViewer.h"
29 #include "TGLScenePad.h"
30 #include "TEveManager.h"
31 #include "TEveElement.h"
32 #include "TEveWindow.h"
33 #include "TEveScene.h"
34 #define protected public
37 #include "TGLOverlay.h"
68 TGLAnnotation(parent, text, posx, posy) {}
88 m_overlayEventInfo(0),
90 m_energyMaxValAnnotation(0),
93 #
if ROOT_VERSION_CODE >= ROOT_VERSION(5,26,0)
94 m_imageScale(this,
"Image Scale", 1.0, 1.0, 6.0),
96 m_eventInfoLevel(this,
"Overlay Event Info", 0
l, 0
l, 2
l),
97 m_drawCMSLogo(this,
"Show Logo",
false),
98 m_pointSmooth(this,
"Smooth points",
false),
99 m_pointSize(this,
"Point size", 1.0, 1.0, 10.0),
100 m_lineSmooth(this,
"Smooth lines",
false),
101 m_lineWidth(this,
"Line width",1.0,1.0,10.0),
102 m_lineOutlineScale(this,
"Outline width scale", 1.0, 0.01, 10.0),
103 m_lineWireframeScale(this,
"Wireframe width scale", 1.0, 0.01, 10.0),
104 m_showCameraGuide(this,
"Show Camera Guide",
false),
105 m_useGlobalEnergyScale(this,
"UseGlobalEnergyScale",
true),
108 m_viewEnergyScaleEditor(0)
114 gEve->GetViewers()->AddElement(
m_viewer);
124 m_geoScene->GetGLScene()->SetSelectable(kFALSE);
128 embeddedViewer->SetEventHandler(eh);
131 eh->SetDoInternalSelection(kFALSE);
215 #if ROOT_VERSION_CODE >= ROOT_VERSION(5,26,0)
218 succeeded =
viewerGL()->SavePicture(iName.c_str());
222 throw std::runtime_error(
"Unable to save picture");
325 calo->SetPlotEt(energyScale->
getPlotEt());
334 calo->SetMaxValAbs(100/f);
336 calo->ElementChanged();
378 (*it)->setFrom(iFrom);
401 const UChar_t* ca = 0;
403 ca = lcs.Selection(1).CArr();
404 viewerGL()->RefLightColorSet().Selection(1).SetColor(ca[0], ca[1], ca[2]);
405 ca = lcs.Selection(3).CArr();
406 viewerGL()->RefLightColorSet().Selection(3).SetColor(ca[0], ca[1], ca[2]);
407 ca = dcs.Selection(1).CArr();
408 viewerGL()->RefDarkColorSet().Selection(1).SetColor(ca[0], ca[1], ca[2]);
409 ca = dcs.Selection(3).CArr();
410 viewerGL()->RefDarkColorSet().Selection(3).SetColor(ca[0], ca[1], ca[2]);
421 std::ostringstream
s;
428 for (
unsigned int i = 0;
i < 16; ++
i ) {
429 std::ostringstream osIndex;
431 std::ostringstream osValue;
432 osValue << camera->GetCamTrans()[
i];
445 throw std::runtime_error(
"can't restore parameter cameraZoom");
452 for (
unsigned int i = 0;
i < 16; ++
i ) {
453 std::ostringstream os;
458 throw std::runtime_error (
"can't restore parameter cameraMatrix.");
460 std::istringstream
s(value->
value());
461 s>> (camera->RefCamTrans()[
i]);
464 catch (
const std::runtime_error& iException)
467 viewerGL()->ResetCamerasAfterNextUpdate();
470 camera->IncTimeStamp();
478 for (
unsigned int i = 0;
i < 16; ++
i ){
479 std::ostringstream osIndex;
481 std::ostringstream osValue;
482 osValue << (cam->GetCamTrans())[i];
487 matrixName =
"cameraMatrixBase";
488 for (
unsigned int i = 0;
i < 16; ++
i ){
489 std::ostringstream osIndex;
491 std::ostringstream osValue;
492 osValue << (cam->GetCamBase())[i];
496 std::ostringstream osValue;
497 osValue << cam->fFOV;
507 for (
unsigned int i = 0;
i < 16; ++
i ){
508 std::ostringstream os;
513 throw std::runtime_error (
"can't restore parameter cameraMatrix.");
515 std::istringstream
s(value->
value());
516 s>>((cam->RefCamTrans())[i]);
520 matrixName =
"cameraMatrixBase";
521 for (
unsigned int i = 0;
i < 16; ++
i ){
522 std::ostringstream os;
527 throw std::runtime_error (
"can't restore parameter cameraMatrixBase.");
530 std::istringstream
s(value->
value());
531 s>>((cam->RefCamBase())[i]);
538 throw std::runtime_error (
"can't restore parameter cameraMatrixBase.");
540 std::istringstream
s(value->
value());
546 catch (
const std::runtime_error& iException)
549 viewerGL()->ResetCamerasAfterNextUpdate();
563 #
if ROOT_VERSION_CODE >= ROOT_VERSION(5,26,0)
float getScaleFactor3D() const
void addToOrthoCamera(TGLOrthoCamera *, FWConfiguration &) const
FWEventAnnotation * m_overlayEventInfo
std::vector< FWParameterBase * >::const_iterator const_iterator
virtual TEveCaloViz * getEveCalo() const
virtual void useGlobalEnergyScaleChanged()
const_iterator begin() const
std::auto_ptr< FWViewContext > m_viewContext
FWTGLViewer * fwViewerGL() const
virtual void populateController(ViewerParameterGUI &) const
virtual void pointLineScalesChanged()
void voteMaxEtAndEnergy(float Et, float energy) const
ScaleAnnotation(TGLViewerBase *parent, const char *text, Float_t posx, Float_t posy)
ViewerParameterGUI & requestTab(const char *)
FWViewEnergyScale * getEnergyScale() const
virtual void setFrom(const FWConfiguration &)
const std::string & typeName() const
virtual void setFrom(const FWConfiguration &)
unsigned int version() const
FWViewEnergyScaleEditor * m_viewEnergyScaleEditor
virtual void setupEnergyScale()
void addFrameToContainer(TGCompositeFrame *)
FWDoubleParameter m_pointSize
virtual FWViewContextMenuHandlerBase * contextMenuHandler() const
TGLViewer * viewerGL() const
void updateScaleFactors(float iMaxVal)
sigc::signal< void, T > changed_
const fireworks::Context * m_context
TEveElement * m_ownedProducts
FWBoolParameter m_lineSmooth
unsigned int version() const
FWBoolParameter m_showCameraGuide
FWBoolParameter m_useGlobalEnergyScale
virtual void cameraGuideChanged()
virtual void voteCaloMaxVal()
virtual void setFrom(const FWConfiguration &)
virtual void saveImageTo(const std::string &iName) const
ScaleAnnotation * m_energyMaxValAnnotation
FWTGLViewer * fwGlViewer()
void setText(const char *txt)
float getScaleFactorLego() const
const_iterator end() const
bool addEntry(Long_t id, const std::string &txt)
const TGLColorSet & getLightColorSet() const
float getMaxEnergyInEvent(bool isEt) const
virtual void resetCamera()
virtual void addTo(FWConfiguration &) const
sigc::signal< void, Int_t, Int_t > openSelectedModelContextMenu_
FWBoolParameter m_drawCMSLogo
void setViewer(FWEveView *ev)
FWConfiguration & addKeyValue(const std::string &, const FWConfiguration &)
virtual void eventBegin()
std::auto_ptr< FWViewEnergyScale > m_localEnergyScale
const std::string & value(unsigned int iIndex=0) const
const fireworks::Context & context()
FWBoolParameter m_pointSmooth
FWDoubleParameter m_imageScale
void setFromPerspectiveCamera(TGLPerspectiveCamera *, const std::string &, const FWConfiguration &)
FWViewContext * viewContext()
FWViewEnergyScale * getEnergyScale() const
virtual ~ScaleAnnotation()
virtual void setBackgroundColor(Color_t)
FWEveView(TEveWindowSlot *, FWViewType::EType, unsigned int version=7)
FWDoubleParameter m_lineOutlineScale
const TGLColorSet & getDarkColorSet() const
CmsShowCommon * commonPrefs() const
TGCompositeFrame * getTabContainer()
FWEnumParameter m_eventInfoLevel
static Bool_t setColorSetViewer(TGLViewer *, Color_t)
boost::shared_ptr< FWViewContextMenuHandlerGL > m_viewContextMenu
virtual void addTo(FWConfiguration &) const
const FWConfiguration * valueForKey(const std::string &iKey) const
volatile std::atomic< bool > shutdown_flag false
virtual bool isEnergyScaleGlobal() const
FWDoubleParameter m_lineWidth
if(conf.exists("allCellsPositionCalc"))
FWDoubleParameter m_lineWireframeScale
void setFromOrthoCamera(TGLOrthoCamera *, const FWConfiguration &)
virtual void addTo(FWConfiguration &) const
sigc::signal< void, Int_t, Int_t > openSelectedModelContextMenu_
TGLCameraGuide * m_cameraGuide
virtual void setContext(const fireworks::Context &x)
FWTGLViewer * SpawnFWTGLViewer()
CmsAnnotation * m_overlayLogo
virtual void addTo(FWConfiguration &) const
FWViewType::EType typeId() const
void addToPerspectiveCamera(TGLPerspectiveCamera *, const std::string &, FWConfiguration &) const