- Apr 16, 2021
-
-
Administrator authored
Add missing include statements. With FairSoft apr21 and/or FairRoot v18.6.2 some implicitly included header files aren't found any longer. Add include statements for these header files explicitly.
-
- Apr 15, 2021
-
-
- Apr 01, 2021
-
-
Administrator authored
-
Administrator authored
-
Administrator authored
The class FairLogger is meanwhile only a wrapper around the Logger class, so use the Logger directly. This also helps to reduce many warnings when using the Eclipse IDE.
-
Volker Friese authored
-
Volker Friese authored
-
Sergey Gorbunov authored
-
- Mar 31, 2021
-
-
-
Up to now the ROOT random number generator was always initialised with the same default value. In some cases this gives strange results when doing large scale simulations with several jobs. To solve the problem TRandom is now initialised with the value 0 which uses a seed value based on the system time with a granularity of 100ns. This granularity should be good enough to have different seed values even if several jobs start a similar times on the batch farm. A setter was added to allow to set the seed value explicitly from a macro, refs #1395, #2066
-
-
- Mar 29, 2021
-
-
- Mar 26, 2021
-
-
- Mar 24, 2021
-
-
-
On macosx one needs a openmp installation which does not come with the system, at least the omp.h header file is missing. brew has a package libomp which installs the header and a library. Both are found by the cmake module FindOpenMP and properly used during the compilation and linking. In themoment there is still a runtime error when executing the L1 tracking with OpenMP support on macosx, so switch off OpenMP for the time being. The problem is investigated already. refs #2028. Cleanup OpenMP handling in the build system. Move check for OpenMP to top level. Remove OpenMP usage from all libs were it is not needed.
-
- Mar 22, 2021
-
-
- Mar 18, 2021
-
-
Administrator authored
Don't use tof digi parameter file any longer in the digitization step. The needed information is meanwhile taken from the TGeoManager. Initialize tof geometry parameters in the simple clusterizer from the TGeoManager, as it is already done in the event clusterizer and the digitizer. Add a special case in the TofGeoManager for the tof_v20a geometry. The geometry has to be treated as v14a.
-
- Mar 04, 2021
- Feb 19, 2021
-
-
Administrator authored
-
Administrator authored
-
Administrator authored
Since the size of a single PLUTO file is very small the preferred storage solution for them is to store a large number of them in a archive. ROOT is able to handle ROOT files stored in a ZIP archive so the file handling in the class was adapted for the ZIP file usage.
-
- Feb 12, 2021
-
-
Administrator authored
-
- Feb 10, 2021
-
-
Administrator authored
Properly install AnalysisTreeQA. Install missing pluto header file. Closes #2006 @1h
-
- Feb 08, 2021
-
-
Administrator authored
-
- Jan 20, 2021
-
-
Use reference in for loop too avoid copying of data.
-
- Dec 10, 2020
-
-
Administrator authored
FairSource implements with FairRoot v18.4.1 the new function SpecifyRunId which is used to trigger the read of the first event from the input. This function has to be properly implemented in the source classes.
-
Administrator authored
-
Administrator authored
-
- Dec 04, 2020
-
-
Administrator authored
-
- Dec 01, 2020
-
-
Administrator authored
-
- Nov 22, 2020
-
-
- Nov 18, 2020
-
-
Norbert Herrmann authored
-
Norbert Herrmann authored
-
Norbert Herrmann authored
-
- Nov 17, 2020
-
-
Administrator authored
These primaries shouldn't be transported
-
New or modified transport macros for file input (run_tra_file.C and beam simulation (run_tra_beam.C). Added three regular tests: transport of collision events, transport of signal events (from PLUTO) and transport of beam events.
-
- Nov 16, 2020
-
-
- Nov 08, 2020
-
-
Sergey Gorbunov authored
-
- Nov 07, 2020
-
-
Sergey Gorbunov authored
-
- Nov 04, 2020
-
-
Dominik Smith authored
CbmMuchDigitizerQa: More cleanup. No empty canvases or histograms are stored when no MC data is present.
-