Changeset 18164 for branches/MarsWobble


Ignore:
Timestamp:
03/16/15 16:21:26 (10 years ago)
Author:
ftemme
Message:
Added the MSimSourcePos container to the output files. Removed also the MPhotonEvent from the Fits output (as it is currently ignored during fits writing
File:
1 edited

Legend:

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

    r18158 r18164  
    247247    write.AddContainer("IncidentAngle",       "Events", kFALSE);
    248248    write.AddContainer("MPointingPos",        "Events", kFALSE);
     249    write.AddContainer("MSimSourcePos",       "Events", kFalse);
    249250}
    250251
     
    658659    write3af.AddContainer("MRawEvtData",      "Events");
    659660    write3af.AddContainer("MTruePhotonsPerPixelCont", "Events");
    660     write3af.AddContainer("MPhotonEvent","Events");
    661661
    662662    write3ar.AddContainer("ElectronicNoise",  "RunHeaders", kTRUE, 1);
Note: See TracChangeset for help on using the changeset viewer.