Changeset 8643 for trunk/MagicSoft/Mars/mjoptim/MJOptimize.h
- Timestamp:
- 07/19/07 19:59:27 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjoptim/MJOptimize.h
r7152 r8643 2 2 #define MARS_MJOptimize 3 3 4 #ifndef MARS_MJ ob5 #include "MJ ob.h"4 #ifndef MARS_MJOptimizeBase 5 #include "MJOptimizeBase.h" 6 6 #endif 7 7 … … 14 14 class MAlphaFitter; 15 15 16 class MTask; 16 17 class MEvtLoop; 17 18 class MParList; … … 26 27 class MReadTree; 27 28 28 class MJOptimize : public MJ ob29 class MJOptimize : public MJOptimizeBase 29 30 { 30 31 public: … … 41 42 42 43 private: 43 Int_t fDebug; // -1 no output, 0 MJOptimize output, 1 PrintStatistics output44 44 Int_t fNumEvents; 45 45 46 TList fRules;47 46 TList fFilter; 48 47 … … 78 77 79 78 protected: 80 TList fPreCuts;81 82 79 TList fNamesOn; 83 80 TList fNamesOff; … … 100 97 101 98 // Interface for filter cuts 102 Int_t AddParameter(const char *rule);103 99 void AddFilter(const char *rule); 104 void AddPreCut(const char *rule);105 void AddPreCut(MFilter *f);106 100 107 101 // Steering of optimization
Note:
See TracChangeset
for help on using the changeset viewer.