LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
ISim3DDrawer.h
Go to the documentation of this file.
1 
12 #ifndef ISim3DDrawer_H
13 #define ISim3DDrawer_H
14 
15 namespace art {
16  class Event;
17 }
18 namespace evdb {
19  class View3D;
20 }
21 
22 namespace evdb_tool {
23  class ISim3DDrawer {
24  public:
25  virtual ~ISim3DDrawer() 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