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/MSimCamera.h

    r17148 r17643  
    1515
    1616class MSpline3;
     17class MParameterD;
    1718
    1819class MSimCamera : public MTask
     
    2829    MAnalogChannels   *fCamera;          //! Output of the analog signals
    2930    MMcEvt            *fMcEvt;           //! For information stored in MMcEvt
     31
     32    MParameterD       *fCrosstalkCoeffParam;
    3033
    3134    const MSpline3    *fSpline;          // Pulse Shape   
Note: See TracChangeset for help on using the changeset viewer.