Changeset 9369 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 03/01/09 21:54:27 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r9313 r9369 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.18 5 2009-02-11 10:48:24tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.186 2009-03-01 21:48:13 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 2050 2050 2051 2051 MCalibrationChargePix &pix = (MCalibrationChargePix&)(*fCam)[i]; 2052 MGeom Pix&geo = (*fGeom)[i];2052 MGeom &geo = (*fGeom)[i]; 2053 2053 2054 2054 const Float_t qe = pix.GetPheFFactorMethod() … … 2126 2126 2127 2127 MCalibrationChargePix &pix = (MCalibrationChargePix&)(*fCam)[i]; 2128 MGeom Pix&geo = (*fGeom)[i];2128 MGeom &geo = (*fGeom)[i]; 2129 2129 2130 2130 const Float_t qe = pix.GetPheFFactorMethod() -
trunk/MagicSoft/Mars/mcalib/MCalibrationTestCalc.cc
r8910 r9369 577 577 { 578 578 579 const MGeom Pix&pix = (*fGeom)[idx];579 const MGeom &pix = (*fGeom)[idx]; 580 580 const Byte_t neighbours = pix.GetNumNeighbors(); 581 581
Note:
See TracChangeset
for help on using the changeset viewer.