Changeset 5327 for trunk/MagicSoft
- Timestamp:
- 10/29/04 09:04:32 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5324 r5327 18 18 While an underscore is a placeholder for a white-space or an empty line. 19 19 20 20 21 -*-*- 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. 21 27 22 28 2004/10/28: Thomas Bretz -
trunk/MagicSoft/Mars/mtemp/mpadova/macros/RanForestPD.C
r5122 r5327 119 119 tlist.AddToList(&fillmath); 120 120 121 MContinue skiphad(&fhadrons); 122 tlist.AddToList(&skiphad); 121 123 122 124 MFEventSelector reduce_training_gammas; … … 125 127 126 128 MFillH fillmatg("MatrixGammas"); 127 fillmatg.SetFilter(&fgamma);129 // fillmatg.SetFilter(&fgamma); 128 130 fillmatg.SetFilter(&reduce_training_gammas); 129 131 tlist.AddToList(&fillmatg);
Note:
See TracChangeset
for help on using the changeset viewer.