Ignore:
Timestamp:
11/07/14 15:41:06 (10 years ago)
Author:
smueller
Message:
New feature: Fix temporal offsets in between the pixels can be simulated and defined in a text file. This is solving ticket #9
Location:
trunk/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars

  • trunk/Mars/mjobs/MJSimulation.cc

    r17866 r18009  
    113113#include "MParSpline.h"
    114114#include "MGeomCam.h"
     115#include "MMatrix.h"
    115116
    116117#include "MPedestalCam.h"
     
    718719    trigger.SetVal(0);
    719720    plist.AddToList(&trigger);
     721   
     722    // -------------------------------------------------------------------
     723    // Dominik and Sebastian on: fix time offsets
     724    MMatrix fix_time_offsets_between_pixels_in_ns(
     725        "MFixTimeOffset","titel"
     726    );
     727    plist.AddToList(&fix_time_offsets_between_pixels_in_ns);
    720728
    721729    // -------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.