- Jul 28, 2022
-
-
Administrator authored
With commit 892f01a1 from 23.03.22 the layout of the data class CbmTsEventHeader was changed by adding a new data member. At that time it was forgotten to also increase the version number. This commit increases the version number and corrects the issue.
-
- Jul 27, 2022
-
-
Dominik Smith authored
Updated README.md to include instructions regarding the -p and -a options of config.sh and config.csh.
-
Felix Weiglhofer authored
-
Felix Weiglhofer authored
-
- Jul 26, 2022
-
-
Pierre-Alain Loizeau authored
-
- Jul 25, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
-
Restructure code in the main CMakeLists.txt
-
Move code which does some basic checks into separate CMake file. Some additional reordering of the code is needed.
-
Move code which defines the compiler settings into separate CMake file.
-
Move code which defines additional targets into separate CMake file. Move code which generates the config files into separate CMake file.
-
Check if environmnet variables SIMPATH and FAIRROOTPATH are set or if the paths are passed on the commandline as -DSIMPATH=<path to FairSoft installation> -DFAIRROOTPATH=<path to FairRoot installation> early during the cmake run. After the initial check only the CMake variables are used.
-
Don't require environmnet variables SIMPATH and FAIRROOTPATH when building flesnet and NicaFemto. Pass the corresponding CMake variables to the build processes of the packages.
-
Remove obsolete, unneeded and unused code.
-
-
Unpack Much: Applied Epoch cycle fix. Fixed MacOS compilation (variable-sized array). Fixed missing Elink parameters.
-
-
-
-
-
-
-
-
- Jul 22, 2022
-
-
-
-
Pierre-Alain Loizeau authored
- Prevent FairrootManager from touching the source object trhogh its pointer after the run is over - Explicitely delete the dynamically allocated Run and Source objects in the macro (give up share ownership of config objects) - Give up ownership of the config objects, which triggers their destruction before reaching end of the macro (last owner of shared pointer) Problem was that the FairrootManager was never going out of scope and was not calling the Source destructor. So all shared pointers and the source objects were destroyed only when going out of scope in the ROOT session, at which time ROOT already deleted some TF1's, THx's and Canvases without asking anybody (global Lists). The source and config destructors were then calling destructors for their members and member's members, where we tried to cleanup the memory we assigned but which ROOT already deleted.
-
Pierre-Alain Loizeau authored
-
- Jul 21, 2022
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- Jul 20, 2022
-
-
Pierre-Alain Loizeau authored
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Change HWM for Sink process input to 1 as this applies to each link to an Evt builder individually and not to the sum of all as expected (solves huge bufferings) - Do not re-order the TS in the Sink by default (leads to buffering if one branch is really slow) - Add option for DigiEvent I/O between builders and Sink - Reduce HWM at input and output of Unpackes and Event builders to 1 - Add bash and sbatch scripts for testing replay of a run on the mFLES cluster (single source node + single processing node) - Add information about online MQ problems in Gold run and these fixes
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
=> needed to collect histo and canvases from multiple instances of the devices (e.g. multiple nodes) in a single histo server => Same cannot easily be in processing classes like Unpack and BuildEvent as both name and folder need to be changed to avoid collisions
-
Pierre-Alain Loizeau authored
- Fix to the performance plots of the DigiEventSink by changing the logic to Profile or new counts addition - Add option for DigiEvent I/O between builders and Sink
-