Changeset 7739 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 05/24/06 17:29:26 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r7737 r7739 952 952 //*fLog << err << "Pulse is too much to the left, cannot go below 0!" << endl; 953 953 //return -1; 954 return kTRUE;955 956 954 } 957 955 if (newlast+wshigain > numhigainsamples+numlogainsamples-1) … … 974 972 } 975 973 974 return kTRUE; 975 /* 976 976 // 977 977 // Set and store the new ranges … … 984 984 985 985 fExtractor->SetRange(hi0, hi1, lo0, lo1); 986 return kTRUE; 986 return kTRUE;*/ 987 987 } 988 988
Note:
See TracChangeset
for help on using the changeset viewer.