Ignore:
Timestamp:
09/09/04 17:37:26 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4885 r4903  
    154154{
    155155
    156   MHGausEvents::InitBins();
     156  MHCalibrationPix::InitBins();
    157157
    158158  fHAbsTime.  SetBins(fAbsTimeNbins,  fAbsTimeFirst,  fAbsTimeLast);
     
    339339//
    340340// "": displays the fHGausHist with fits and fHRmsCharge
    341 // "all": executes additionally MHGausEvents::Draw(), with option "fourierevents"
     341// "all": executes additionally MHCalibrationPix::Draw(), with option "fourierevents"
    342342//
    343343void MHCalibrationChargePINDiode::Draw(const Option_t *opt)
     
    391391
    392392  oldpad->cd(2);
    393   MHGausEvents::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.