- Jun 08, 2021
-
-
Eoin Clerkin authored
Decision to not use doxygen for licence headers. Removes doxygen formatting and file tag.
-
- Jun 05, 2021
-
-
Eoin Clerkin authored
Pulls some author and date information from previous headers, adds this to information from the svn and git repositories. Inlude the standard copyright header to approximately 2000 files with institute of original committer as copyright holder. Contributing authors from previous declaration and repository records.
-
- Jun 02, 2021
-
-
Administrator authored
With the previous commit for some Linux systems the needed link dependency for the thread library was missing. This commit add this dependency again.
-
Administrator authored
Limit the linking to the necessary ROOT libraries. When linking agains all ROOT libraries defiened in the cmake variable ROOT_LIBRARIES a link error occured on macosx 11.4 since the freetype library wasn't found. It turned out that only 2 or 3 ROOT libraries are really needed to properly link the executables.
-
- May 31, 2021
-
-
Eoin Clerkin authored
Files with detected previous copyright or authorship skipped. Copyright claimed for the current or last CBMC institute of the original commiter to the SVN or GIT repositories. File distributed under GNU public license version 3.0 declared. Revert "Adds license header to .cxx, .cpp, .h, and .C files" This reverts commit 94da1500. Removes one blank line Revert "Removes one blank line" This reverts commit a8e5e236. Preemptive empty lines removal If first two lines of a file are empty, or have spaces and tabs only then remove the lines. Revert "Preemptive empty lines removal" This reverts commit da38bf5d. Add empty line For stylistic reasons, an empty line is added after doxygen header. Revert "Add empty line" This reverts commit 30491934. Puts space between includes. Revert "Puts space between includes." This reverts commit 468b7024. Add multiple authors tag Lists authors in order of their contribution Revert "Add multiple authors tag" This reverts commit f5d3e748. Removes empty line on one file for clang format compliance. Revert "Removes empty line on one file for clang format compliance." This reverts commit fbac8bad. Small changes as per requested. Add small (o) to original commiters username. Adds running 10 percent instead of line count treshold for contributors. Revert "Small changes as per requested." This reverts commit 84af7b5f. Long form of names Word originator beside original committer of file. Revert "Long form of names" This reverts commit 759426e2. Add space between comma seperated double affilliation institutes
-
- May 27, 2021
-
-
Administrator authored
The problem with missing include files only becomes obvious after clang-format changed the order of the include statements.
-
Administrator authored
The latest version of our formating rules is applied to all header and source files as well as to the macros using clang-format 11.0.
-
- 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.
-
-