- Oct 05, 2023
-
-
Eoin Clerkin authored
-
Eoin Clerkin authored
uses markdown
-
Eoin Clerkin authored
-
Eoin Clerkin authored
For Creation macro to include
-
Eoin Clerkin authored
-
- Oct 02, 2023
-
-
- Sep 25, 2023
-
-
Sergei Zharko authored
-
- Sep 24, 2023
-
-
Adding detector-specific FSD hit producer, currently a very simple ideal one - copying data from digi to hit - adding only geometry information of the center and dimension of the FSD module. Inclusion of FSD into event-building algorithms. Following the templates and just adding cases if the FSD detector objects are processed. Adding FSD to run_reco macros and also to new compiled reco executable. Modified CbmFsdHit class, new constructor with all info needed.
-
- Sep 21, 2023
-
-
Sergey Gorbunov authored
-
- Sep 20, 2023
-
-
Sergei Zharko authored
- point station index definition in the performance - rejection of hits with NaN or Inf parameters - transport macro with box generator for mCBM
-
- Sep 19, 2023
-
-
Sergey Gorbunov authored
-
- Sep 11, 2023
-
-
Sergei Zharko authored
-
Sergei Zharko authored
-
Sergei Zharko authored
-
- Sep 01, 2023
-
-
Sergey Gorbunov authored
-
- Aug 30, 2023
-
-
Sergey Gorbunov authored
-
- Aug 29, 2023
-
-
Sergey Gorbunov authored
-
- Aug 28, 2023
-
-
Sergei Zharko authored
-
Sergey Gorbunov authored
-
Sergei Zharko authored
A CA iteration (L1CAIteration class) represents a set of parameters, dependent from the particular track finder running step. Previously, default iterations were initialized in the CbmL1::Init function with hard-coded values. Now, the default iteration list is provided in the in the configuration file. At the moment there are three main configuration files: ${VMCWORKDIR}/macro/L1/configs/ca_params_sts.yaml -- L1Algo::TrackingMode::kSts ${VMCWORKDIR}/macro/L1/configs/ca_params_mcbm.yaml -- L1Algo::TrackingMode::kMcbm ${VMCWORKDIR}/macro/L1/configs/ca_params_global.yaml -- L1Algo::TrackingMode::kGlobal
-
Sergei Zharko authored
-
-
- Aug 17, 2023
-
-
Sergey Gorbunov authored
-
- Aug 16, 2023
-
-
Sergei Zharko authored
-
- Aug 14, 2023
-
-
Sergei Zharko authored
-
Sergey Gorbunov authored
-
- Aug 07, 2023
-
-
- Aug 03, 2023
-
-
- Aug 01, 2023
-
-
-
Sergei Zharko authored
CA: Rebase on master; updates in QA-task framework; replacement of CbmQaEff with TProfile in CbmCaInputQaSts
-
Sergei Zharko authored
-
- Jul 31, 2023
-
-
Sergey Gorbunov authored
-
- Jul 28, 2023
-
-
- Jul 26, 2023
-
-
Sergey Gorbunov authored
-
- Jul 25, 2023
-
-
Pierre-Alain Loizeau authored
- Introduce the TRD-day1 geometry + related parameters - Remove rejected and broken SIS18 setups - Fix mCBM 2019 03 setup - Remove corresponding temporary filters in macro/geometry CI (Refs #2926)
-
- Jul 21, 2023
-
-
Pierre-Alain Loizeau authored
- Move the check_overlaps macro to macro/geometry - Apply it to all existing setups (minus exclusion list) on Nightly and Weekly builds, using output of examine_materials - Make macro more flexible by using lists of expected overlaps and dedicated functions instead of chained If/Else blocks - Cleanup Expected Overlaps list for main CBM setups - Add expected overlaps for -Bmon in TOF- for special case of APR21 setups - Add Expected Overlaps list for mCBM (either Bmon+Vacuum, internal to detectors or caused by alignment) - Remove outdated/too specialized check_overlaps macros in macro/run and macro/mcbm (+ corresponding CI test)
-
- Jul 19, 2023
-
-
Sergey Gorbunov authored
-
-
- New classes to draw PixelHit depending on (Timeslice, Event) instead of only TreeEntry (=Timeslice in this case) - New classes to draw CbmGlobalTrack depending on (Timeslice, Event) instead of only TreeEntry (=Timeslice in this case) - New CbmTimesliceManager based on FairEventManager + corresponding Editor for the event display GUI - Choice of timeslice with safety check - Choice of event in timeslice with safety check - Calls to GotoEvent methods of new PixelHit and GlobalTrack drawing classes - Pre-sets of Track & PixelHit for sis100e, sis100m and mCBM - Add buttons for next and prev TS in new display - Add views tunned for mCBM in new display - Add support for visibility tuning in xml config + mcbm example - Example macro for mCBM 2022 reco - Add support for align matrices + make unp file optional - Example xml file for geometry view config, tuned for run 2391 and the Nickel setup - Example macro for CBM - Example xml file for geometry view config, tuned for the current SIS100 electron setup - Decouple TS evt display manager from FairEventManager + rel. fixes - Remove inheritance of CbmTimesliceManager from FairEventManager + clone (and cleanup) all required blocks of code from it - Clone FairEveTransparencyControl to CbmTsEveTransparencyControl as only gui element calling FairEventManager instance - Remove call to FairEventManager instance to CbmTimesliceManager one in all Timeslice event display classes - Fix calls to wrong methods in CbmTimeslicePixelHitSetDraw - Fix printout of TS and Event info in main views - Add support for animation and screenshots + fixes
-