Changeset 5151 for trunk/MagicSoft/Mars/mhcalib
- Timestamp:
- 09/30/04 14:58:05 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeCam.cc
r5137 r5151 1104 1104 1105 1105 const Float_t lowerlimit = (Float_t)first + fTimeLowerLimit; 1106 const Float_t upperlimit = (Float_t)last +fTimeUpperLimit;1106 const Float_t upperlimit = (Float_t)last - fTimeUpperLimit; 1107 1107 1108 1108 if ( mean < lowerlimit) 1109 1109 { 1110 1110 *fLog << warn << GetDescriptor() 1111 << Form("%s%3.1f%s%2.1f%s% 4i",": Mean ArrivalTime: ",mean," smaller than ",fTimeLowerLimit,1111 << Form("%s%3.1f%s%2.1f%s%s",": Mean ArrivalTime: ",mean," smaller than ",fTimeLowerLimit, 1112 1112 " FADC slices from lower edge in pixel ",hist.GetName()) << endl; 1113 1113 bad.SetUncalibrated( MBadPixelsPix::kMeanTimeInFirstBin ); … … 1117 1117 { 1118 1118 *fLog << warn << GetDescriptor() 1119 << Form("%s%3.1f%s%2.1f%s% 4i",": Mean ArrivalTime: ",mean," greater than ",fTimeUpperLimit,1119 << Form("%s%3.1f%s%2.1f%s%s",": Mean ArrivalTime: ",mean," greater than ",fTimeUpperLimit, 1120 1120 " FADC slices from upper edge in pixel ",hist.GetName()) << endl; 1121 1121 bad.SetUncalibrated( MBadPixelsPix::kMeanTimeInLast2Bins );
Note:
See TracChangeset
for help on using the changeset viewer.