Changeset 1330 for trunk/MagicSoft/Mars/mhist/MHMcEnergyMigration.cc
- Timestamp:
- 05/03/02 09:33:44 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHMcEnergyMigration.cc
r1322 r1330 65 65 66 66 fHist.SetTitle("3D-plot E-true E-est Theta"); 67 fHist.SetXTitle("E -true [GeV]");68 fHist.SetYTitle("E -est [GeV]");67 fHist.SetXTitle("E_{true} [GeV]"); 68 fHist.SetYTitle("E_{est} [GeV]"); 69 69 fHist.SetZTitle("\\Theta [\\circ]"); 70 70 } … … 123 123 124 124 h->SetTitle("Distribution of E-true"); 125 h->SetXTitle("E -true [GeV]");125 h->SetXTitle("E_{true} [GeV]"); 126 126 h->SetYTitle("Counts"); 127 127 … … 135 135 136 136 h->SetTitle("Distribution of E-est"); 137 h->SetXTitle("E -est [GeV]");137 h->SetXTitle("E_{est} [GeV]"); 138 138 h->SetYTitle("Counts"); 139 139 … … 179 179 180 180 h->SetTitle("Distribution of E-true"); 181 h->SetXTitle("E -true [GeV]");181 h->SetXTitle("E_{true} [GeV]"); 182 182 183 183 h->Draw(opt); … … 190 190 191 191 h->SetTitle("Distribution of E-est"); 192 h->SetXTitle("E -est [GeV]");192 h->SetXTitle("E_{est} [GeV]"); 193 193 h->Draw(opt); 194 194 h->SetBit(kCanDelete);
Note:
See TracChangeset
for help on using the changeset viewer.