Changeset 4538 for trunk/MagicSoft
- Timestamp:
- 08/06/04 18:19:35 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4536 r4538 30 30 - increase the default upper histogram limits for the 31 31 large extraction windows. 32 33 * msignal/MExtractor.cc 34 - fixed a bug in one possible output using Form() 35 which produced a segm.violation in that case. 32 36 33 37 -
trunk/MagicSoft/Mars/msignal/MExtractor.cc
r4368 r4538 212 212 *fLog << endl; 213 213 *fLog << warn << GetDescriptor() << ": Selected Hi Gain FADC Window ["; 214 *fLog << Form("%2i,%2i %s%2i%s", (int)fHiGainFirst,",",lastdesired);214 *fLog << Form("%2i,%2i", (int)fHiGainFirst,lastdesired); 215 215 *fLog << "] ranges out of the available limits: [0," << Form("%2i", lastavailable) << "]" << endl; 216 216 *fLog << warn << GetDescriptor() << ": Will use ";
Note:
See TracChangeset
for help on using the changeset viewer.