LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
MCBriefPad.h
Go to the documentation of this file.
1 #ifndef EVD_MCBRIEF_H
7 #define EVD_MCBRIEF_H
8 
10 namespace evdb {
11  class View2D;
12 }
13 
14 namespace evd {
15  class MCBriefPad : public DrawingPad {
16  public:
17  MCBriefPad(const char* nm,
18  const char* ti,
19  double x1,
20  double y1,
21  double x2,
22  double y2,
23  const char* opt);
24  ~MCBriefPad();
25  void Draw();
26 
27  private:
29  };
30 }
31 
32 #endif
33 
Float_t y1[n_points_granero]
Definition: compare.C:5
Float_t x1[n_points_granero]
Definition: compare.C:5
hist1 Draw("HIST")
evdb::View2D * fView
Superimpose scale on 1D histo.
Definition: MCBriefPad.h:28
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