Changeset 8430


Ignore:
Timestamp:
04/20/07 15:15:33 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.h

    r8417 r8430  
    2020
    2121class MHCalibrationTestCam;
    22 class MCalibrationIntensityTestCam;
    2322class MCalibrationTestCam;
    2423class MBadPixelsCam;
     
    3231
    3332  // 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)
    3534
    36   TString fOutputPath;                 // Path to the output file
    37   TString fOutputFile;                 // Name of the output file 
     35  TString fOutputPath;                  // Path to the output file
     36  TString fOutputFile;                  // Name of the output file
    3837 
    3938  // 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
    4543
    4644  // functions
Note: See TracChangeset for help on using the changeset viewer.