Changeset 8661 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
08/10/07 12:21:26 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8660 r8661  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2007/08/10 Thomas Bretz
     22
     23   * msignal/MExtractTimeAndCharge.cc:
     24     - fSaturationLimit must be multiplied with GetScale() not with
     25       GetMax()... grmpf.
     26
     27
     28
    2129 2007/08/06 Thomas Bretz
    2230
     
    6472       with a fixed value. This doesn't influence enaything. And the
    6573       absolute avlue of the error is not used at all.
     74
     75
     76
     77 2007/08/03 Thomas Bretz
     78
     79   * macros/optim/optimdisp.C:
     80     - adapted to new parametrization
     81
     82   * mjtrain/MJTrainDisp.[h,cc]:
     83     - some small fixes and changes.
     84     - added code (as comment) for training a ghostbuster
    6685
    6786
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc

    r8630 r8661  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.67 2007-06-30 11:16:17 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.68 2007-08-10 11:21:21 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    222222    const Int_t numl = fRunHeader->GetNumSamplesLoGain();
    223223
    224     const UInt_t satlim = fSaturationLimit*fRunHeader->GetMax();
     224    const UInt_t satlim = fSaturationLimit*fRunHeader->GetScale();
    225225
    226226    MRawEvtPixelIter pixel(fRawEvt);
Note: See TracChangeset for help on using the changeset viewer.