Ignore:
Timestamp:
04/28/03 10:11:47 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhistmc/MHMcEnergyMigration.cc

    r2015 r2017  
    111111void MHMcEnergyMigration::Draw(Option_t *opt)
    112112{
    113     TVirtualPad *pad = gPad ? gPad : MakeDefCanvas(fHist);
     113    TVirtualPad *pad = gPad ? gPad : MakeDefCanvas(this);
    114114    pad->SetBorderMode(0);
    115115
     
    126126    h->SetTitle("Distribution of E_{true}");
    127127    h->SetXTitle("E_{true} [GeV]");
     128    h->SetBit(kCanDelete);
    128129    h->Draw(opt);
    129     h->SetBit(kCanDelete);
    130130
    131131    pad->cd(2);
     
    135135    h->SetTitle("Distribution of E_{est}");
    136136    h->SetXTitle("E_{est} [GeV]");
     137    h->SetBit(kCanDelete);
    137138    h->Draw(opt);
    138     h->SetBit(kCanDelete);
    139139
    140140    pad->cd(3);
     
    143143    h->SetTitle("Distribution of \\Theta");
    144144    h->SetXTitle("\\Theta [\\circ]");
     145    h->SetBit(kCanDelete);
    145146    h->Draw(opt);
    146     h->SetBit(kCanDelete);
    147147
    148148    pad->cd(4);
Note: See TracChangeset for help on using the changeset viewer.