Ignore:
Timestamp:
10/28/03 07:33:49 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/CT1Analysis.C

    r2436 r2437  
    10811081    fillmatg.SetName("fillGammas");
    10821082
    1083     MFillH fillmath("MatrixHadrons");
    1084     fillmath.SetFilter(&flisth);
    1085     fillmath.SetName("fillHadrons");
    10861083
    10871084
     
    11421139    selectorh.SetName("selectHadrons");
    11431140
     1141    MFillH fillmath("MatrixHadrons");
     1142    fillmath.SetFilter(&flisth);
     1143    fillmath.SetName("fillHadrons");
     1144
    11441145
    11451146    // entries in MFilterList
     
    11821183
    11831184
    1184     // write out training events
     1185    // write out matrices of training events
    11851186
    11861187    gLog << "" << endl;
    11871188    gLog << "========================================================" << endl;
    1188     gLog << "Write out training events" << endl;
     1189    gLog << "Write out matrices of training events" << endl;
    11891190
    11901191
     
    12421243      //
    12431244      MEvtLoop evtlooptr;
     1245      evtlooptr.SetName("ReadRFTrees");
    12441246      evtlooptr.SetParList(&plisttr);
    12451247      if (!evtlooptr.Eventloop())
     
    13001302    //
    13011303    MEvtLoop treeloop;
     1304    treeloop.SetName("GrowRFTrees"); 
    13021305    treeloop.SetParList(&plist2);
    13031306
Note: See TracChangeset for help on using the changeset viewer.