Ignore:
Timestamp:
02/08/04 20:52:18 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationPINDiode.h

    r2931 r3056  
    1717  TH1F* fHPINDiodeCharge;    // Histogram containing the summed 32 PINDiode slices
    1818  TH1F* fHPINDiodeErrCharge; // Variance of summed FADC slices
    19   TH1F* fHPINDiodeTime;      // Histogram with time evolution of summed charges
    2019 
    2120  TH1I* fHPINDiodeChargevsN; // Summed Charge vs. Event Nr.
    2221 
    2322  const Int_t   fChargeNbins;
    24   const Int_t   fTimeNbins;
    2523  const Int_t   fChargevsNbins;
    2624
     
    3836  // Fill histos
    3937  Bool_t FillCharge(Float_t q);
    40   Bool_t FillTime(Float_t t);
    4138  Bool_t FillChargevsN(Float_t q, Int_t n);
    4239
    4340  // Fits -- not yet implemented
    4441  Bool_t FitCharge(Option_t *option="RQ0") { return kTRUE; }
    45   Bool_t FitTime(Option_t *option="RQ0")   { return kTRUE; }
    4642
    4743  // Others
Note: See TracChangeset for help on using the changeset viewer.