Changeset 2111 for trunk


Ignore:
Timestamp:
05/12/03 12:07:12 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2110 r2111  
    11                                                 -*-*- END OF LINE -*-*-
     2 2003/05/12: Abelardo Moralejo
     3
     4   * mhistmc/MHMcEnergyMigration.cc
     5     - Draw(): fixed axis label in one plot.
    26
    37 2003/05/12: Thomas Bretz
  • trunk/MagicSoft/Mars/mhistmc/MHMcEnergyMigration.cc

    r2107 r2111  
    253253    h2pfx = h2->ProfileX("_pfx", 1, h2->GetNbinsY(),"S");
    254254    h2pfx->SetTitle("\\Delta E / E vs E_{EST}");
    255     h2pfx->SetXTitle("E_{TRUE} (GeV)");
     255    h2pfx->SetXTitle("E_{EST} (GeV)");
    256256    h2pfx->SetYTitle("\\frac{E_{EST} - E_{TRUE}}{E_{TRUE}}");
    257257    h2pfx->SetBit(kCanDelete);
Note: See TracChangeset for help on using the changeset viewer.