LArSoft  v09_93_00
Liquid Argon Software toolkit - https://larsoft.org/
AnalysisBaseDrawer.h
Go to the documentation of this file.
1 #ifndef EVD_ANALYSISBASEDRAWER_H
4 #define EVD_ANALYSISBASEDRAWER_H
5 
7 
8 namespace evdb {
9  class View2D;
10 }
11 
12 namespace trkf {
13  class BezierTrack;
14  class HitPtrVec;
15 }
16 
17 namespace evd {
18 
21  public:
24 
25  public:
26  void DrawDeDx(const art::Event& evt, evdb::View2D* view);
27 
28  void DrawKineticEnergy(const art::Event& evt, evdb::View2D* view);
29 
30  void CalorShower(const art::Event& evt, evdb::View2D* view);
31 
32  void CalorInteractive(const art::Event& evt,
33  evdb::View2D* view,
34  trkf::BezierTrack BTrack,
35  trkf::HitPtrVec Hits);
36 
37  private:
38  };
39 }
40 
41 #endif
42 
Manage all things related to colors for the event display.
LArSoft includes.
Aid in the rendering of AnalysisBase objects.
art::PtrVector< recob::Hit > Hits
TCEvent evt
Definition: DataStructs.cxx:8