Changeset 6254


Ignore:
Timestamp:
02/04/05 14:00:28 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

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

    r6077 r6254  
    6767using namespace std;
    6868
    69 const UInt_t MCalibCalcFromPast::fgNumEventsDump = 1000;
     69const UInt_t MCalibCalcFromPast::fgNumEventsDump = 500;
    7070// --------------------------------------------------------------------------
    7171//
  • trunk/MagicSoft/Mars/msignal/MExtractor.cc

    r6210 r6254  
    268268     
    269269      *fLog << endl;
    270       *fLog << warn << GetDescriptor() << ": Selected Hi Gain FADC Window [";
     270      *fLog << inf << GetDescriptor() << ": Selected Hi Gain FADC Window [";
    271271      *fLog << Form("%2i,%2i", (int)fHiGainFirst,lastdesired);
    272272      *fLog << "] ranges out of the available limits: [0," << Form("%2i", lastavailable) << "]" << endl;
    273       *fLog << warn << GetDescriptor() << ": Will use ";
     273      *fLog << inf << GetDescriptor() << ": Will use ";
    274274      *fLog << Form("%2i", diff) << " samples from the Low-Gain for the High-Gain extraction";
    275275      *fLog << endl;
Note: See TracChangeset for help on using the changeset viewer.