LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
IExperimentDrawer.h
Go to the documentation of this file.
1 
11 #ifndef IExperimentDrawer_H
12 #define IExperimentDrawer_H
13 
14 namespace evdb {
15  class View3D;
16 }
17 
18 namespace evd_tool {
20  public:
21  virtual ~IExperimentDrawer() noexcept = default;
22 
23  virtual void DetOutline3D(evdb::View3D* view) = 0;
24  };
25 }
26 
27 #endif
Manage all things related to colors for the event display.