Changeset 5030 for trunk/MagicSoft/Mars/mpedestal
- Timestamp:
- 09/15/04 14:53:06 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mpedestal/MPedCalcFromLoGain.cc
r4991 r5030 196 196 SetMaxHiGainVar(); 197 197 SetPedestalUpdate(kTRUE); 198 SetNumEventsDump(500); 198 199 199 200 Clear(); … … 362 363 fNumEventsDump=1000; 363 364 } 365 366 *fLog << inf << "Continous update switched " << (fPedestalUpdate?"on":"off"); 367 if (fPedestalUpdate) 368 *fLog << " (dump each " << fNumEventsDump << " events)" << endl; 369 *fLog << endl; 364 370 365 371 return kTRUE;
Note:
See TracChangeset
for help on using the changeset viewer.