source:
trunk/MagicSoft/Mars/manalysis/MEnergyEstimate.h@
8663
      
      | Last change on this file since 8663 was 7149, checked in by , 20 years ago | |
|---|---|
| File size: 334 bytes | |
| Line | |
|---|---|
| 1 | #ifndef MARS_MEnergyEstimate | 
| 2 | #define MARS_MEnergyEstimate | 
| 3 | |
| 4 | #ifndef MARS_MParameterCalc | 
| 5 | #include "MParameterCalc.h" | 
| 6 | #endif | 
| 7 | |
| 8 | class MEnergyEstimate : public MParameterCalc | 
| 9 | { | 
| 10 | public: | 
| 11 | MEnergyEstimate(const char *name=NULL, const char *title=NULL); | 
| 12 | |
| 13 | ClassDef(MEnergyEstimate, 1) // Task to estimate the energy by a rule | 
| 14 | }; | 
| 15 | |
| 16 | #endif | 
| 17 | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
