View of event shoing the XZ and YZ readout planes. More...
#include <Display3DView.h>
Public Member Functions | |
Display3DView (TGMainFrame *mf) | |
~Display3DView () | |
const char * | Description () const |
const char * | PrintTag () const |
void | Draw (const char *opt="") |
void | CloseWindow () |
void | SetRawReco () |
void | SetMCInfo () |
Private Attributes | |
Display3DPad * | fDisplay3DPad |
HeaderPad * | fHeaderPad |
Pad showing 3D view of the detector. More... | |
MCBriefPad * | fMC |
Short summary of MC event. More... | |
TGCheckButton * | fMCOn |
Display MC truth information. More... | |
TGRadioButton * | fRawDraw |
Draw Raw information only. More... | |
TGRadioButton * | fRecoDraw |
Draw Reconstructed information only. More... | |
View of event shoing the XZ and YZ readout planes.
Definition at line 23 of file Display3DView.h.
gar::evd::Display3DView::Display3DView | ( | TGMainFrame * | mf | ) |
Definition at line 26 of file Display3DView.cxx.
gar::evd::Display3DView::~Display3DView | ( | ) |
Definition at line 78 of file Display3DView.cxx.
void gar::evd::Display3DView::CloseWindow | ( | ) |
Definition at line 85 of file Display3DView.cxx.
|
inline |
Definition at line 33 of file Display3DView.h.
void gar::evd::Display3DView::Draw | ( | const char * | opt = "" | ) |
Definition at line 91 of file Display3DView.cxx.
|
inline |
Definition at line 34 of file Display3DView.h.
void gar::evd::Display3DView::SetMCInfo | ( | ) |
Definition at line 136 of file Display3DView.cxx.
void gar::evd::Display3DView::SetRawReco | ( | ) |
Definition at line 105 of file Display3DView.cxx.
|
private |
Definition at line 42 of file Display3DView.h.
|
private |
Pad showing 3D view of the detector.
Show header information
Definition at line 43 of file Display3DView.h.
|
private |
Short summary of MC event.
Definition at line 44 of file Display3DView.h.
|
private |
Display MC truth information.
Definition at line 45 of file Display3DView.h.
|
private |
Draw Raw information only.
Definition at line 46 of file Display3DView.h.
|
private |
Draw Reconstructed information only.
Definition at line 47 of file Display3DView.h.