Changeset 7034 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 05/13/05 19:50:48 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc
r7029 r7034 1075 1075 1076 1076 sum = 0.; 1077 for (Int_t i=0; i< =n; i++)1077 for (Int_t i=0; i<n; i++) 1078 1078 { 1079 1079 const Float_t x = start+i*step; … … 1117 1117 1118 1118 sum = 0.; 1119 for (Int_t i=0; i< =n; i++)1119 for (Int_t i=0; i<n; i++) 1120 1120 { 1121 1121 const Float_t x = start+i*step;
Note:
See TracChangeset
for help on using the changeset viewer.