Changeset 1209 for trunk/MagicSoft/Mars/mhist/MHHillasSrc.cc
- Timestamp:
- 01/22/02 17:32:15 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHHillasSrc.cc
r1208 r1209 100 100 // -------------------------------------------------------------------------- 101 101 // 102 // Draw clones of all fourhistograms. So that the object can be deleted102 // Draw clones of all two histograms. So that the object can be deleted 103 103 // and the histograms are still visible in the canvas. 104 104 // The cloned object are deleted together with the canvas if the canvas is … … 108 108 TObject *MHHillasSrc::DrawClone(Option_t *opt) const 109 109 { 110 TCanvas *c = MakeDefCanvas("Hillas", "Histograms of HillasParameters",110 TCanvas *c = MakeDefCanvas("Hillas", "Histograms of Source dependant Parameters", 111 111 350, 500); 112 112 c->Divide(1, 2); 113 114 // FIXME: Display Source position 113 115 114 116 gROOT->SetSelectedPad(NULL); … … 131 133 // -------------------------------------------------------------------------- 132 134 // 133 // Creates a new canvas and draws the fourhistograms into it.135 // Creates a new canvas and draws the two histograms into it. 134 136 // Be careful: The histograms belongs to this object and won't get deleted 135 137 // together with the canvas. … … 138 140 { 139 141 if (!gPad) 140 MakeDefCanvas("Hillas", "Histograms of Hillas Parameters", 350, 500); 142 MakeDefCanvas("Hillas", "Histograms of Src dependant Parameters", 350, 500); 143 144 // FIXME: Display Source position 141 145 142 146 gPad->Divide(1, 2);
Note:
See TracChangeset
for help on using the changeset viewer.