LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
HeaderPad.h
Go to the documentation of this file.
1 #ifndef EVD_HEADER_H
7 #define EVD_HEADER_H
9 namespace evdb { class View2D; }
10 class TH1F;
11 
12 namespace evd {
13  class HeaderPad : public DrawingPad {
14  public:
15  HeaderPad(const char* nm, const char* ti,
16  double x1, double y1,
17  double x2, double y2,
18  const char* opt);
19  ~HeaderPad();
20  void Draw(const char* opt="");
21 
22  private:
24  };
25 }
26 
27 #endif
28 
evdb::View2D * fView
Collection of drawn objects.
Definition: HeaderPad.h:23
Float_t y1[n_points_granero]
Definition: compare.C:5
Float_t x1[n_points_granero]
Definition: compare.C:5
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:29
hist1 Draw("HIST")
Float_t x2[n_points_geant4]
Definition: compare.C:26