| Line |  | 
|---|
| 1 | #ifndef MARS_MEnergyEstimate | 
|---|
| 2 | #define MARS_MEnergyEstimate | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef MARS_MTask | 
|---|
| 5 | #include "MTask.h" | 
|---|
| 6 | #endif | 
|---|
| 7 |  | 
|---|
| 8 | class MMcEvt; | 
|---|
| 9 | class MHillas; | 
|---|
| 10 | class MEnergyEst; | 
|---|
| 11 |  | 
|---|
| 12 | class MEnergyEstimate : public MTask | 
|---|
| 13 | { | 
|---|
| 14 | private: | 
|---|
| 15 | MMcEvt     *fMcEvt; | 
|---|
| 16 | MHillas    *fHillas; | 
|---|
| 17 | MEnergyEst *fEnergy; | 
|---|
| 18 |  | 
|---|
| 19 | public: | 
|---|
| 20 | MEnergyEstimate(const char *name=NULL, const char *title=NULL); | 
|---|
| 21 |  | 
|---|
| 22 | Bool_t PreProcess(MParList *plist); | 
|---|
| 23 | Bool_t Process(); | 
|---|
| 24 |  | 
|---|
| 25 | ClassDef(MEnergyEstimate, 0) // Task to copy the MC energy (preliminary) | 
|---|
| 26 | }; | 
|---|
| 27 |  | 
|---|
| 28 | #endif | 
|---|
| 29 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.