Changeset 6254
- Timestamp:
- 02/04/05 14:00:28 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibCalcFromPast.cc
r6077 r6254 67 67 using namespace std; 68 68 69 const UInt_t MCalibCalcFromPast::fgNumEventsDump = 1000;69 const UInt_t MCalibCalcFromPast::fgNumEventsDump = 500; 70 70 // -------------------------------------------------------------------------- 71 71 // -
trunk/MagicSoft/Mars/msignal/MExtractor.cc
r6210 r6254 268 268 269 269 *fLog << endl; 270 *fLog << warn<< GetDescriptor() << ": Selected Hi Gain FADC Window [";270 *fLog << inf << GetDescriptor() << ": Selected Hi Gain FADC Window ["; 271 271 *fLog << Form("%2i,%2i", (int)fHiGainFirst,lastdesired); 272 272 *fLog << "] ranges out of the available limits: [0," << Form("%2i", lastavailable) << "]" << endl; 273 *fLog << warn<< GetDescriptor() << ": Will use ";273 *fLog << inf << GetDescriptor() << ": Will use "; 274 274 *fLog << Form("%2i", diff) << " samples from the Low-Gain for the High-Gain extraction"; 275 275 *fLog << endl;
Note:
See TracChangeset
for help on using the changeset viewer.