Changeset 4146
- Timestamp:
- 05/24/04 15:44:28 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc
r4144 r4146 249 249 while ((pix=(MCalibrationChargePix*)Next5())) 250 250 { 251 *fLog << all << "Average Area:" 252 << Form("%s%3i","Area Idx: ",pix->GetPixId()) 251 *fLog << all << Form("%s%3i","Area Idx: ",pix->GetPixId()) 253 252 << " Ped. Rms: " << pix->GetPedRms() << " +- " << pix->GetPedRmsErr() 254 253 << " Mean signal: " << pix->GetMean() << " +- " << pix->GetMeanErr() … … 266 265 while ((pix=(MCalibrationChargePix*)Next6())) 267 266 { 268 *fLog << all << "Average Sector:" 269 << Form("%s%3i","Sector: ",pix->GetPixId()) 267 *fLog << all << Form("%s%3i","Sector: ",pix->GetPixId()) 270 268 << " Ped. Rms: " << pix->GetPedRms() << " +- " << pix->GetPedRmsErr() 271 269 << " Mean signal: " << pix->GetMean() << " +- " << pix->GetMeanErr()
Note:
See TracChangeset
for help on using the changeset viewer.