Changeset 6304 for trunk/MagicSoft/Mars/mjobs/MJPedestal.h
- Timestamp:
- 02/09/05 10:14:04 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJPedestal.h
r6302 r6304 2 2 #define MARS_MJPedestal 3 3 4 #ifndef MARS_MJob5 #include "MJob.h"6 #endif7 4 #ifndef MARS_MJCalib 8 5 #include "MJCalib.h" … … 26 23 class MEvtLoop; 27 24 28 class MJPedestal : public MJ ob, public MJCalib25 class MJPedestal : public MJCalib 29 26 { 30 27 private: … … 88 85 const char* GetOutputFileName() const; 89 86 87 void ReadReferenceFile(); 88 90 89 public: 91 90 MJPedestal(const char *name=NULL, const char *title=NULL);
Note:
See TracChangeset
for help on using the changeset viewer.