Ignore:
Timestamp:
02/27/06 14:06:48 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjtrain/MJTrainSeparation.h

    r7420 r7539  
    2424    UInt_t fNumTestOff;
    2525
     26    Bool_t fAutoTrain;
     27
    2628    void DisplayResult(MH3 &h31, MH3 &h32);
     29
     30    Bool_t   GetEventsProduced(MDataSet &set, Double_t &num, Double_t &min, Double_t &max) const;
     31    Double_t GetDataRate(MDataSet &set) const;
     32    Bool_t   AutoTrain();
    2733
    2834public:
     
    4450    }
    4551
     52    void EnableAutoTrain(Bool_t b=kTRUE) { fAutoTrain = kTRUE; }
     53
    4654    Bool_t Train(const char *out);
    4755
Note: See TracChangeset for help on using the changeset viewer.