#include <Fireworks/Core/interface/FWISpyView.h>
Public Member Functions | |
FWISpyView (TEveWindowSlot *, FWViewType::EType, unsigned int version=9) | |
virtual void | populateController (ViewerParameterGUI &) const |
virtual void | setContext (const fireworks::Context &x) |
void | showEcalBarrel (bool) |
virtual | ~FWISpyView () |
Public Member Functions inherited from FW3DViewBase | |
virtual void | addTo (FWConfiguration &) const |
FW3DViewBase (TEveWindowSlot *, FWViewType::EType, unsigned int version=8) | |
FW3DViewDistanceMeasureTool * | getDMT () |
virtual bool | requestGLHandlerPick () const |
void | setCurrentDMTVertex (double x, double y, double z) |
virtual void | setFrom (const FWConfiguration &) |
void | updateGlobalSceneScaleParameters () |
virtual | ~FW3DViewBase () |
Public Member Functions inherited from FWEveView | |
const fireworks::Context & | context () |
virtual FWViewContextMenuHandlerBase * | contextMenuHandler () const |
virtual void | eventBegin () |
virtual void | eventEnd () |
TEveScene * | eventScene () |
FWEveView (TEveWindowSlot *, FWViewType::EType, unsigned int version=7) | |
FWTEveViewer * | fwViewer () |
FWTGLViewer * | fwViewerGL () const |
TEveScene * | geoScene () |
virtual bool | isEnergyScaleGlobal () const |
TEveElement * | ownedProducts () |
virtual void | saveImageTo (const std::string &iName) const |
virtual void | setBackgroundColor (Color_t) |
virtual void | setupEnergyScale () |
virtual void | useGlobalEnergyScaleChanged () |
FWViewContext * | viewContext () |
TEveViewer * | viewer () |
TGLViewer * | viewerGL () const |
virtual void | voteCaloMaxVal () |
virtual | ~FWEveView () |
Public Member Functions inherited from FWViewBase | |
void | destroy () |
FWViewBase (FWViewType::EType, unsigned int iVersion=1) | |
void | promptForSaveImageTo (TGFrame *) const |
FWViewType::EType | typeId () const |
const std::string & | typeName () const |
Public Member Functions inherited from FWConfigurableParameterizable | |
FWConfigurableParameterizable (unsigned int iVersion=1) | |
unsigned int | version () const |
virtual | ~FWConfigurableParameterizable () |
Public Member Functions inherited from FWParameterizable | |
void | add (FWParameterBase *) |
const_iterator | begin () const |
const_iterator | end () const |
FWParameterizable () | |
virtual | ~FWParameterizable () |
Public Member Functions inherited from FWConfigurable | |
FWConfigurable () | |
virtual | ~FWConfigurable () |
Private Member Functions | |
FWISpyView (const FWISpyView &) | |
const FWISpyView & | operator= (const FWISpyView &) |
Private Attributes | |
TEveBoxSet * | m_ecalBarrel |
FWBoolParameter | m_showEcalBarrel |
Additional Inherited Members | |
Public Types inherited from FWParameterizable | |
typedef std::vector < FWParameterBase * > ::const_iterator | const_iterator |
Public Attributes inherited from FWViewBase | |
sigc::signal< void, const FWViewBase * > | beingDestroyed_ |
sigc::signal< void, Int_t, Int_t > | openSelectedModelContextMenu_ |
Protected Member Functions inherited from FWEveView | |
void | addToOrthoCamera (TGLOrthoCamera *, FWConfiguration &) const |
void | addToPerspectiveCamera (TGLPerspectiveCamera *, const std::string &, FWConfiguration &) const |
virtual void | cameraGuideChanged () |
virtual TEveCaloViz * | getEveCalo () const |
virtual void | pointLineScalesChanged () |
virtual void | resetCamera () |
void | setFromOrthoCamera (TGLOrthoCamera *, const FWConfiguration &) |
void | setFromPerspectiveCamera (TGLPerspectiveCamera *, const std::string &, const FWConfiguration &) |
Protected Member Functions inherited from FWViewBase | |
virtual | ~FWViewBase () |
Protected Attributes inherited from FWEveView | |
const fireworks::Context * | m_context |
Protected Attributes inherited from FWViewBase | |
FWViewType | m_type |
FWISpyView::FWISpyView | ( | TEveWindowSlot * | slot, |
FWViewType::EType | typeId, | ||
unsigned int | version = 9 |
||
) |
Definition at line 38 of file FWISpyView.cc.
References FWEveView::geoScene(), and m_ecalBarrel.
|
virtual |
Definition at line 56 of file FWISpyView.cc.
|
private |
|
private |
|
virtual |
Reimplemented from FW3DViewBase.
Definition at line 90 of file FWISpyView.cc.
References m_showEcalBarrel, FW3DViewBase::populateController(), ViewerParameterGUI::requestTab(), and ViewerParameterGUI::separator().
|
virtual |
Reimplemented from FW3DViewBase.
Definition at line 61 of file FWISpyView.cc.
References FWGenericParameter< T >::changed_, m_showEcalBarrel, FW3DViewBase::setContext(), showEcalBarrel(), and FWGenericParameter< T >::value().
void FWISpyView::showEcalBarrel | ( | bool | x | ) |
Definition at line 70 of file FWISpyView.cc.
References FWEveView::context(), relativeConstraints::geom, FWGeometry::getCorners(), fireworks::Context::getGeom(), FWGeometry::getMatchedIds(), m_ecalBarrel, GeomDetEnumerators::PixelBarrel, and x.
Referenced by setContext().
|
private |
Definition at line 50 of file FWISpyView.h.
Referenced by FWISpyView(), and showEcalBarrel().
|
private |
Definition at line 51 of file FWISpyView.h.
Referenced by populateController(), and setContext().