Ignore:
Timestamp:
04/03/14 11:54:28 (11 years ago)
Author:
ftemme
Message:
Added a MParameterD for the Crosstalkcoefficient, so that MSimCamera can access the crosstalk coefficient for the calculation of the accoupling.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msimcamera/MSimAPD.h

    r17067 r17643  
    1515class MPhotonStatistics;
    1616class MPedestalCam;
     17class MParameterD;
    1718
    1819class MSimAPD : public MTask
     
    2324    MPhotonStatistics *fStat;    //! Storing event statistics (needed for the start-time)
    2425    MPedestalCam      *fRates;   //! Accidental Photon Rates for all pixels
     26
     27    MParameterD       *fCrosstalkCoeffParam;
    2528
    2629    TObjArray fAPDs;             //! Array keeping the necessary number of APDs
Note: See TracChangeset for help on using the changeset viewer.