Changeset 2111
- Timestamp:
- 05/12/03 12:07:12 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2110 r2111 1 1 -*-*- END OF LINE -*-*- 2 2003/05/12: Abelardo Moralejo 3 4 * mhistmc/MHMcEnergyMigration.cc 5 - Draw(): fixed axis label in one plot. 2 6 3 7 2003/05/12: Thomas Bretz -
trunk/MagicSoft/Mars/mhistmc/MHMcEnergyMigration.cc
r2107 r2111 253 253 h2pfx = h2->ProfileX("_pfx", 1, h2->GetNbinsY(),"S"); 254 254 h2pfx->SetTitle("\\Delta E / E vs E_{EST}"); 255 h2pfx->SetXTitle("E_{ TRUE} (GeV)");255 h2pfx->SetXTitle("E_{EST} (GeV)"); 256 256 h2pfx->SetYTitle("\\frac{E_{EST} - E_{TRUE}}{E_{TRUE}}"); 257 257 h2pfx->SetBit(kCanDelete);
Note:
See TracChangeset
for help on using the changeset viewer.