Skip to content

Third patch of FairRoot release v-15.11

Compare
Choose a tag to compare
@fuhlig1 fuhlig1 released this 19 May 07:09
· 2236 commits to master since this release

The patch release contain the following changes compared to v-15.11b.

  1. Allow to change the name of the output tree.

    Read the name of the output tree from VMCWORKDIR/config/rootmanager.dat.
    If no file is present the default name is cbmsim.
    Add instructions on how to change treename to main README.

  2. Add possibility to skip writing an event to tree.

  3. Change the handling of Sources and Unpackers.

    Move function SetParContainers for unpackers to FairSource base class.
    Avoid dynamic cast in FairRunOnline.
    Add ReInit to the Unpacker class. Call ReInitUnpackers from FairRunOnline.
    Call fSource->Close() in the Finish method of FairRunOnline.
    Set the run ID using source.

  4. Fix linking error with Xcode 7.3.