LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
Display3DPad.h
Go to the documentation of this file.
1 #ifndef EVD_DISPLAY3DPAD_H
7 #define EVD_DISPLAY3DPAD_H
8 
10 
11 class TH3F;
12 namespace evdb { class View3D; }
13 
14 
15 namespace evd {
16  class RawDataDrawer;
17  class RecoBaseDrawer;
18 
20  class Display3DPad : public DrawingPad {
21  public:
22  Display3DPad(const char* nm, const char* ti,
23  double x1, double y1,
24  double x2, double y2,
25  const char* opt);
26  ~Display3DPad();
27 
28 
29 
30  void Draw();
31 
32  void UpdateSeedCurve();
33  private:
34  // void AutoZoom();
35  private:
37  };
38 }
39 
40 #endif
41 
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
A drawing pad showing a 3D rendering of the detector.
Definition: Display3DPad.h:20
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
evdb::View3D * fView
Collection of graphics objects to render.
Definition: Display3DPad.h:36