source:
branches/MarsISDCBranchBasedOn17887/manalysis/MEnergyEstimate.h@
18459
Last change on this file since 18459 was 7149, checked in by , 19 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.