Ignore:
Timestamp:
11/22/04 11:36:32 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mfbase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfbase/MFEventSelector2.cc

    r5429 r5448  
    477477    // Get corresponding bin number and check
    478478    // whether a selection should be made
    479     fResult = fHistIsProbability ? Select(ibin) : SelectProb(ibin);
     479    fResult = fHistIsProbability ? SelectProb(ibin) : Select(ibin);
    480480
    481481    fCounter[fResult ? 1 : 0]++;
  • trunk/MagicSoft/Mars/mfbase/MFEventSelector2.h

    r5429 r5448  
    6666    Bool_t IsExpressionTrue() const { return fResult; }
    6767
    68     ClassDef(MFEventSelector2, 0) // FIMXE!
     68    ClassDef(MFEventSelector2, 0) // FIXME!
    6969};
    7070
Note: See TracChangeset for help on using the changeset viewer.