Changeset 9068 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 08/02/08 12:11:21 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJPedestal.cc
r9017 r9068 890 890 // Set and store the new ranges 891 891 // 892 Int_t shift = 0;893 892 while (poslo2-fExtractWinLeft < lo0+0.5) 894 893 { … … 903 902 } 904 903 905 *fLog << "Changed extraction window by " << shift; 906 *fLog << "slices to hi-gain [" << hi0 << "," << hi1; 904 if (lo0<0) 905 lo0=0; 906 907 *fLog << "Changed extraction to hi-gain [" << hi0 << "," << hi1; 907 908 *fLog << "] and lo-gain [" << lo0 << "," << lo1 << "]" << endl; 908 909
Note:
See TracChangeset
for help on using the changeset viewer.