GeometryDrawer.h
Go to the documentation of this file.
1 /// \file GeometryDrawer.h
2 /// \brief Class to aid in the rendering of Geometry objects
3 /// \author messier@indiana.edu
4 /// \version $Id: GeometryDrawer.h,v 1.1.1.1 2010/11/10 19:44:54 p-novaart Exp $
5 #ifndef EVD_GEOMETRYDRAWER_H
6 #define EVD_GEOMETRYDRAWER_H
7 #include <vector>
8 class TH1F;
9 namespace evdb{
10  class View2D;
11  class View3D;
12 }
13 
14 namespace gar {
15 namespace evd {
16  /// Aid in the rendering of Geometry objects
18  public:
20  ~GeometryDrawer();
21  void DetOutline3D(evdb::View3D* view);
22 
23  };
24 }
25 }
26 #endif
27 ////////////////////////////////////////////////////////////////////////
LArSoft includes.
Definition: InfoTransfer.h:33
Aid in the rendering of Geometry objects.
General GArSoft Utilities.