Ignore:
Timestamp:
02/26/04 14:23:29 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3327 r3332  
    245245    }
    246246
    247   MF filter1("{MMcEvt;1.fEvtNumber%2}<1");
    248   MF filter2("{MMcEvt;1.fEvtNumber%2}>0");
     247  MF filter1("{MMcEvt;1.fEvtNumber%2}<0.5");
     248  MF filter2("{MMcEvt;1.fEvtNumber%2}>0.5");
    249249  //
    250250  // ^^^^ Filters to divide output in two: test and train samples.
    251   // FIXME: It is better to separate the events in odd and even
    252   // event numbers (it is independent of the number of events in
    253   // the file), but it is not yet possible because we cannot use
    254   // the modulus operator(%) in the filter yet.
    255251  //
    256252
Note: See TracChangeset for help on using the changeset viewer.