Ignore:
Timestamp:
03/01/09 21:54:27 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9313 r9369  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.185 2009-02-11 10:48:24 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MCalibrationChargeCalc.cc,v 1.186 2009-03-01 21:48:13 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    20502050     
    20512051      MCalibrationChargePix &pix = (MCalibrationChargePix&)(*fCam)[i];
    2052       MGeomPix &geo = (*fGeom)[i];
     2052      MGeom &geo = (*fGeom)[i];
    20532053
    20542054      const Float_t qe        = pix.GetPheFFactorMethod()
     
    21262126
    21272127      MCalibrationChargePix &pix = (MCalibrationChargePix&)(*fCam)[i];
    2128       MGeomPix &geo = (*fGeom)[i];
     2128      MGeom &geo = (*fGeom)[i];
    21292129
    21302130      const Float_t qe       =  pix.GetPheFFactorMethod()
Note: See TracChangeset for help on using the changeset viewer.