Ignore:
Timestamp:
12/22/04 11:24:46 (20 years ago)
Author:
domingo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5448 r5667  
    4141    TCanvas   *fCanvas;   //! canvas for online display
    4242
     43    TString    fFilterName; // name of the MFilter object to be used
     44                            // when determining the original distribution
     45
    4346    Bool_t fResult;
    4447    Bool_t fHistIsProbability;
    45     Int_t  fCounter[2];
     48    Bool_t fUseOrigDist;    // flag indicating that in the selection the
     49                            // original distribution is not changed
     50
     51    Int_t  fCounter[3];
    4652
    4753    TH1   &InitHistogram(MH3* &hist);
    48     Bool_t ReadDistribution(MRead &read);
     54    Bool_t ReadDistribution(MRead &read, MFilter *filter);
    4955    void   PrepareHistograms();
    5056    Bool_t PreProcessData(MParList *parlist);
Note: See TracChangeset for help on using the changeset viewer.