Changeset 5327


Ignore:
Timestamp:
10/29/04 09:04:32 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5324 r5327  
    1818While an underscore is a placeholder for a white-space or an empty line.
    1919
     20
    2021                                                 -*-*- END OF LINE -*-*-
     22 2004/10/29: Abelardo Moralejo
     23
     24   * mtemp/mpadova/macros/RanForestPD.C
     25     - corrected an error which made a few hadrons get into the gamma
     26       training sample.
    2127
    2228 2004/10/28: Thomas Bretz
  • trunk/MagicSoft/Mars/mtemp/mpadova/macros/RanForestPD.C

    r5122 r5327  
    119119    tlist.AddToList(&fillmath);
    120120
     121    MContinue skiphad(&fhadrons);
     122    tlist.AddToList(&skiphad);
    121123
    122124    MFEventSelector reduce_training_gammas;
     
    125127
    126128    MFillH fillmatg("MatrixGammas");
    127     fillmatg.SetFilter(&fgamma);
     129    //    fillmatg.SetFilter(&fgamma);
    128130    fillmatg.SetFilter(&reduce_training_gammas);
    129131    tlist.AddToList(&fillmatg);
Note: See TracChangeset for help on using the changeset viewer.