Changeset 4538 for trunk


Ignore:
Timestamp:
08/06/04 18:19:35 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4536 r4538  
    3030     - increase the default upper histogram limits for the
    3131       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.
    3236
    3337
  • trunk/MagicSoft/Mars/msignal/MExtractor.cc

    r4368 r4538  
    212212      *fLog << endl;
    213213      *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);
    215215      *fLog << "] ranges out of the available limits: [0," << Form("%2i", lastavailable) << "]" << endl;
    216216      *fLog << warn << GetDescriptor() << ": Will use ";
Note: See TracChangeset for help on using the changeset viewer.