#include <Fireworks/Core/interface/FWRPZViewGeometry.h>
Public Member Functions | |
FWRPZViewGeometry (const fireworks::Context &context) | |
void | initStdGeoElements (const FWViewType::EType id) |
void | showGEM (bool) |
void | showPixelBarrel (bool) |
void | showPixelEndcap (bool) |
void | showRpcEndcap (bool) |
void | showTrackerBarrel (bool) |
void | showTrackerEndcap (bool) |
virtual | ~FWRPZViewGeometry () |
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 | |
void | estimateProjectionSize (const float *, float &, float &, float &, float &) |
void | estimateProjectionSizeCSC (const FWGeometry::GeomDetInfo &info, float &, float &, float &, float &) |
void | estimateProjectionSizeDT (const FWGeometry::GeomDetInfo &info, float &, float &, float &, float &) |
FWRPZViewGeometry (const FWRPZViewGeometry &) | |
void | importNew (TEveElementList *x) |
TEveElement * | makeCaloOutlineRhoPhi () |
TEveElement * | makeCaloOutlineRhoZ () |
TEveElement * | makeMuonGeometryRhoPhi () |
TEveElement * | makeMuonGeometryRhoZ () |
TEveGeoShape * | makeShape (double, double, double, double) |
const FWRPZViewGeometry & | operator= (const FWRPZViewGeometry &) |
Private Attributes | |
TEveElementList * | m_GEMElements |
TEveElementList * | m_pixelBarrelElements |
TEveElementList * | m_pixelEndcapElements |
TEveElementList * | m_rhoPhiGeo |
TEveElementList * | m_rhoZGeo |
TEveElementList * | m_rpcEndcapElements |
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 32 of file FWRPZViewGeometry.h.
FWRPZViewGeometry::FWRPZViewGeometry | ( | const fireworks::Context & | context | ) |
Definition at line 53 of file FWRPZViewGeometry.cc.
|
virtual |
|
private |
|
private |
Definition at line 333 of file FWRPZViewGeometry.cc.
References rho, and mathSSE::sqrt().
Referenced by estimateProjectionSizeDT().
|
private |
|
private |
Definition at line 280 of file FWRPZViewGeometry.cc.
References estimateProjectionSize(), FWGeometry::localToGlobal(), FWViewGeometryList::m_geom, and FWGeometry::GeomDetInfo::shape.
Referenced by makeMuonGeometryRhoZ().
|
private |
Definition at line 588 of file FWRPZViewGeometry.cc.
Referenced by showGEM(), showPixelBarrel(), showPixelEndcap(), showRpcEndcap(), showTrackerBarrel(), and showTrackerEndcap().
void FWRPZViewGeometry::initStdGeoElements | ( | const FWViewType::EType | id | ) |
Definition at line 83 of file FWRPZViewGeometry.cc.
References assert(), FWViewType::kRhoZ, FWViewGeometryList::m_geom, makeCaloOutlineRhoPhi(), makeCaloOutlineRhoZ(), makeMuonGeometryRhoPhi(), and makeMuonGeometryRhoZ().
Referenced by FWRPZView::setContext().
|
private |
Definition at line 126 of file FWRPZViewGeometry.cc.
References FWViewGeometryList::addToCompound(), fireworks::Context::caloR1(), fireworks::Context::colorManager(), funct::cos(), FWColorManager::geomColor(), i, kFWTrackerBarrelColorIndex, FWViewGeometryList::m_context, alignCSCRings::r, funct::sin(), and TwoPi.
Referenced by initStdGeoElements().
|
private |
Definition at line 103 of file FWRPZViewGeometry.cc.
References FWViewGeometryList::addToCompound(), fireworks::Context::caloMaxEta(), fireworks::Context::caloR1(), fireworks::Context::caloR2(), fireworks::Context::caloZ1(), fireworks::Context::caloZ2(), create_public_lumi_plots::exp, kFWTrackerBarrelColorIndex, FWViewGeometryList::m_context, and funct::tan().
Referenced by initStdGeoElements().
|
private |
Definition at line 151 of file FWRPZViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), kFWMuonBarrelLineColorIndex, FWViewGeometryList::m_colorComp, and FWViewGeometryList::m_geom.
Referenced by initStdGeoElements().
|
private |
Definition at line 184 of file FWRPZViewGeometry.cc.
References FWViewGeometryList::addToCompound(), CSCDetId, Reference_intrackfit_cff::endcap, estimateProjectionSizeDT(), FWGeometry::find(), FWGeometry::getEveShape(), i, kFWMuonBarrelLineColorIndex, kFWMuonEndcapLineColorIndex, FWViewGeometryList::m_geom, makeShape(), CSCDetId::maxEndcapId(), CSCDetId::minEndcapId(), and relativeConstraints::station.
Referenced by initStdGeoElements().
|
private |
Definition at line 258 of file FWRPZViewGeometry.cc.
References edmStreamStallGrapher::t.
Referenced by makeMuonGeometryRhoZ().
|
private |
void FWRPZViewGeometry::showGEM | ( | bool | show | ) |
Definition at line 550 of file FWRPZViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), importNew(), kFWMuonEndcapLineColorIndex, m_GEMElements, and FWViewGeometryList::m_geom.
Referenced by FWRPZView::setContext().
void FWRPZViewGeometry::showPixelBarrel | ( | bool | show | ) |
Definition at line 360 of file FWRPZViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), FWGeometry::getMatchedIds(), importNew(), kFWPixelBarrelColorIndex, FWViewGeometryList::m_geom, m_pixelBarrelElements, FWGeometry::PixelBarrel, and FWGeometry::Tracker.
Referenced by FWRPZView::setContext().
void FWRPZViewGeometry::showPixelEndcap | ( | bool | show | ) |
Definition at line 386 of file FWRPZViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), FWGeometry::getMatchedIds(), importNew(), kFWPixelEndcapColorIndex, FWViewGeometryList::m_geom, m_pixelEndcapElements, FWGeometry::PixelEndcap, and FWGeometry::Tracker.
Referenced by FWRPZView::setContext().
void FWRPZViewGeometry::showRpcEndcap | ( | bool | show | ) |
Definition at line 491 of file FWRPZViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), FWGeometry::VersionInfo::haveExtraDet(), i, importNew(), kFWMuonEndcapLineColorIndex, FWViewGeometryList::m_geom, m_rpcEndcapElements, relativeConstraints::ring, RPCDetId, relativeConstraints::station, and FWGeometry::versionInfo().
Referenced by FWRPZView::setContext().
void FWRPZViewGeometry::showTrackerBarrel | ( | bool | show | ) |
Definition at line 416 of file FWRPZViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), FWGeometry::getMatchedIds(), importNew(), kFWTrackerBarrelColorIndex, FWViewGeometryList::m_geom, m_trackerBarrelElements, FWGeometry::TIB, FWGeometry::TOB, and FWGeometry::Tracker.
Referenced by FWRPZView::setContext().
void FWRPZViewGeometry::showTrackerEndcap | ( | bool | show | ) |
Definition at line 453 of file FWRPZViewGeometry.cc.
References FWViewGeometryList::addToCompound(), FWGeometry::getEveShape(), FWGeometry::getMatchedIds(), importNew(), kFWTrackerEndcapColorIndex, FWViewGeometryList::m_geom, m_trackerEndcapElements, FWGeometry::TEC, FWGeometry::TID, and FWGeometry::Tracker.
Referenced by FWRPZView::setContext().
|
private |
Definition at line 79 of file FWRPZViewGeometry.h.
Referenced by showGEM().
|
private |
Definition at line 74 of file FWRPZViewGeometry.h.
Referenced by showPixelBarrel().
|
private |
Definition at line 75 of file FWRPZViewGeometry.h.
Referenced by showPixelEndcap().
|
private |
Definition at line 70 of file FWRPZViewGeometry.h.
Referenced by ~FWRPZViewGeometry().
|
private |
Definition at line 71 of file FWRPZViewGeometry.h.
Referenced by ~FWRPZViewGeometry().
|
private |
Definition at line 78 of file FWRPZViewGeometry.h.
Referenced by showRpcEndcap().
|
private |
Definition at line 76 of file FWRPZViewGeometry.h.
Referenced by showTrackerBarrel().
|
private |
Definition at line 77 of file FWRPZViewGeometry.h.
Referenced by showTrackerEndcap().