LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
HeaderDrawer.h
Go to the documentation of this file.
1 #ifndef EVD_HEADERDRAWER_H
7 #define EVD_HEADERDRAWER_H
8 
9 namespace evdb {
10  class View2D;
11 }
12 
13 namespace evd {
14  class HeaderDrawer {
15  public:
16  void Header(evdb::View2D* view);
17  };
18 }
19 
20 #endif
21 
Manage all things related to colors for the event display.
LArSoft includes.