Changeset 2949


Ignore:
Timestamp:
01/28/04 18:44:15 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2948 r2949  
    1313
    1414   * mcalib/MCalibrate.[h.cc]
    15      - corrected Int_t ReInit to Bool_t ReInit
     15     - corrected Int_t ReInit() to Bool_t ReInit(MParList *pList)
    1616
    1717   * mcalib/MCalibrationCalc.[h,cc], mcalib/MCalibrationCam.[h,cc]:
  • trunk/MagicSoft/Mars/mcalib/MCalibrate.cc

    r2945 r2949  
    120120// different one in case of need
    121121//
    122 Int_t MCalibrate::ReInit()
    123 {
     122Bool_t MCalibrate::ReInit(MParList *pList)
     123{
     124
    124125  if(fCalibrationMode == kBlindPixel && !fCalibrations->IsBlindPixelMethodValid())
    125126    {
     
    133134      fCalibrationMode = kFfactor;
    134135    }
     136
    135137  return kTRUE;
    136138}
  • trunk/MagicSoft/Mars/mcalib/MCalibrate.h

    r2945 r2949  
    3030   
    3131    Int_t PreProcess(MParList *pList);
     32    Bool_t ReInit(MParList *pList);
    3233    Int_t Process();
    33     Int_t ReInit();
    3434
    3535public:
Note: See TracChangeset for help on using the changeset viewer.