Changeset 3953 for trunk


Ignore:
Timestamp:
05/03/04 19:15:36 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

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

    r3952 r3953  
    122122// - fASinglePheFADCSlices(0);
    123123// - fAPedestalFADCSlices(0);
    124 //
    125124//
    126125// Calls:
  • trunk/MagicSoft/Mars/mhist/MHCamera.cc

    r3936 r3953  
    16181618         
    16191619          gLog << all << GetName()
    1620                << Form("%s%5.3f%s%3.2f"," Mean: Inner Pixels: ",
     1620               << Form("%s%5.3f%s%3.2f"," Inner Pixels: ",
    16211621                       inout[0]->GetFunction("gaus")->GetParameter(1),"+-",
    1622                        inout[0]->GetFunction("gaus")->GetParError(1));
    1623           gLog << Form("%s%5.3f%s%3.2f","  Outer Pixels: ",
     1622                       inout[0]->GetFunction("gaus")->GetParameter(2));
     1623          gLog << Form("%s%5.3f%s%3.2f"," Outer Pixels: ",
    16241624                       inout[1]->GetFunction("gaus")->GetParameter(1),"+-",
    1625                        inout[1]->GetFunction("gaus")->GetParError(1)) << endl;
    1626           gLog << all << GetName()
    1627                << Form("%s%5.3f%s%3.2f"," Sigma: Inner Pixels: ",
    1628                        inout[0]->GetFunction("gaus")->GetParameter(2),"+-",
    1629                        inout[0]->GetFunction("gaus")->GetParError(2));
    1630           gLog << Form("%s%5.3f%s%3.2f","  Outer Pixels: ",
    1631                        inout[1]->GetFunction("gaus")->GetParameter(2),"+-",
    1632                        inout[1]->GetFunction("gaus")->GetParError(2)) << endl;
     1625                       inout[1]->GetFunction("gaus")->GetParameter(2)) << endl;
    16331626
    16341627        }
Note: See TracChangeset for help on using the changeset viewer.