Changeset 8907 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 06/02/08 09:52:26 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationBlindPix.cc
r8106 r8907 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationBlindPix.cc,v 1.1 5 2006-10-17 17:15:59tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationBlindPix.cc,v 1.16 2008-06-02 08:46:44 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 56 56 #include "MCalibrationBlindPix.h" 57 57 58 #include <TMath.h> 58 59 #include <TH1.h> 59 60 -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r8644 r8907 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.18 3 2007-07-24 13:36:35tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.184 2008-06-02 08:46:44 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 261 261 const Float_t MCalibrationChargeCalc::fgUnsuitablesLimit = 0.1; 262 262 const Float_t MCalibrationChargeCalc::fgUnreliablesLimit = 0.3; 263 const TString MCalibrationChargeCalc::fgNamePedestalCam = "MPedestalCam"; 263 264 const char *MCalibrationChargeCalc::fgNamePedestalCam = "MPedestalCam"; 264 265 265 266 -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h
r8478 r8907 49 49 static const Float_t fgUnreliablesLimit; //! Default for fUnreliableLimit (now set to: 0.3) 50 50 51 static const TStringfgNamePedestalCam; //! "MPedestalCam"51 static const char *fgNamePedestalCam; //! "MPedestalCam" 52 52 53 53 // Variables … … 213 213 void SetExternalNumPhes ( const Float_t f=0. ) { fExternalNumPhes = f; } 214 214 void SetExternalNumPhesRelVar( const Float_t f=0. ) { fExternalNumPhesRelVar = f; } 215 void SetNamePedestalCam ( const char *name=fgNamePedestalCam .Data()) { fNamePedestalCam = name; }215 void SetNamePedestalCam ( const char *name=fgNamePedestalCam ) { fNamePedestalCam = name; } 216 216 void SetPheErrLowerLimit ( const Float_t f=fgPheErrLowerLimit ) { fPheErrLowerLimit = f; } 217 217 void SetPheErrUpperLimit ( const Float_t f=fgPheErrUpperLimit ) { fPheErrUpperLimit = f; } -
trunk/MagicSoft/Mars/mcalib/MCalibrationPix.cc
r5916 r8907 43 43 #include "MCalibrationPix.h" 44 44 45 #include <TMath.h> 46 45 47 ClassImp(MCalibrationPix); 46 48 -
trunk/MagicSoft/Mars/mcalib/MCalibrationQEPix.cc
r7829 r8907 183 183 #include "MCalibrationQEPix.h" 184 184 185 #include <TMath.h> 186 185 187 #include "MLog.h" 186 188 #include "MLogManip.h"
Note:
See TracChangeset
for help on using the changeset viewer.