source: trunk/MagicSoft/Mars/manalysis/MEnergyEstimate.h@ 9414

Last change on this file since 9414 was 7149, checked in by tbretz, 19 years ago
*** empty log message ***
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
8class MEnergyEstimate : public MParameterCalc
9{
10public:
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.