Changeset 3989


Ignore:
Timestamp:
05/05/04 18:55:53 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3988 r3989  
    2020
    2121 2004/05/05: Markus Gaug
     22
     23   * mcalib/MHGausEvents.cc
     24     - removed some warning saying "Cannot create Fourier spectrum"
    2225
    2326   * mcalib/MCalibrationChargePix.cc
  • trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc

    r3961 r3989  
    373373  if (fEvents.GetSize() < 8)
    374374    {
     375      /*
    375376      *fLog << warn << "Cannot create Fourier spectrum. " << endl;
    376377      *fLog << warn << "Number of events (after stripping of zeros) is smaller than 8 "
    377378            << "in pixel: " << fPixId << endl;
     379      */
    378380      return;
    379381    }
Note: See TracChangeset for help on using the changeset viewer.