Changeset 5415 for trunk/MagicSoft/Mars/mhcalib
- Timestamp:
- 11/17/04 09:38:19 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeCam.cc
r5156 r5415 155 155 using namespace std; 156 156 157 const Int_t MHCalibrationChargeCam::fgChargeHiGainNbins = 5 50;157 const Int_t MHCalibrationChargeCam::fgChargeHiGainNbins = 500; 158 158 const Axis_t MHCalibrationChargeCam::fgChargeHiGainFirst = -100.5; 159 const Axis_t MHCalibrationChargeCam::fgChargeHiGainLast = 999.5;160 const Int_t MHCalibrationChargeCam::fgChargeLoGainNbins = 525;161 const Axis_t MHCalibrationChargeCam::fgChargeLoGainFirst = - 150.5;162 const Axis_t MHCalibrationChargeCam::fgChargeLoGainLast = 899.5;159 const Axis_t MHCalibrationChargeCam::fgChargeHiGainLast = 1899.5; 160 const Int_t MHCalibrationChargeCam::fgChargeLoGainNbins = 620; 161 const Axis_t MHCalibrationChargeCam::fgChargeLoGainFirst = -350.5; 162 const Axis_t MHCalibrationChargeCam::fgChargeLoGainLast = 2049.5; 163 163 const TString MHCalibrationChargeCam::gsHistName = "Charge"; 164 164 const TString MHCalibrationChargeCam::gsHistTitle = "Signals"; … … 1082 1082 MBadPixelsPix::kLoGainOscillating); 1083 1083 1084 1084 1085 return kTRUE; 1085 1086 } … … 1109 1110 { 1110 1111 *fLog << warn 1111 << Form("%s%3.1f%s%2.1f%s% s","Mean ArrivalTime=",mean," < ",fTimeLowerLimit,1112 " slices from lower edge in pixel ",hist.GetName()) << endl;1112 << Form("%s%3.1f%s%2.1f%s%2.0f%s%s","Mean ArrivalTime: ",mean," < ",fTimeLowerLimit, 1113 " slices from lower edge: ",lowerlimit," in pixel ",hist.GetName()) << endl; 1113 1114 bad.SetUncalibrated( MBadPixelsPix::kMeanTimeInFirstBin ); 1114 1115 } … … 1117 1118 { 1118 1119 *fLog << warn 1119 << Form("%s%3.1f%s%2.1f%s% s","Mean ArrivalTime=",mean," > ",fTimeUpperLimit,1120 " slices from upper edge in pixel ",hist.GetName()) << endl;1120 << Form("%s%3.1f%s%2.1f%s%2.0f%s%s","Mean ArrivalTime: ",mean," > ",fTimeUpperLimit, 1121 " slices from upper edge: ",upperlimit," in pixel ",hist.GetName()) << endl; 1121 1122 bad.SetUncalibrated( MBadPixelsPix::kMeanTimeInLast2Bins ); 1122 1123 }
Note:
See TracChangeset
for help on using the changeset viewer.