Changeset 8430
- Timestamp:
- 04/20/07 15:15:33 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.h
r8417 r8430 20 20 21 21 class MHCalibrationTestCam; 22 class MCalibrationIntensityTestCam;23 22 class MCalibrationTestCam; 24 23 class MBadPixelsCam; … … 32 31 33 32 // Variables 34 Float_t fPhotErrLimit; // Limit acceptance nr. cal. phots w.r.t. area idx mean (in sigmas)33 Float_t fPhotErrLimit; // Limit acceptance nr. cal. phots w.r.t. area idx mean (in sigmas) 35 34 36 TString fOutputPath; // Path to the output file37 TString fOutputFile; // Name of the output file35 TString fOutputPath; // Path to the output file 36 TString fOutputFile; // Name of the output file 38 37 39 38 // Pointers 40 MBadPixelsCam *fBadPixels; //! Bad Pixels 41 MHCalibrationTestCam *fTestCam; //! Calibrated Photons in the camera 42 MCalibrationIntensityTestCam *fIntensCam; //! Storage Calibrated Photons in the camera 43 MCalibrationTestCam *fCam; //! Storage Calibrated Photons in the camera 44 MGeomCam *fGeom; //! Camera geometry 39 MBadPixelsCam *fBadPixels; //! Bad Pixels 40 MHCalibrationTestCam *fHTestCam; //! Calibrated Photons in the camera 41 MCalibrationTestCam *fCam; //! Storage Calibrated Photons in the camera 42 MGeomCam *fGeom; //! Camera geometry 45 43 46 44 // functions
Note:
See TracChangeset
for help on using the changeset viewer.