#include <FWTrackHitsDetailView.h>
Public Member Functions | |
FWTrackHitsDetailView () | |
void | pickCameraCenter () |
void | rnrLabels () |
void | setBackgroundColor (Color_t) override |
void | transparencyChanged (int) |
~FWTrackHitsDetailView () override | |
Public Member Functions inherited from FWDetailViewGL< reco::Track > | |
FWDetailViewGL () | |
void | init (TEveWindowSlot *) override |
void | setBackgroundColor (Color_t) override |
TGLViewer * | viewerGL () const |
~FWDetailViewGL () override | |
Public Member Functions inherited from FWDetailView< reco::Track > | |
void | build (const FWModelId &iID, const void *iData) override |
FWDetailView () | |
Public Member Functions inherited from FWDetailViewBase | |
void | build (const FWModelId &) |
const fireworks::Context & | context () const |
const FWEventItem * | item () |
void | setItem (const FWEventItem *x) |
virtual | ~FWDetailViewBase () |
Public Member Functions inherited from CSGActionSupervisor | |
Bool_t | activateMenuEntry (int entry) |
Bool_t | activateToolBarEntry (int entry) |
void | addToActionMap (CSGAction *action) |
CSGActionSupervisor () | |
virtual void | defaultAction () |
virtual void | enableActions (bool enable=true) |
CSGAction * | getAction (const std::string &name) |
const std::vector< CSGAction * > & | getListOfActions () const |
Long_t | getToolTipDelay () const |
virtual void | HandleMenu (Int_t id) |
void | resizeMenu (TGPopupMenu *menu) |
virtual | ~CSGActionSupervisor () |
Protected Attributes | |
TEveElementList * | m_hits |
TEveElementList * | m_moduleLabels |
TEveElementList * | m_modules |
TGSlider * | m_slider |
FWIntValueListener * | m_sliderListener |
Protected Attributes inherited from FWDetailViewGL< reco::Track > | |
TEveScene * | m_eveScene |
TEveViewer * | m_eveViewer |
TGCompositeFrame * | m_guiFrame |
TCanvas * | m_infoCanvas |
Protected Attributes inherited from CSGActionSupervisor | |
std::vector< CSGAction * > | m_actionList |
Private Member Functions | |
void | addHits (const reco::Track &track, const FWEventItem *iItem, TEveElement *trkList, bool addNearbyHits) |
void | addModules (const reco::Track &track, const FWEventItem *iItem, TEveElement *trkList, bool addLostHits) |
void | addTrackerHits3D (std::vector< TVector3 > &points, class TEveElementList *tList, Color_t color, int size) |
void | build (const FWModelId &id, const reco::Track *) override |
FWTrackHitsDetailView (const FWTrackHitsDetailView &)=delete | |
void | makeLegend (void) |
const FWTrackHitsDetailView & | operator= (const FWTrackHitsDetailView &)=delete |
void | setTextInfo (const FWModelId &id, const reco::Track *) override |
Private Attributes | |
TLegend * | m_legend |
Additional Inherited Members | |
Static Public Member Functions inherited from FWDetailView< reco::Track > | |
static std::string | classRegisterTypeName () |
static std::string | classTypeName () |
Static Public Member Functions inherited from FWDetailViewBase | |
static void | drawCanvasBox (Double_t *pos, Color_t fillCol, Int_t fillType=0, bool bg=kTRUE) |
static void | drawCanvasDot (Float_t x, Float_t y, Float_t r, Color_t) |
Protected Member Functions inherited from FWDetailViewBase | |
FWDetailViewBase (const std::type_info &) | |
Definition at line 18 of file FWTrackHitsDetailView.h.
FWTrackHitsDetailView::FWTrackHitsDetailView | ( | ) |
Definition at line 40 of file FWTrackHitsDetailView.cc.
|
override |
Definition at line 48 of file FWTrackHitsDetailView.cc.
|
privatedelete |
|
private |
Definition at line 305 of file FWTrackHitsDetailView.cc.
References fireworks::addSiStripClusters(), addTrackerHits3D(), FWDisplayProperties::color(), FWEventItem::defaultDisplayProperties(), fireworks::pushNearbyPixelHits(), fireworks::pushPixelHits(), DigiDM_cff::strips, and HLT_FULL_cff::track.
Referenced by build().
|
private |
Definition at line 334 of file FWTrackHitsDetailView.cc.
References TrackingRecHit::bad, FWDisplayProperties::color(), MuonSubdetId::CSC, FWEventItem::defaultDisplayProperties(), DetId::det(), MuonSubdetId::DT, fwLog, MuonSubdetId::GEM, FWGeometry::getEveShape(), FWEventItem::getGeom(), FWGeometry::getTrackerTopology(), TrackingRecHit::inactive, TrackingRecHit::inactive_inner, TrackingRecHit::inactive_outer, fireworks::info(), fwlog::kInfo, MuonSubdetId::ME0, TrackingRecHit::missing, TrackingRecHit::missing_inner, TrackingRecHit::missing_outer, DetId::Muon, Skims_PA_cff::name, TrackerTopology::print(), DetId::rawId(), MuonSubdetId::RPC, edm::second(), DetId::subdetId(), HLT_FULL_cff::track, DetId::Tracker, and TrackingRecHit::valid.
Referenced by build().
|
private |
Definition at line 285 of file FWTrackHitsDetailView.cc.
References HLT_FULL_cff::points, and findQualityFiles::size.
Referenced by addHits().
|
overrideprivatevirtual |
Implements FWDetailView< reco::Track >.
Definition at line 50 of file FWTrackHitsDetailView.cc.
References writedatasetfile::action, addHits(), addModules(), b, EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0::cerr, FWDetailViewBase::context(), mps_fire::end, f, CaloRecHitAuxSetter::getField(), mps_fire::i, FWDetailViewBase::item(), FWDetailViewGL< reco::Track >::m_eveScene, FWDetailViewGL< reco::Track >::m_guiFrame, m_hits, m_moduleLabels, m_modules, m_slider, m_sliderListener, makeLegend(), Skims_PA_cff::name, AlCaHLTBitMon_ParallelJobs::p, pickCameraCenter(), fireworks::prepareTrack(), rnrLabels(), setTextInfo(), runonSM::text, HLT_FULL_cff::track, transparencyChanged(), FWIntValueListener::valueChanged_, and FWDetailViewGL< reco::Track >::viewerGL().
|
private |
Definition at line 245 of file FWTrackHitsDetailView.cc.
References reco::ParticleMasses::kPlus, listHistos::legend, and m_legend.
Referenced by build().
|
privatedelete |
void FWTrackHitsDetailView::pickCameraCenter | ( | ) |
Definition at line 159 of file FWTrackHitsDetailView.cc.
References FWDetailViewGL< reco::Track >::viewerGL().
Referenced by build().
void FWTrackHitsDetailView::rnrLabels | ( | ) |
Definition at line 416 of file FWTrackHitsDetailView.cc.
References m_moduleLabels.
Referenced by build().
|
overridevirtual |
Reimplemented from FWDetailViewBase.
Definition at line 146 of file FWTrackHitsDetailView.cc.
References cuy::col, mps_fire::i, m_moduleLabels, FWColorManager::setColorSetViewer(), FWDetailViewGL< reco::Track >::viewerGL(), and x.
|
overrideprivatevirtual |
Implements FWDetailView< reco::Track >.
Definition at line 168 of file FWTrackHitsDetailView.cc.
References FWDetailViewBase::drawCanvasBox(), FWDetailViewBase::drawCanvasDot(), FWDetailViewBase::item(), FWDetailViewGL< reco::Track >::m_infoCanvas, m_legend, HLTEgPhaseIITestSequence_cff::modelName, alignCSCRings::r, diffTwoXMLs::r2, HLT_FULL_cff::track, x, and y.
Referenced by build().
void FWTrackHitsDetailView::transparencyChanged | ( | int | x | ) |
|
protected |
Definition at line 32 of file FWTrackHitsDetailView.h.
Referenced by build().
|
private |
Definition at line 51 of file FWTrackHitsDetailView.h.
Referenced by makeLegend(), and setTextInfo().
|
protected |
Definition at line 31 of file FWTrackHitsDetailView.h.
Referenced by build(), rnrLabels(), and setBackgroundColor().
|
protected |
Definition at line 30 of file FWTrackHitsDetailView.h.
Referenced by build(), and transparencyChanged().
|
protected |
Definition at line 33 of file FWTrackHitsDetailView.h.
Referenced by build().
|
protected |
Definition at line 34 of file FWTrackHitsDetailView.h.
Referenced by build().