Changeset 9036 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 07/22/08 19:56:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc
r8957 r9036 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.7 1 2008-06-14 15:55:51tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MCalibrateData.cc,v 1.72 2008-07-22 18:55:08 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 156 156 : fGeomCam(NULL), fBadPixels(NULL), fCalibrations(NULL), 157 157 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) 159 159 { 160 160 … … 424 424 if (header->IsMonteCarloRun()) 425 425 { 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; 428 428 } 429 429 else
Note:
See TracChangeset
for help on using the changeset viewer.