Changeset 906 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
08/02/01 14:08:53 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r902 r906  
    11                                                                  -*-*- END -*-*-
     2 2001/08/02: Thomas Bretz
     3
     4   * macros/getRate.C:
     5     - make use of new stylish lists of containers
     6
     7   * macros/CT1Hillas.C, macros/getCollArea.C:
     8     - make use of return value of Eventloop
     9
     10   * macros/merpp.C:
     11     - changed return type to void
     12
     13
     14
    215 2001/07/23: Thomas Bretz
    316 
  • trunk/MagicSoft/Mars/NEWS

    r881 r906  
    22                                                               
    33 *** Version 0.4
     4
     5    - Fixed a bug which causes MReadTree to read the first file only
    46
    57    - Added a task to compute the trigger rate (MMcTriggerRateCalc)
  • trunk/MagicSoft/Mars/macros/getRate.C

    r905 r906  
    2727    //    file or a multyple trigger option, a MHMcRate or an array of
    2828    //    MHMcRate are needed.
    29    
     29    //
    3030    parlist.AddToList(&tasklist);
    3131
     32    //
     33    // You don't have to add the MHMcRate container here by hand.
     34    // But if you want to print or display these containers later on
     35    // it is necessary (Rem: No printing or displaying is done in this
     36    // macro yet)
     37    //
    3238    TObjArray *hists = new TObjArray(MParList::CreateObjList("MHMcRate", dim));
    3339
Note: See TracChangeset for help on using the changeset viewer.