HeaderDrawer.h
Go to the documentation of this file.
1 ///
2 /// \file HeaderDrawer.h
3 /// \brief Render the objects from the Simulation package
4 /// \author messier@indiana.edu
5 /// \version $Id: HeaderDrawer.h,v 1.2 2010/11/11 18:11:22 p-novaart Exp $
6 ///
7 #ifndef EVD_HEADERDRAWER_H
8 #define EVD_HEADERDRAWER_H
9 #include <string>
10 #include <vector>
11 #include <map>
12 
13 namespace art { class Event; }
14 namespace evdb { class View2D; class View3D; }
15 
16 namespace gar {
17 namespace evd {
18  class HeaderDrawer {
19  public:
20  HeaderDrawer();
21  ~HeaderDrawer();
22 
23  void Header(evdb::View2D* view);
24  void Header(evdb::View3D* view);
25 
26  void Text(std::string& title,
29  std::string& date,
30  std::string& time);
31  public:
32  };
33 }
34 }
35 #endif
36 ////////////////////////////////////////////////////////////////////////
std::string string
Definition: nybbler.cc:12
LArSoft includes.
Definition: InfoTransfer.h:33
General GArSoft Utilities.
Definition: types.h:32
Event finding and building.