Ignore:
Timestamp:
01/28/04 18:44:15 (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/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.