Changeset 6932 for trunk/MagicSoft/Mars/manalysis/MEnergyEstimate.h
- Timestamp:
- 04/12/05 17:05:49 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MEnergyEstimate.h
r5956 r6932 7 7 8 8 class MData; 9 class M EnergyEst;9 class MParameterD; 10 10 11 11 class MEnergyEstimate : public MTask 12 12 { 13 13 private: 14 MData *fData; //->15 M EnergyEst *fEnergy;14 MData *fData; //-> 15 MParameterD *fEnergy; //! 16 16 17 17 Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print=kFALSE); … … 28 28 void SetVariables(const TArrayD &); 29 29 30 ClassDef(MEnergyEstimate, 0) // Task to estimate the energy by a rule 30 void Print(Option_t *o="") const; 31 32 ClassDef(MEnergyEstimate, 1) // Task to estimate the energy by a rule 31 33 }; 32 34
Note:
See TracChangeset
for help on using the changeset viewer.