Changeset 5353


Ignore:
Timestamp:
11/07/04 15:42:54 (20 years ago)
Author:
otte
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc

    r5342 r5353  
    354354        return kFALSE;
    355355
     356   
     357    *fLog << inf << "Parameters used for pedestal calculation:"<<endl;
     358    *fLog << inf <<"CheckWindow: First slice: "<<fCheckWinFirst<<"; Last slice: "<<fCheckWinLast<<endl;
     359    *fLog << inf <<"ExtractWindow: First slice: "<<fExtractWinFirst<<"; Last slice: "<<fExtractWinLast<<endl;
     360    *fLog << inf <<"Max allowed signal variation: "<<fMaxSignalVar<<endl;
    356361    return kTRUE;
    357362}
Note: See TracChangeset for help on using the changeset viewer.