Changeset 2017 for trunk/MagicSoft/Mars/mhistmc/MHMcEnergyMigration.cc
- Timestamp:
- 04/28/03 10:11:47 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhistmc/MHMcEnergyMigration.cc
r2015 r2017 111 111 void MHMcEnergyMigration::Draw(Option_t *opt) 112 112 { 113 TVirtualPad *pad = gPad ? gPad : MakeDefCanvas( fHist);113 TVirtualPad *pad = gPad ? gPad : MakeDefCanvas(this); 114 114 pad->SetBorderMode(0); 115 115 … … 126 126 h->SetTitle("Distribution of E_{true}"); 127 127 h->SetXTitle("E_{true} [GeV]"); 128 h->SetBit(kCanDelete); 128 129 h->Draw(opt); 129 h->SetBit(kCanDelete);130 130 131 131 pad->cd(2); … … 135 135 h->SetTitle("Distribution of E_{est}"); 136 136 h->SetXTitle("E_{est} [GeV]"); 137 h->SetBit(kCanDelete); 137 138 h->Draw(opt); 138 h->SetBit(kCanDelete);139 139 140 140 pad->cd(3); … … 143 143 h->SetTitle("Distribution of \\Theta"); 144 144 h->SetXTitle("\\Theta [\\circ]"); 145 h->SetBit(kCanDelete); 145 146 h->Draw(opt); 146 h->SetBit(kCanDelete);147 147 148 148 pad->cd(4);
Note:
See TracChangeset
for help on using the changeset viewer.