- Aug 21, 2024
-
-
Sergei Zharko authored
-
Sergei Zharko authored
cbm::algo::ca::TrackParamBase (and derivatives) are moved to the KfCore library (now, cbm::algo::kf::TrackParamBase) Additionally, dependiencies are cleaned-up
-
Sergei Zharko authored
-
- Aug 15, 2024
-
-
Sergey Gorbunov authored
-
- Aug 05, 2024
-
-
Axel Puntke authored
- Aug 02, 2024
- Aug 01, 2024
-
-
-
Sergey Gorbunov authored
-
-
-
-
Dominik Smith authored
- Cleaned up ca::TripletConstructor. - Removed fCurrentIterationIndex and access to it from ca::WindowData.
-
- Removed access to ca::Framework from ca::TrackExtender, ca::TrackFitter ca::TripletConstructor, ca::CloneMerger, ca::TrackFinder and ca::TrackFinderWindow. - Simplified the interfaces of these classes. - General instruction-wise cleanup of these classes (applied std functions in some places etc.). In particular, streamlining of ca::TrackFinder. - Made debugging functions in ca::Framework static. - Moved TrackingMode enum from CaFramework.h to CaParameters.h (needed to avoid cyclic header file dependency). - Moved some magnetic-field dependent variables to ca::TripletConstructor (they are only used there). - Restricted the scope of many variables, i.e. turned class-fields into local variables in many instances (e.g. fvMonitorDataThread, fvTrackFinderWindow, fTrackingMode, fvWData, fvWindowStartThread, fvWindowEndThread, fvStatNwindows, fvStatNhitsProcessed, fvHitFirstTriplet and fvHitNofTriplets). - Eliminated the Init() functions of some classes. Moved initialization to the constructors. - Improved distinction between class-parameters and working data. Class parameters are passed to constructor, working data is passed as arguments to function calls.
-
- Jul 31, 2024
-
-
Administrator authored
The OS of run4 was upgraded to Debian12 so we need to update the CI runner on that machine.
-
- Jul 24, 2024
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
-
Pierre-Alain Loizeau authored
- Store logs of each step in temp file + check if success pattern found - Stop early if a step fails - Fix some warnings for printf usage from ShellCheck online checker - Fix some variables names (typos?) found by ShellCheck - Avoid overwriting reco output with symbolic link - In L1 macro, avoir error if output folder already existing (mkdir option) - In L1 macro, set verbosity one level up to LOW to see severity
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
- Jul 22, 2024
-
-
Pierre-Alain Loizeau authored
-
-
Pierre-Alain Loizeau authored
-
-
- Jul 17, 2024
-
-
Add generation of Jupyter kernelspec files to support Root & CbmRoot classes in Python3. Generation is performed by cmake and the files are placed at <build/install>/share/jupyter/. Some documentation is provided in docs/jupyter.
-
- Jul 15, 2024
-
-
Pierre-Alain Loizeau authored
=> Due to noisy unconnected channel not being masked in HW during mCBM 2024 data taking (and probably 2022 one)
-
Florian Uhlig authored
-
- Jul 10, 2024
- Jul 09, 2024
-
-
- Add option to provide the start time fo the run - Make it so that current time at Reco::Init is used if not provided - Add new general QA of the Reco process with two plots: ==> Count of TS as function of start time in run ==> Fraction of expected TS as function of start time in run
-
-
-
-
-
-
- Jul 04, 2024
- Jul 03, 2024
-
-
Sergei Zharko authored
1. CbmPVFinderKFGlobal: fix of track access 2. reco_mcbm.sh: default parameter path for the online binary is ${VMCWORKDIR}/parameters/online (explicit pass is not required anymore) 3. mcbm_event_reco_L1.C optional PV-finder routine 4. CbmGlobalTrack.h: TODO is added
-