- Oct 06, 2022
-
-
Valentina Akishina authored
-
Valentina Akishina authored
-
- Oct 05, 2022
-
-
Omveer authored
-
Omveer authored
current source dir is included for CbmGeoSetup target using target_include_directories() so doesn't need the path in source files now
-
Administrator authored
The header files from subdirectories were expected by ROOT in the wrong directory structure. Pass the header files without the path when generating the dictionary.
-
- Oct 04, 2022
-
-
Omveer authored
Rootmap and pcm files are copied into library directory
-
Omveer authored
unnecessary commands removed which oprated a directory level. like include_directories() link_directories() Now operating on the target directory using target_include_directories() target_link_libraries() commands. generating library target using generate_cbm_library() macro provided by us.
-
Omveer authored
Using exported target via target_link_libraries() Include directories are added to a target via target_include_directories() Generating installation rules for a target and corresponding files via install()
-
Omveer authored
-
- Oct 03, 2022
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Oct 01, 2022
-
-
Valentina Akishina authored
-
- Sep 30, 2022
-
-
-
-
Omveer authored
-
Omveer authored
To extend visibility, GLOBAL option added to IMPORTED library Target KFParticle, AnalysisTreeBase, AnalysisTreeBase and NicaFeatures. IMPORTED_LOCATION and INTERFACE_INCLUDE_DIRECTORIES (List of public include directories requirements for a library) properties are fixed for all Targets. NicaDataFormat, NicaGen, NicaCut, and NicaAna IMPORTED library Targets added in InstallNicaFemto.cmake module.
-
Omveer authored
-
Omveer authored
-
Omveer authored
-
Omveer authored
Using NAMESPACE, different targets are created. FairRoot::FairTools FairRoot::Alignment FairRoot::ParBase FairRoot::GeoBase FairRoot::MbsAPI FairRoot::Base FairRoot::EventDisplay FairRoot::TrkBase FairRoot::Gen FairRoot::BaseMQ FairRoot::ParMQ FairRoot::Geane
-
- Sep 29, 2022
-
-
Since L1 now uses VC the code can also be compiled if SSE isn't available. In this case VC will fallback to scalar.
-
- Sep 28, 2022
-
-
Added protection against out-of-sequence timeslice reading to CbmSourceTs::ReadEvent(). This is not supported but could previously be requested by the user, leading to unexpected behavior.
-
Valentina Akishina authored
-
Administrator authored
-
Administrator authored
Linking the MQ TSA binaries on Debian11 need an additional boost library as well as a reordering of the link libraries.
-
- Sep 27, 2022
-
-
Administrator authored
The FindPackage module files are not needed any longer. The packages are now found using the CMake config files installed by the packages themself.
-
Administrator authored
Use cmake FindPackage config files instead of the self written FindPackage module files. The FindPackage config files are created by the developers themself and installed with external dependencies. Add missing CMake variables which are not defined any longer by the self written FindPackage module files.
-
Due to some changes in CbmRoot recently the existing PATH and LD_LIBRARY_PATH variable were overwritten when sourcing the config scripts (config.sh and config.csh) whithout additional parameter -a or -p. This commit change the default setting such that the new paths are appended to the existing PATH and (DY)LD_LIBRARY_PATH.
-
Do some Minor fixes.
-
To become independent from the FairRoot macros and scripts, simply add the needed macros in cmake/modules and input needed to generate the scripts into cmake/scripts. Change copied macros such that the input needed to generate the scripts is taken from the local cmake/scripts directory.
-
- Sep 26, 2022
-
-
- Sep 23, 2022
-
-
Previously, radiation thickness of materials that transversed a cut boundary were ignored, leading to an underestimation of radiation length. Fixes this. Allow non equidistant station cuts, such as is needed for the new 5+3 station STS geometries. Fixes MC generator to start before the first station of the STS. Sets the MC generate to the target position for angle generator.
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-