- Aug 04, 2023
-
-
Administrator authored
The mvd digitizer distributes the MC points into several new arrays which are used for the different sensors. This distribution does not allow to use any longer the index in the array to link the proper MC information. To vercome the problem the index in the original array is added as a data member to the MC point. Correctly store information about contributing MC points in MvdPixelCharge.
-
Add missing break statements (Dennis Spicker) Without these break statements, the resulting gamma would always be the one for the highest Bethe-Bloch value. Fix calculation of gamma (Lena Rossel) Change speed of light to 1. Momentum and mass are given in GeV, therefore speed of light does not need to be c=3e8.
-
Adrian Meyer-Ahrens authored
- Add protection in CheckParticleSource for Tracks without MC Track - Add label for EventStartTime variable - Fix mass dependent weighting for single tracks from thermal source - Fix typo in mother pdg for qgp radiation - Fix weighting of pluto particles from different mothers - Fix mass dependent scaling for comb. pairs from thermal sources - Assign mctrack pointer directly instead of creating it as nullptr first - Move include TClonesArray outside of ifndefin PairAnalysisMC, remove from PairAnalysisPair - Dont define MCtrack as nullptr but assign it directly - Change uses of 0x0 to nullptr See !1261 for original description and discussion
-
- Aug 03, 2023
-
-
-
-
-
Felix Weiglhofer authored
-
- 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
-
-
Sergey Gorbunov authored
-
-
-
-
- Jul 27, 2023
-
-
Sergey Gorbunov authored
-
- Jul 26, 2023
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
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
-
- Evt disp: Fix crash due to uninitialized var + related modern C++ updates - Remove old style constructors - Use chained constructors - Initialize all members to default in header file, solving crash in Reset method due to uninitialized fEveTrList if no name provided to constructor - Add draw of TOF part of global track if present
-
- Jul 18, 2023
-
-
Fix typo in package name. Properly handle checks for python.
-
Pierre-Alain Loizeau authored
Needed until CbmSoft/cbmroot_geometry!228 is merged and removes them
-
Pierre-Alain Loizeau authored
-