Changeset 8350
- Timestamp:
- 03/01/07 23:43:33 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhcalib/MHCalibrationPulseTimeCam.cc
r8349 r8350 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationPulseTimeCam.cc,v 1.3 1 2007-03-01 23:37:08tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCalibrationPulseTimeCam.cc,v 1.32 2007-03-01 23:43:33 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 390 390 391 391 // Get position of maximum 392 const Int_t pos = evt->GetMax(idx );392 const Int_t pos = evt->GetMax(idx/*, first, last*/); 393 393 const Float_t max = evt->GetSamples(idx)[pos]; 394 394 -
trunk/MagicSoft/Mars/mpedestal/MPedestalSubtractedEvt.h
r8349 r8350 59 59 Int_t GetSaturation(const Int_t pixidx, Int_t limit) const 60 60 { 61 Int_t first, last; 61 Int_t first=0; 62 Int_t last=fNumSamples; 62 63 return GetSaturation(pixidx, limit, first, last); 63 64 }
Note:
See TracChangeset
for help on using the changeset viewer.