- Timestamp:
- 09/09/04 17:37:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargePINDiode.cc
r4885 r4903 154 154 { 155 155 156 MH GausEvents::InitBins();156 MHCalibrationPix::InitBins(); 157 157 158 158 fHAbsTime. SetBins(fAbsTimeNbins, fAbsTimeFirst, fAbsTimeLast); … … 339 339 // 340 340 // "": displays the fHGausHist with fits and fHRmsCharge 341 // "all": executes additionally MH GausEvents::Draw(), with option "fourierevents"341 // "all": executes additionally MHCalibrationPix::Draw(), with option "fourierevents" 342 342 // 343 343 void MHCalibrationChargePINDiode::Draw(const Option_t *opt) … … 391 391 392 392 oldpad->cd(2); 393 MH GausEvents::Draw("fourierevents");394 } 395 396 397 398 393 MHCalibrationPix::Draw("fourierevents"); 394 } 395 396 397 398
Note:
See TracChangeset
for help on using the changeset viewer.