Changeset 7029 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 05/13/05 15:45:46 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc
r6980 r7029 1072 1072 const Int_t n = TMath::Nint((last-start)/step); 1073 1073 1074 start += step/2; 1075 1074 1076 sum = 0.; 1075 for (Int_t i= 1; i<=n+1; i++)1077 for (Int_t i=0; i<=n; i++) 1076 1078 { 1077 1079 const Float_t x = start+i*step; … … 1112 1114 const Int_t n = TMath::Nint((last-start)/step); 1113 1115 1116 start += step/2; 1117 1114 1118 sum = 0.; 1115 for (Int_t i= 1; i<=n+1; i++)1119 for (Int_t i=0; i<=n; i++) 1116 1120 { 1117 1121 const Float_t x = start+i*step;
Note:
See TracChangeset
for help on using the changeset viewer.