Changeset 4146


Ignore:
Timestamp:
05/24/04 15:44:28 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc

    r4144 r4146  
    249249  while ((pix=(MCalibrationChargePix*)Next5()))
    250250  {
    251     *fLog << all << "Average Area:"
    252           << Form("%s%3i","Area Idx: ",pix->GetPixId())
     251    *fLog << all << Form("%s%3i","Area Idx: ",pix->GetPixId())
    253252          << "   Ped.  Rms: "            << pix->GetPedRms()        << " +- " << pix->GetPedRmsErr()
    254253          << "   Mean signal: "          << pix->GetMean()    << " +- " << pix->GetMeanErr()
     
    266265  while ((pix=(MCalibrationChargePix*)Next6()))
    267266  {
    268     *fLog << all << "Average Sector:"
    269           << Form("%s%3i","Sector: ",pix->GetPixId())
     267    *fLog << all << Form("%s%3i","Sector: ",pix->GetPixId())
    270268          << "   Ped.  Rms: "            << pix->GetPedRms()        << " +- " << pix->GetPedRmsErr()
    271269          << "   Mean signal: "          << pix->GetMean()    << " +- " << pix->GetMeanErr()
Note: See TracChangeset for help on using the changeset viewer.