Changeset 3953
- Timestamp:
- 05/03/04 19:15:36 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeBlindPix.cc
r3952 r3953 122 122 // - fASinglePheFADCSlices(0); 123 123 // - fAPedestalFADCSlices(0); 124 //125 124 // 126 125 // Calls: -
trunk/MagicSoft/Mars/mhist/MHCamera.cc
r3936 r3953 1618 1618 1619 1619 gLog << all << GetName() 1620 << Form("%s%5.3f%s%3.2f"," Mean:Inner Pixels: ",1620 << Form("%s%5.3f%s%3.2f"," Inner Pixels: ", 1621 1621 inout[0]->GetFunction("gaus")->GetParameter(1),"+-", 1622 inout[0]->GetFunction("gaus")->GetPar Error(1));1623 gLog << Form("%s%5.3f%s%3.2f"," 1622 inout[0]->GetFunction("gaus")->GetParameter(2)); 1623 gLog << Form("%s%5.3f%s%3.2f"," Outer Pixels: ", 1624 1624 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; 1633 1626 1634 1627 }
Note:
See TracChangeset
for help on using the changeset viewer.