#include <Fireworks/Core/interface/FW3DViewGeometry.h>
Public Member Functions | |
FW3DViewGeometry (const fireworks::Context &context) | |
void | showMuonBarrel (bool) |
void | showMuonBarrelFull (bool) |
void | showMuonEndcap (bool) |
void | showPixelBarrel (bool) |
void | showPixelEndcap (bool) |
void | showTrackerBarrel (bool) |
void | showTrackerEndcap (bool) |
virtual | ~FW3DViewGeometry () |
Public Member Functions inherited from FWViewGeometryList | |
FWViewGeometryList (const fireworks::Context &context, bool projected=true) | |
void | updateColors () |
void | updateTransparency (bool projectedType) |
virtual | ~FWViewGeometryList () |
Private Member Functions | |
FW3DViewGeometry (const FW3DViewGeometry &) | |
const FW3DViewGeometry & | operator= (const FW3DViewGeometry &) |
Private Attributes | |
TEveElementList * | m_muonBarrelElements |
TEveElementList * | m_muonBarrelFullElements |
TEveElementList * | m_muonEndcapElements |
TEveElementList * | m_muonEndcapFullElements |
TEveElementList * | m_pixelBarrelElements |
TEveElementList * | m_pixelEndcapElements |
TEveElementList * | m_trackerBarrelElements |
TEveElementList * | m_trackerEndcapElements |
Additional Inherited Members | |
Protected Member Functions inherited from FWViewGeometryList | |
void | addToCompound (TEveElement *el, FWGeomColorIndex idx, bool applyTransp=true) const |
Protected Attributes inherited from FWViewGeometryList | |
TEveCompound * | m_colorComp [kFWGeomColorSize] |
const fireworks::Context & | m_context |
const FWGeometry * | m_geom |
Description: [one line class summary]
Usage: <usage>
Definition at line 30 of file FW3DViewGeometry.h.
FW3DViewGeometry::FW3DViewGeometry | ( | const fireworks::Context & | context | ) |
Definition at line 46 of file FW3DViewGeometry.cc.
|
virtual |
Definition at line 64 of file FW3DViewGeometry.cc.
|
private |
|
private |
void FW3DViewGeometry::showMuonBarrel | ( | bool | showMuonBarrel | ) |
Definition at line 82 of file FW3DViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), kFWMuonBarrelLineColorIndex, FWViewGeometryList::m_geom, m_muonBarrelElements, and alignCSCRings::s.
Referenced by FW3DViewBase::showMuonBarrel().
void FW3DViewGeometry::showMuonBarrelFull | ( | bool | showMuonBarrel | ) |
Definition at line 121 of file FW3DViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), kFWMuonBarrelLineColorIndex, FWViewGeometryList::m_geom, and m_muonBarrelFullElements.
Referenced by FW3DViewBase::showMuonBarrel().
void FW3DViewGeometry::showMuonEndcap | ( | bool | showMuonEndcap | ) |
Definition at line 158 of file FW3DViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), FWGeometry::VersionInfo::haveExtraDet(), kFWMuonEndcapLineColorIndex, FWViewGeometryList::m_geom, m_muonEndcapElements, GEMDetId::maxLayerId, ME0DetId::maxRegionId, GEMDetId::maxRegionId, GEMDetId::minLayerId, ME0DetId::minRegionId, GEMDetId::minRegionId, GEMDetId::minRollId, GEMDetId::minStationId, alignCSCRings::s, and FWGeometry::versionInfo().
Referenced by FW3DViewBase::setContext().
void FW3DViewGeometry::showPixelBarrel | ( | bool | showPixelBarrel | ) |
Definition at line 291 of file FW3DViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), FWGeometry::getMatchedIds(), kFWPixelBarrelColorIndex, PXBDetId::ladder(), PXBDetId::layer(), FWViewGeometryList::m_geom, m_pixelBarrelElements, PXBDetId::module(), FWGeometry::PixelBarrel, and FWGeometry::Tracker.
Referenced by FW3DViewBase::setContext().
void FW3DViewGeometry::showPixelEndcap | ( | bool | showPixelEndcap | ) |
Definition at line 325 of file FW3DViewGeometry.cc.
References FWViewGeometryList::addToCompound(), PXFDetId::blade(), PXFDetId::disk(), FWGeometry::getEveShape(), FWGeometry::getMatchedIds(), kFWPixelEndcapColorIndex, FWViewGeometryList::m_geom, m_pixelEndcapElements, PXFDetId::module(), PXFDetId::panel(), FWGeometry::PixelEndcap, PXFDetId::side(), and FWGeometry::Tracker.
Referenced by FW3DViewBase::setContext().
void FW3DViewGeometry::showTrackerBarrel | ( | bool | showTrackerBarrel | ) |
Definition at line 360 of file FW3DViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), FWGeometry::getMatchedIds(), kFWTrackerBarrelColorIndex, FWViewGeometryList::m_geom, m_trackerBarrelElements, FWGeometry::TIB, FWGeometry::TOB, and FWGeometry::Tracker.
Referenced by FW3DViewBase::setContext().
void FW3DViewGeometry::showTrackerEndcap | ( | bool | showTrackerEndcap | ) |
Definition at line 395 of file FW3DViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), FWGeometry::getMatchedIds(), kFWTrackerEndcapColorIndex, FWViewGeometryList::m_geom, m_trackerEndcapElements, FWGeometry::TEC, FWGeometry::TID, and FWGeometry::Tracker.
Referenced by FW3DViewBase::setContext().
|
private |
Definition at line 57 of file FW3DViewGeometry.h.
Referenced by showMuonBarrel().
|
private |
Definition at line 58 of file FW3DViewGeometry.h.
Referenced by showMuonBarrelFull().
|
private |
Definition at line 59 of file FW3DViewGeometry.h.
Referenced by showMuonEndcap().
|
private |
Definition at line 60 of file FW3DViewGeometry.h.
|
private |
Definition at line 61 of file FW3DViewGeometry.h.
Referenced by showPixelBarrel().
|
private |
Definition at line 62 of file FW3DViewGeometry.h.
Referenced by showPixelEndcap().
|
private |
Definition at line 63 of file FW3DViewGeometry.h.
Referenced by showTrackerBarrel().
|
private |
Definition at line 64 of file FW3DViewGeometry.h.
Referenced by showTrackerEndcap().