Changeset 7149 for trunk/MagicSoft/Mars/manalysis/MEnergyEstimate.h
- Timestamp:
- 06/13/05 09:57:28 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MEnergyEstimate.h
r6949 r7149 2 2 #define MARS_MEnergyEstimate 3 3 4 #ifndef MARS_M Task5 #include "M Task.h"4 #ifndef MARS_MParameterCalc 5 #include "MParameterCalc.h" 6 6 #endif 7 7 8 class MData; 9 class MParameterD; 10 11 class MEnergyEstimate : public MTask 8 class MEnergyEstimate : public MParameterCalc 12 9 { 13 private:14 MData *fData; //->15 MParameterD *fEnergy; //!16 17 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print=kFALSE);18 19 10 public: 20 11 MEnergyEstimate(const char *name=NULL, const char *title=NULL); 21 ~MEnergyEstimate();22 23 Bool_t SetRule(const char *rule);24 25 Int_t PreProcess(MParList *plist);26 Int_t Process();27 28 void SetVariables(const TArrayD &);29 30 void Print(Option_t *o="") const; //*MENU*31 12 32 13 ClassDef(MEnergyEstimate, 1) // Task to estimate the energy by a rule
Note:
See TracChangeset
for help on using the changeset viewer.