Third patch of FairRoot release v-15.11
The patch release contain the following changes compared to v-15.11b.
-
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. -
Add possibility to skip writing an event to tree.
-
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. -
Fix linking error with Xcode 7.3.