Ignore:
Timestamp:
01/22/02 17:32:15 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHHillasSrc.cc

    r1208 r1209  
    100100// --------------------------------------------------------------------------
    101101//
    102 // Draw clones of all four histograms. So that the object can be deleted
     102// Draw clones of all two histograms. So that the object can be deleted
    103103// and the histograms are still visible in the canvas.
    104104// The cloned object are deleted together with the canvas if the canvas is
     
    108108TObject *MHHillasSrc::DrawClone(Option_t *opt) const
    109109{
    110     TCanvas *c = MakeDefCanvas("Hillas", "Histograms of Hillas Parameters",
     110    TCanvas *c = MakeDefCanvas("Hillas", "Histograms of Source dependant Parameters",
    111111                               350, 500);
    112112    c->Divide(1, 2);
     113
     114    // FIXME: Display Source position
    113115
    114116    gROOT->SetSelectedPad(NULL);
     
    131133// --------------------------------------------------------------------------
    132134//
    133 // Creates a new canvas and draws the four histograms into it.
     135// Creates a new canvas and draws the two histograms into it.
    134136// Be careful: The histograms belongs to this object and won't get deleted
    135137// together with the canvas.
     
    138140{
    139141    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
    141145
    142146    gPad->Divide(1, 2);
Note: See TracChangeset for help on using the changeset viewer.