Changeset 7302


Ignore:
Timestamp:
08/24/05 11:19:15 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7301 r7302  
    2323   * macros/tutorials/threshold.C:
    2424     - added new example how to calculate the threshold
     25
     26   * mhflux/MHThreshold.cc:
     27     - updated some comments
    2528
    2629
  • trunk/MagicSoft/Mars/mhflux/MHThreshold.cc

    r7301 r7302  
    7171    //
    7272    fName  = name  ? name  : "MHThreshold";
    73     fTitle = title ? title : "Collection Area vs. Energy/Theta";
     73    fTitle = title ? title : "Histogram to determin the threshold";
    7474
    7575    fHEnergy.SetName("Threshold");
Note: See TracChangeset for help on using the changeset viewer.