- Timestamp:
- 03/04/07 10:59:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindPix.cc
r8019 r8359 122 122 fTitle = title ? title : "Statistics of the FADC sums of Blind Pixel calibration events"; 123 123 124 fASinglePheFADCSlices.ResizeTo(1);125 fAPedestalFADCSlices.ResizeTo(1);124 //fASinglePheFADCSlices.ResizeTo(1); 125 //fAPedestalFADCSlices.ResizeTo(1); 126 126 127 127 SetNumSinglePheLimit(); … … 298 298 return TESTBIT(fFlags,kPedestalFitOK); 299 299 } 300 300 301 /* 301 302 // -------------------------------------------------------------------------- 302 303 // 303 304 // Normalizes fASinglePheFADCSlices and fAPedestalFADCSlices 304 // 305 // 305 306 void MHCalibrationChargeBlindPix::FinalizeSinglePheSpectrum() 306 307 { … … 370 371 fNumPedestals++; 371 372 } 372 373 */ 373 374 374 375 // -------------------------------------------------------------------------- … … 902 903 if (option.Contains("datacheck")) 903 904 return; 904 905 /* 905 906 pad->cd(3); 906 907 907 if (fASinglePheFADCSlices.GetNrows()!=1) 908 908 { … … 956 956 fHPedestalFADCSlices->Draw("same"); 957 957 } 958 958 */ 959 959 if (win < 2) 960 960 return;
Note:
See TracChangeset
for help on using the changeset viewer.