Changeset 2971 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 01/30/04 10:16:10 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.h
r2956 r2971 39 39 private: 40 40 41 static const Int_t fBlindPixelId; // ID of the blind pixel 42 static const Int_t fPINDiodeId; // ID of the PIN Diode 43 41 44 MPedestalCam *fPedestals; // Pedestals of all pixels in the camera 42 45 MCalibrationCam *fCalibrations; // Calibration events of all pixels in the camera … … 50 53 MTime *fEvtTime; // Time of the event 51 54 52 enum { kBlindPixelId = 559, // ID of the blind pixel53 kPINDiodeId = 9999}; // ID of the PIN Diode54 55 55 Int_t fEvents; // Number of events 56 56 Int_t fCosmics; // Number of events due to supposed cosmics
Note:
See TracChangeset
for help on using the changeset viewer.