Changeset 1180 for trunk/MagicSoft/Mars/manalysis/MMcPedestalNSBAdd.h
- Timestamp:
- 01/15/02 11:48:08 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMcPedestalNSBAdd.h
r1132 r1180 1 1 #ifndef MARS_MMcPedestalNSBAdd 2 2 #define MARS_MMcPedestalNSBAdd 3 4 /////////////////////////////////////////////////////////////////////////////5 // //6 // MMcPedestalNSBAdd //7 // //8 // This task adds the contribution to pedestal rms from the NSB in the //9 // MARS Container (MPedestals). //10 // //11 /////////////////////////////////////////////////////////////////////////////12 3 13 4 #ifndef MARS_MTask … … 22 13 { 23 14 private: 24 MMcFadcHeader *fFadc;25 15 const MGeomCam *fGeom; 26 MPedestalCam *fPedCam; 16 MMcFadcHeader *fFadc; 17 MPedestalCam *fPedCam; 27 18 28 19 Float_t fDnsbPixel;
Note:
See TracChangeset
for help on using the changeset viewer.