- Timestamp:
- 08/10/07 12:21:26 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8660 r8661 19 19 -*-*- END OF LINE -*-*- 20 20 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 21 29 2007/08/06 Thomas Bretz 22 30 … … 64 72 with a fixed value. This doesn't influence enaything. And the 65 73 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 66 85 67 86 -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
r8630 r8661 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.6 7 2007-06-30 11:16:17tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.68 2007-08-10 11:21:21 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 222 222 const Int_t numl = fRunHeader->GetNumSamplesLoGain(); 223 223 224 const UInt_t satlim = fSaturationLimit*fRunHeader->Get Max();224 const UInt_t satlim = fSaturationLimit*fRunHeader->GetScale(); 225 225 226 226 MRawEvtPixelIter pixel(fRawEvt);
Note:
See TracChangeset
for help on using the changeset viewer.