Ignore:
Timestamp:
04/09/04 18:27:14 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc

    r3698 r3700  
    203203}
    204204
     205// -------------------------------------------------------------------
     206//
     207// Calls:
     208// - InitSize()
     209// - InitAverageAreas()
     210// - InitAverageSectors()
     211//
    205212void MCalibrationCam::Init(const MGeomCam &geom)
    206213{
    207     InitSize          (geom.GetNumPixels() );
    208     InitAverageAreas  (geom.GetNumAreas()  );
    209     InitAverageSectors(geom.GetNumSectors());
     214  InitSize          (geom.GetNumPixels() );
     215  InitAverageAreas  (geom.GetNumAreas()  );
     216  InitAverageSectors(geom.GetNumSectors());
    210217}
    211218
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r3699 r3700  
    382382// - MCalibrationQEPix
    383383//
    384 // It tests the pulser colour one more time...
     384// It initializes the pulser color in MCalibrationChargeCam, MCalibrationChargeBlindPix
     385// and MCalibrationChargePINDiode and tests, if it has not changed w.r.t. fPulserColor
    385386//
    386387Bool_t MCalibrationChargeCalc::ReInit(MParList *pList )
     
    496497// ----------------------------------------------------------------------------------
    497498// 
    498 // Finalize pedestals:
    499 //
    500 // - Retrieve pedestal and pedestal RMS from MPedestalPix
    501 // - Retrieve total entries from MPedestalCam
    502 // - Sum up pedestal and pedestalRMS for the average pixel
    503 // - Set pedestal*number of used samples in MCalibrationChargePix
    504 // - Set pedestal RMS * sqrt of number of used samples in MCalibrationChargePix
    505 //
     499// Retrieves pedestal and pedestal RMS from MPedestalPix
     500// Retrieves total entries from MPedestalCam
     501// Sums up pedestal and pedestalRMS for the average pixel
     502// Sets pedestal*fNumHiGainSamples and pedestal*fNumLoGainSamples in MCalibrationChargePix
     503// Sets pedRMS *fSqrtHiGainSamples and pedRMS *fSqrtLoGainSamples in MCalibrationChargePix
    506504//
    507505void MCalibrationChargeCalc::FinalizePedestals(const MPedestalPix &ped, MCalibrationChargePix &cal,
Note: See TracChangeset for help on using the changeset viewer.