AnalysisBaseDrawer.h
Go to the documentation of this file.
1 /// \file AnalysisBaseDrawer.h
2 /// \brief Class to aid in the rendering of AnalysisBase objects
3 #ifndef EVD_ANALYSISBASEDRAWER_H
4 #define EVD_ANALYSISBASEDRAWER_H
5 
6 #include <vector>
7 
12 
13 //#ifdef __ROOTCLING__
14 //namespace art {
15 // class Event;
16 // class ServiceHandle;
17 //}
18 //#else
20 //#endif
21 
22 namespace evdb{
23  class View2D;
24 }
25 
26 namespace gar {
27 namespace evd {
28 
29  /// Aid in the rendering of AnalysisBase objects
31  public:
34 
35  public:
36 
37  void DrawDeDx(const art::Event& evt,
38  evdb::View2D* view);
39 
40  void DrawKineticEnergy(const art::Event& evt,
41  evdb::View2D* view);
42 
43 
44  private:
45 
46  };
47 }
48 }
49 
50 #endif
51 ////////////////////////////////////////////////////////////////////////
Aid in the rendering of AnalysisBase objects.
LArSoft includes.
Definition: InfoTransfer.h:33
General GArSoft Utilities.
TCEvent evt
Definition: DataStructs.cxx:7