Changeset 8923 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 06/03/08 16:27:48 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc
r8497 r8923 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCam.cc,v 1.7 1 2007-05-11 13:33:40tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCam.cc,v 1.72 2008-06-03 15:26:39 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 20 20 ! Author(s): Markus Gaug 11/2003 <mailto:markus@ifae.es> 21 21 ! 22 ! Copyright: MAGIC Software Development, 2000-200 422 ! Copyright: MAGIC Software Development, 2000-2008 23 23 ! 24 24 ! … … 85 85 #include "MCalibrationChargePix.h" 86 86 87 #include <TMath.h> 88 89 #include <TH1.h> 90 #include <TF1.h> 87 91 #include <TOrdCollection.h> 88 #include <TH1D.h>89 #include <TF1.h>90 92 91 93 #include "MLog.h" -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePINDiode.cc
r5455 r8923 18 18 ! Author(s): Markus Gaug 02/2004 <mailto:markus@ifae.es> 19 19 ! 20 ! Copyright: MAGIC Software Development, 2000-200 420 ! Copyright: MAGIC Software Development, 2000-2008 21 21 ! 22 22 ! … … 52 52 #include "MCalibrationChargePINDiode.h" 53 53 #include "MCalibrationChargePix.h" 54 55 #include <TMath.h> 54 56 55 57 #include "MLog.h"
Note:
See TracChangeset
for help on using the changeset viewer.