Changeset 2848 for trunk/MagicSoft/Mars/manalysis/MPedPhotCalc.h
- Timestamp:
- 01/19/04 14:53:59 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MPedPhotCalc.h
r2837 r2848 1 1 #ifndef MARS_MPedPhotCalc 2 2 #define MARS_MPedPhotCalc 3 4 /////////////////////////////////////////////////////////////////////////////5 // //6 // MPedPhotCalc //7 // //8 // Evaluate the pedestals from pedestal runs using charge extraction //9 // //10 /////////////////////////////////////////////////////////////////////////////11 3 12 4 #ifndef MARS_MTask … … 14 6 #endif 15 7 8 #ifndef ROOT_TArrayF 16 9 #include <TArrayF.h> 10 #endif 17 11 18 12 class MPedPhotCam; 19 class MRawEvtData;20 13 class MCerPhotEvt; 21 14 22 15 class MPedPhotCalc : public MTask 23 16 { 24 UShort_t fNumPixels;25 26 17 MPedPhotCam *fPedestals; // Pedestals of all pixels in the camera 27 18 MCerPhotEvt *fCerPhot; … … 39 30 MPedPhotCalc(const char *name=NULL, const char *title=NULL); 40 31 41 ClassDef(MPedPhotCalc, 0) // Task to calculate pedestals from pedestal runs raw data32 ClassDef(MPedPhotCalc, 0)//Task to calculate pedestals from the charge computed from pedestal runs (in units of photons) 42 33 }; 43 34
Note:
See TracChangeset
for help on using the changeset viewer.