#include <PlaneViewOption.h>
Inheritance diagram for PlaneViewOption:

Public Member Functions | |
| void | Update (const cfg::Config &c) |
Static Public Member Functions | |
| const PlaneViewOption & | Instance () |
Public Attributes | |
| int | fDrawMCTruthVectors |
| int | fDrawMCTruthHits |
| int | fDrawRawDigits |
| int | fDrawFilaments |
| int | fDrawTracks |
| int | fDrawTrackCandidates |
| int | fDrawPlaneClusters |
| int | fDrawShowers |
| int | fDraw3DShowers |
| std::string | fTrackRecoName |
Private Member Functions | |
| PlaneViewOption () | |
Static Private Attributes | |
| PlaneViewOption * | fInstance = 0 |
|
|
Definition at line 40 of file PlaneViewOption.cxx. References cfg::Observer::SetWatch(). Referenced by Instance(). 00041 {
00042 this->SetWatch("Plane View Display Options","test");
00043 }
|
|
|
Definition at line 16 of file PlaneViewOption.cxx. References fInstance, and PlaneViewOption(). Referenced by evd::PlaneView::PlaneView(). 00017 {
00018 if (fInstance==0) fInstance = new PlaneViewOption();
00019 return *fInstance;
00020 }
|
|
|
Implements cfg::Observer. Definition at line 24 of file PlaneViewOption.cxx. References fDraw3DShowers, fDrawFilaments, fDrawMCTruthHits, fDrawMCTruthVectors, fDrawPlaneClusters, fDrawRawDigits, fDrawShowers, fDrawTrackCandidates, fDrawTracks, and fTrackRecoName. 00025 {
00026 c("DrawMCTruthVectors"). Get(fDrawMCTruthVectors);
00027 c("DrawMCTruthHits"). Get(fDrawMCTruthHits);
00028 c("DrawRawDigits"). Get(fDrawRawDigits);
00029 c("DrawFilaments"). Get(fDrawFilaments);
00030 c("DrawTrackCandidates").Get(fDrawTrackCandidates);
00031 c("DrawTracks"). Get(fDrawTracks);
00032 c("DrawPlaneClusters"). Get(fDrawPlaneClusters);
00033 c("DrawShowers"). Get(fDrawShowers);
00034 c("Draw3DShowers"). Get(fDraw3DShowers);
00035 c("TrackRecoName"). Get(fTrackRecoName);
00036 }
|
|
|
Definition at line 29 of file PlaneViewOption.h. Referenced by evd::PlaneView::Draw(), and Update(). |
|
|
Definition at line 24 of file PlaneViewOption.h. Referenced by evd::PlaneView::Draw(), and Update(). |
|
|
Definition at line 22 of file PlaneViewOption.h. Referenced by evd::PlaneView::Draw(), and Update(). |
|
|
Definition at line 21 of file PlaneViewOption.h. Referenced by evd::PlaneView::Draw(), and Update(). |
|
|
Definition at line 27 of file PlaneViewOption.h. Referenced by evd::PlaneView::Draw(), and Update(). |
|
|
Definition at line 23 of file PlaneViewOption.h. Referenced by evd::PlaneView::Draw(), and Update(). |
|
|
Definition at line 28 of file PlaneViewOption.h. Referenced by evd::PlaneView::Draw(), and Update(). |
|
|
Definition at line 26 of file PlaneViewOption.h. Referenced by evd::PlaneView::Draw(), and Update(). |
|
|
Definition at line 25 of file PlaneViewOption.h. Referenced by evd::PlaneView::Draw(), and Update(). |
|
|
Definition at line 12 of file PlaneViewOption.cxx. Referenced by Instance(). |
|
|
Definition at line 30 of file PlaneViewOption.h. Referenced by evd::PlaneView::DrawTrackCandidates(), evd::PlaneView::DrawTracks(), and Update(). |
1.3.9.1