Ignore:
Timestamp:
08/02/01 14:08:53 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.