9 #ifndef EVD_ORTHO3DVIEW_H 10 #define EVD_ORTHO3DVIEW_H 13 #include "nuevdb/EventDisplayBase/Canvas.h" 32 const char*
Description()
const {
return "Orthographic 3D Detector Display"; }
33 const char*
PrintTag()
const {
return "larortho3d"; }
const char * PrintTag() const
void Draw(const char *opt="")
View of event shoing orthographic view of 3D objects.
TGCompositeFrame * fMetaFrame
Frame holding root canvas and widget frame.
const char * Description() const
std::vector< TGCompositeFrame * > fWidgetSubFrames
TGCompositeFrame * fWidgetFrame
Frame holding widgets.
std::vector< Ortho3DPad * > fOrtho3DPads
Graphics pads.
Ortho3DView(TGMainFrame *mf)