Ignore:
Timestamp:
07/22/08 19:56:42 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc

    r8957 r9036  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.71 2008-06-14 15:55:51 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.72 2008-07-22 18:55:08 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    156156    : fGeomCam(NULL),   fBadPixels(NULL), fCalibrations(NULL),
    157157      fQEs(NULL), fSignals(NULL), fCerPhotEvt(NULL), fCalibConstCam(NULL),
    158     fPedestalFlag(kNo), fSignalType(kPhot), fRenormFactor(1.), fScaleFactor(1.)
     158    fPedestalFlag(kNo), fSignalType(kPhot), fRenormFactor(1.), fScaleFactor(1)
    159159{
    160160
     
    424424    if (header->IsMonteCarloRun())
    425425    {
    426         *fLog << inf << "Additional scale factor forced to: 1 (MonteCarloRun)" << endl;
    427         fScaleFactor = 1;
     426        if (fScaleFactor!=1)
     427            *fLog << warn << "WARNING - Additional scale factor for MonteCarlo run not unity but " << fScaleFactor << endl;
    428428    }
    429429    else
Note: See TracChangeset for help on using the changeset viewer.