16 #include <boost/bind.hpp> 22 #include "TGLOrthoCamera.h" 23 #include "TGLPerspectiveCamera.h" 24 #include "TGLCameraGuide.h" 26 #include "TGLEmbeddedViewer.h" 27 #include "TGLScenePad.h" 28 #include "TEveManager.h" 29 #include "TEveElement.h" 30 #include "TEveWindow.h" 31 #include "TEveScene.h" 33 #include "TGLOverlay.h" 64 TGLAnnotation(parent, text, posx, posy) {}
84 m_overlayEventInfo(0),
86 m_energyMaxValAnnotation(0),
90 m_imageScale(this,
"Image Scale", 1.0, 1.0, 6.0),
92 m_eventInfoLevel(this,
"Overlay Event Info", 0
l, 0
l, 2
l),
93 m_drawCMSLogo(this,
"Show Logo",
false),
94 m_pointSmooth(this,
"Smooth points",
false),
95 m_pointSize(this,
"Point size", 1.0, 1.0, 10.0),
96 m_lineSmooth(this,
"Smooth lines",
false),
97 m_lineWidth(this,
"Line width",1.0,1.0,10.0),
98 m_lineOutlineScale(this,
"Outline width scale", 1.0, 0.01, 10.0),
99 m_lineWireframeScale(this,
"Wireframe width scale", 1.0, 0.01, 10.0),
100 m_showCameraGuide(this,
"Show Camera Guide",
false),
101 m_useGlobalEnergyScale(this,
"UseGlobalEnergyScale",
true),
104 m_viewEnergyScaleEditor(0)
110 gEve->GetViewers()->AddElement(
m_viewer);
120 m_geoScene->GetGLScene()->SetSelectable(kFALSE);
124 embeddedViewer->SetEventHandler(eh);
127 eh->SetDoInternalSelection(kFALSE);
211 #if ROOT_VERSION_CODE >= ROOT_VERSION(5,26,0) 214 succeeded =
viewerGL()->SavePicture(iName.c_str());
218 throw std::runtime_error(
"Unable to save picture");
321 calo->SetPlotEt(energyScale->
getPlotEt());
330 calo->SetMaxValAbs(100/f);
332 calo->ElementChanged();
374 (*it)->setFrom(iFrom);
397 const UChar_t* ca = 0;
399 ca = lcs.Selection(1).CArr();
400 viewerGL()->RefLightColorSet().Selection(1).SetColor(ca[0], ca[1], ca[2]);
401 ca = lcs.Selection(3).CArr();
402 viewerGL()->RefLightColorSet().Selection(3).SetColor(ca[0], ca[1], ca[2]);
403 ca = dcs.Selection(1).CArr();
404 viewerGL()->RefDarkColorSet().Selection(1).SetColor(ca[0], ca[1], ca[2]);
405 ca = dcs.Selection(3).CArr();
406 viewerGL()->RefDarkColorSet().Selection(3).SetColor(ca[0], ca[1], ca[2]);
422 for (
unsigned int i = 0;
i < 16; ++
i ) {
423 std::ostringstream osIndex;
425 std::ostringstream osValue;
426 osValue << camera->GetCamTrans()[
i];
439 throw std::runtime_error(
"can't restore parameter cameraZoom");
445 for (
unsigned int i = 0;
i < 16; ++
i ) {
446 std::ostringstream os;
451 throw std::runtime_error (
"can't restore parameter cameraMatrix.");
453 std::istringstream
s(value->
value());
454 s>> (camera->RefCamTrans()[
i]);
457 catch (
const std::runtime_error& iException)
460 viewerGL()->ResetCamerasAfterNextUpdate();
463 camera->IncTimeStamp();
471 for (
unsigned int i = 0;
i < 16; ++
i ){
472 std::ostringstream osIndex;
474 std::ostringstream osValue;
475 osValue << (cam->GetCamTrans())[i];
480 matrixName =
"cameraMatrixBase";
481 for (
unsigned int i = 0;
i < 16; ++
i ){
482 std::ostringstream osIndex;
484 std::ostringstream osValue;
485 osValue << (cam->GetCamBase())[i];
498 for (
unsigned int i = 0;
i < 16; ++
i ){
499 std::ostringstream os;
504 throw std::runtime_error (
"can't restore parameter cameraMatrix.");
506 std::istringstream
s(value->
value());
507 s>>((cam->RefCamTrans())[i]);
511 matrixName =
"cameraMatrixBase";
512 for (
unsigned int i = 0;
i < 16; ++
i ){
513 std::ostringstream os;
518 throw std::runtime_error (
"can't restore parameter cameraMatrixBase.");
521 std::istringstream
s(value->
value());
522 s>>((cam->RefCamBase())[i]);
529 throw std::runtime_error (
"can't restore parameter cameraMatrixBase.");
531 cam->SetFOV(std::stod(value->
value()));
536 catch (
const std::runtime_error& iException)
539 viewerGL()->ResetCamerasAfterNextUpdate();
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
std::shared_ptr< FWViewContextMenuHandlerGL > m_viewContextMenu
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
#define ROOT_VERSION_CODE
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()
#define ROOT_VERSION(a, b, c)
FWEnumParameter m_eventInfoLevel
static Bool_t setColorSetViewer(TGLViewer *, Color_t)
virtual void addTo(FWConfiguration &) const
const FWConfiguration * valueForKey(const std::string &iKey) const
virtual bool isEnergyScaleGlobal() const
FWDoubleParameter m_lineWidth
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