Changeset 7413 for trunk/MagicSoft/Mars/mtools/MTFillMatrix.h
- Timestamp:
- 11/21/05 11:09:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtools/MTFillMatrix.h
r7402 r7413 1 1 #ifndef MARS_MTFillMatrix 2 2 #define MARS_MTFillMatrix 3 4 #ifndef MARS_MParList 5 #include "MParList.h" 6 #endif 3 7 4 8 #ifndef MARS_MH3 … … 27 31 28 32 TList fPreCuts; 33 34 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print); 29 35 30 36 Bool_t CheckResult(MHMatrix *m, Int_t num) const; … … 72 78 void AddPreCut(const char *rule); 73 79 void AddPreCut(MFilter *f); 80 void AddPreCuts(const TList &list); 74 81 75 Bool_t Process( );82 Bool_t Process(const MParList &plist=MParList()); 76 83 Bool_t WriteMatrix1(const TString &fname) const { return WriteMatrix(fDestMatrix1, fname, 1); } 77 84 Bool_t WriteMatrix2(const TString &fname) const { return WriteMatrix(fDestMatrix2, fname, 2); }
Note:
See TracChangeset
for help on using the changeset viewer.