- May 05, 2021
- May 03, 2021
-
-
- Headers without source files in fles/mcbm2018 and core/data/raw - Fles IPC headers - CPP_ZMQ main header
-
- Apr 29, 2021
-
-
drslebedev authored
* Add CbmEvent to RICH track extrapolation procedure. * Add CbmEvent to the RICH track projection procedure. * Add CbmEvent to ring reconstruction procedure. * Add CbmEvent to ring fitting procedure. * Add CbmEvent to ring-track matching procedure. * Update run macros. * Fix compilation error, include Logger.h * Fix problem when CbmEvent::GetNofData return -1. * Change some LOG outputs to debug mode.
-
- Apr 28, 2021
-
-
Oleg Golosov authored
-
- Apr 27, 2021
-
-
Pierre-Alain Loizeau authored
-
- 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
-
Sergey Gorbunov authored
-
- Mar 31, 2021
-
-
- Mar 29, 2021
-
-
- Mar 27, 2021
-
-
Administrator authored
-
Administrator authored
Add missing include statement. The error only shows up with FairSoft naov20 and FairRoot v18.4.2.
-
- Mar 26, 2021
-
-
- Mar 24, 2021
-
-
-
Cleanup filtering of compiler warnings for Nightly tests Remove unused variables, parameters and data members. Remove move statement to allow copy ellision. Use unsingned int in loop when comparing with size function of containers. Initialize all data members. Fix warning from rootcling. With newer root versions the parameter -c isn't supported any longer, so remove it.
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Add updated MC point matches to output of CbmEventClusterizer - Add support for new "calibrated" vectors in MatchRecoToMc (no support for TClonesArray!) - Adapt vectors/arrays names in FairRoot manager - Adapt consummer classes to new names Based on commit b1962019 by n.herrmann
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
- Add catching of empty match objects at Digi to Point level
-
Pierre-Alain Loizeau authored
-
- Mar 22, 2021
-
-
Administrator authored
-
Administrator authored
First step to include code currently stored for historical reasons in the fles directory, in the core or reco libraries of the respective detectors. Adapt build system accordingly.
-
-
-
- Mar 19, 2021
-
-
Administrator authored
Norbert pointed out that tof_v20a has to be treated as geometry type v21a. This is corrected with this commit.
-
- 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
- Mar 02, 2021
-
-
Pierre-Alain Loizeau authored
-
- Feb 19, 2021
-
-
Administrator authored
-
Administrator authored
The function Cbm::File::IsRootFile checks if a file with the given name exists and if this is confirmed it checks if the file is either a ROOT file or a ROOT file stored in a ZIP file. ROOT is able to handle ROOT files stored in a ZIP archive. The function returns true when the file is a ROOT file and false in any other case.
-