Changeset 8350


Ignore:
Timestamp:
03/01/07 23:43:33 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationPulseTimeCam.cc

    r8349 r8350  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationPulseTimeCam.cc,v 1.31 2007-03-01 23:37:08 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHCalibrationPulseTimeCam.cc,v 1.32 2007-03-01 23:43:33 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    390390
    391391        // Get position of maximum
    392         const Int_t   pos = evt->GetMax(idx);
     392        const Int_t   pos = evt->GetMax(idx/*, first, last*/);
    393393        const Float_t max = evt->GetSamples(idx)[pos];
    394394
  • trunk/MagicSoft/Mars/mpedestal/MPedestalSubtractedEvt.h

    r8349 r8350  
    5959    Int_t GetSaturation(const Int_t pixidx, Int_t limit) const
    6060    {
    61         Int_t first, last;
     61        Int_t first=0;
     62        Int_t last=fNumSamples;
    6263        return GetSaturation(pixidx, limit, first, last);
    6364    }
Note: See TracChangeset for help on using the changeset viewer.