LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
I3DDrawer.h
Go to the documentation of this file.
1 
12 #ifndef I3DDrawer_H
13 #define I3DDrawer_H
14 
15 namespace evdb {
16  class View3D;
17 }
18 namespace art {
19  class Event;
20 }
21 
22 namespace evdb_tool {
23  class I3DDrawer {
24  public:
25  virtual ~I3DDrawer() noexcept = default;
26 
27  virtual void Draw(const art::Event&, evdb::View3D*) const = 0;
28  };
29 }
30 
31 #endif
hist1 Draw("HIST")
Manage all things related to colors for the event display.
Definition: MVAAlg.h:12