Ignore:
Timestamp:
11/07/14 13:23:50 (10 years ago)
Author:
smueller
Message:
Fix tempral offsets are added to the relative arrival time in the camera simulation. The offsets are taken from the new generic MMatrix container. In the ceres.rc file is a new key value pair specifieing the path to a text file holding the delay data.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MarsFixTimeOffsetBranch/msimcamera/MSimCamera.h

    r17663 r18006  
    77
    88#include "MArrayF.h"
     9#include "MMatrix.h"
    910
    1011class MMcEvt;
     
    3536
    3637    MParameterD       *fCrosstalkCoeffParam;
     38
     39    MMatrix *fFixTimeOffsetsBetweenPixelsInNs; //! Container to store the fix temporal offsets for each pixel in ns
     40
    3741    MTruePhotonsPerPixelCont    *fTruePhotons;  //! Container to store the number of photons per pixel
    3842
Note: See TracChangeset for help on using the changeset viewer.