- Mar 07, 2025
- Mar 06, 2025
-
-
Pierre-Alain Loizeau authored
-
Administrator authored
With newer version of macosx and/or XCode the Geant3 code compiles without problems but when it comes to memory allocation during runtime the execution crashes. Up to now the underlying problem couldn't be identified. Change CI tests such that on macosx only Geant4 is used. On Linux still Geant3 is used as simulation engine.
-
- Jan 21, 2025
-
-
Sergei Zharko authored
-
- Dec 12, 2024
- Nov 22, 2024
-
-
Introduce cfv as test
-
- Nov 14, 2024
- Oct 14, 2024
-
-
Sergei Zharko authored
-
- Sep 06, 2024
-
-
Dominik Smith authored
-
Dominik Smith authored
Added macro run_unpack_tsa_algo.C with exemplary execution.
-
- Aug 28, 2024
-
-
- Jun 21, 2024
-
-
Sergei Zharko authored
- adding TsEventHeader and TimeSlice. branch to the run_inspect_digi_timeslice.C macro
-
- Jun 16, 2024
- Jun 12, 2024
-
-
The commit introduces the possibility of the specific QA task configuration withing the QA-config yaml file. In the yaml-file, the configuration should be defined under qa/<task name>/specific node. On the task side the configuration is represented with a plain structure (Config), which can be defined using the function std::optional<Config> CbmQaTask::ReadSpecificConfig<Config>() in the task initialization function (for expample see the CbmCaInputQaBase class implementation). The specific configuration feature is optional and can rely on the default-initialized Config structure, so the "specific" branch of the QA-configuration file is not mandatory.
-
- Jun 03, 2024
-
-
- May 23, 2024
-
-
Sergei Zharko authored
1. CbmQaTask[BUGFIX]: default run over entire time-slice, if the opposite is not required explicitly (fixes a repeated loop over hits in the CA input QA) 2. mcbm_qa.C: modifications to run on the real data 3. New histograms for the CbmCaSetupQa task 4. Installation rules are added for the create_mcbm_geo_setup.C and run_recoQa.C macros
-
- May 22, 2024
-
-
Sergei Zharko authored
[bugfix]: offline QA: ECbmRecoMode::Timeslice as a default for data processing in the CbmQaTask class
-
- May 07, 2024
-
-
The tracking parameter file extention is changed from "L1Parameters.dat" to "ca.par" in the offline data reconstruction in order to keep a consistency with the naming rule, used in the online tracking chain.
-
- Apr 22, 2024
-
-
- Mar 21, 2024
-
-
- Mar 20, 2024
-
-
- Mar 19, 2024
-
-
- Feb 27, 2024
-
-
- Feb 22, 2024
-
-
- Feb 21, 2024
-
-
- Feb 18, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Feb 15, 2024
-
-
- Feb 06, 2024
-
-
- Jan 16, 2024
-
-
- Jan 04, 2024
-
-
-
Pass the correct information about the reconstruction mode (event or time based) to the MVD cluster and hit finder. Switch of MVD reconstruction when running in event based mode using the real event builder since the MVD is currently not supported by the real event builder. The tests from macro/C2F, macro/much and macro/dimuon still uses the old macro run_reco_event.C which uses the macro reconstruct.C. The file defines the reconstruction topology. The reconstruction used in C2F needs to use the Ideal eventbuilder while the reco macro in dimuon doesn't produce tracks when using the Ideal event builder. Add the posibility to switch the usage of the ideal event builder on/off. The test from both directories should use the macro run_reco.C in future.
-
- Dec 20, 2023
-
-
- Dec 18, 2023
-
-
This MR introduced minor updates to the cbmreco_offline and cbm_atconverter binary: - colored log ouput - forward declaration of classes in header files - new function to get cbmsim tree from file - use consistently "firstTs" and "numTS" to set start event and number of processed events, respectively -STS track matching
-