Ignore:
Timestamp:
06/13/05 09:57:28 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MEnergyEstimate.h

    r6949 r7149  
    22#define MARS_MEnergyEstimate
    33
    4 #ifndef MARS_MTask
    5 #include "MTask.h"
     4#ifndef MARS_MParameterCalc
     5#include "MParameterCalc.h"
    66#endif
    77
    8 class MData;
    9 class MParameterD;
    10 
    11 class MEnergyEstimate : public MTask
     8class MEnergyEstimate : public MParameterCalc
    129{
    13 private:
    14     MData       *fData;    //->
    15     MParameterD *fEnergy;  //!
    16 
    17     Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print=kFALSE);
    18 
    1910public:
    2011    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*
    3112
    3213    ClassDef(MEnergyEstimate, 1) // Task to estimate the energy by a rule
Note: See TracChangeset for help on using the changeset viewer.