Changeset 7017
- Timestamp:
- 05/12/05 14:30:27 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7016 r7017 30 30 2005/05/12 Markus Meyer 31 31 32 * mmuon/MHMounPar [.h,.cc]32 * mmuon/MHMounPar.[h,cc] 33 33 - added function Paint. This function integrates the TProfile 34 34 ArcWidth/Radius Vs. Radius between certain values and shows -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r7013 r7017 1046 1046 *fLog << warn; 1047 1047 *fLog << "RMS of pulse arrival times: " << Form("%2.1f", cal.GetAbsTimeRms()); 1048 *fLog << " FADC sl. < " << Form("%2.1 ", fArrTimeRmsLimit);1048 *fLog << " FADC sl. < " << Form("%2.1f", fArrTimeRmsLimit); 1049 1049 *fLog << " in " << what << Form("%3i", cal.GetPixId()) << endl; 1050 1050 bad.SetUncalibrated( MBadPixelsPix::kFluctuatingArrivalTimes);
Note:
See TracChangeset
for help on using the changeset viewer.