Ignore:
Timestamp:
11/21/05 11:09:12 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtools/MTFillMatrix.h

    r7402 r7413  
    11#ifndef MARS_MTFillMatrix
    22#define MARS_MTFillMatrix
     3
     4#ifndef MARS_MParList
     5#include "MParList.h"
     6#endif
    37
    48#ifndef MARS_MH3
     
    2731
    2832    TList     fPreCuts;
     33
     34    Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
    2935
    3036    Bool_t CheckResult(MHMatrix *m, Int_t num) const;
     
    7278    void AddPreCut(const char *rule);
    7379    void AddPreCut(MFilter *f);
     80    void AddPreCuts(const TList &list);
    7481
    75     Bool_t Process();
     82    Bool_t Process(const MParList &plist=MParList());
    7683    Bool_t WriteMatrix1(const TString &fname) const { return WriteMatrix(fDestMatrix1, fname, 1); }
    7784    Bool_t WriteMatrix2(const TString &fname) const { return WriteMatrix(fDestMatrix2, fname, 2); }
Note: See TracChangeset for help on using the changeset viewer.