Ignore:
Timestamp:
04/12/03 13:53:43 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHMatrix.h

    r1891 r1948  
    2222class MParList;
    2323class MDataArray;
    24 class MF;
     24class MFilter;
    2525
    2626class MHMatrix : public MH
     
    9898    Double_t operator[](Int_t col) { return fM(fRow, col); }
    9999
    100     Bool_t Fill(MParList *plist, MTask *read, MF *filter=NULL);
     100    Bool_t Fill(MParList *plist, MTask *read, MFilter *filter=NULL);
    101101
    102102    TString GetDataMember() const;
Note: See TracChangeset for help on using the changeset viewer.