Changeset 18019 for branches


Ignore:
Timestamp:
11/19/14 17:27:14 (10 years ago)
Author:
Jens Buss
Message:
added a parameter ResidualTimeSpread to the parameter list. This parameter is the standard deviation of a gaussian normal distribution. Values drawn from that distributuion are used as offset for the arrival time of a cherenkov photon bunch in each pixel.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MarsResidualTimeSpread/mjobs/MJSimulation.cc

    r18009 r18019  
    650650    write3af.AddContainer("ElectronicNoise",  "RunHeaders", kTRUE, 1);
    651651    write3af.AddContainer("IntendedPulsePos", "RunHeaders", kTRUE, 1);
     652    write3af.AddContainer("ResidualTimeSpread", "RunHeaders", kTRUE, 1);
    652653    write3af.AddContainer("MRawEvtData",      "Events");
    653654    write3af.AddContainer("MTruePhotonsPerPixelCont", "Events");
     
    726727    );
    727728    plist.AddToList(&fix_time_offsets_between_pixels_in_ns);
     729
     730    // -------------------------------------------------------------------
     731
     732    // Jens Buss on: residual time spread
     733    MParameterD resTimeSpread("ResidualTimeSpread");
     734    resTimeSpread.SetVal(0.0);
     735    plist.AddToList(&resTimeSpread);
    728736
    729737    // -------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.