LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
HeaderPad.h
Go to the documentation of this file.
1 #ifndef EVD_HEADER_H
7 #define EVD_HEADER_H
8 
10 namespace evdb {
11  class View2D;
12 }
13 
14 namespace evd {
15  class HeaderPad : public DrawingPad {
16  public:
17  HeaderPad(const char* nm,
18  const char* ti,
19  double x1,
20  double y1,
21  double x2,
22  double y2,
23  const char* opt);
24  ~HeaderPad();
25  void Draw(const char* opt = "");
26 
27  private:
29  };
30 }
31 
32 #endif
33 
evdb::View2D * fView
Collection of drawn objects.
Definition: HeaderPad.h:28
Float_t y1[n_points_granero]
Definition: compare.C:5
Float_t x1[n_points_granero]
Definition: compare.C:5
hist1 Draw("HIST")
Manage all things related to colors for the event display.
Float_t y2[n_points_geant4]
Definition: compare.C:26
Base class for all event display drawing pads.
LArSoft includes.
Base class for event display drawing pads.
Definition: DrawingPad.h:27
Float_t x2[n_points_geant4]
Definition: compare.C:26