Changeset 2766


Ignore:
Timestamp:
01/12/04 10:35:05 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2765 r2766  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2004/01/12: Markus Gaug
     7  * manalysis/MExtractSignal.[h,cc]
     8    - take out some uncommented code
     9    - replace logainshift by two independent variables:
     10      logainfirst, logainlast
     11
     12
    613 2004/01/09: Markus Gaug
    714
  • trunk/MagicSoft/Mars/manalysis/MExtractSignal.h

    r2732 r2766  
    3131  MRawRunHeader            *fRunHeader;    // RunHeader information
    3232
    33   Byte_t fFirst;
     33  Byte_t fHiGainFirst;
    3434  Byte_t fLoGainFirst;
    3535
     
    4747 
    4848public:
    49   MExtractSignal(/*const Byte_t first=4, const Byte_t last=9,
    50                  const Byte_t logainshift=1,*/
    51                  const char *name=NULL, const char *title=NULL);
    5249
    53   void SetRange(Byte_t first=4, Byte_t last=9, Byte_t logainshift=1);
     50  MExtractSignal(const char *name=NULL, const char *title=NULL);
     51
     52  void SetRange(Byte_t hifirst=3, Byte_t hilast=8, Byte_t lofirst=3, Byte_t lolast=8);
    5453  void SetSaturationLimit(Byte_t lim)      { fSaturationLimit = lim; }
    5554
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCalc.cc

    r2765 r2766  
    478478
    479479      //
    480       // Fill 1-dim histograms with the results
    481       //
    482       fCalibrations->Fill1DimCharges(pix.GetCharge(),pix.GetErrCharge(),
    483                                      pix.GetSigmaCharge(),pix.GetChargeProb());
    484 
    485       //
    486480      // Perform the Gauss fits to the arrival times
    487481      //
Note: See TracChangeset for help on using the changeset viewer.