Skip to content
Snippets Groups Projects
  1. Aug 14, 2023
  2. Aug 09, 2023
  3. Aug 07, 2023
  4. Aug 04, 2023
    • Sergey Gorbunov's avatar
    • Administrator's avatar
      Fix mvd digi links · 26861e5e
      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.
      26861e5e
    • Lena Rossel's avatar
      Fix errors in nr. of primary ionizations calculation · 7c81dfa1
      Lena Rossel authored and Florian Uhlig's avatar Florian Uhlig committed
      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.
      7c81dfa1
    • Adrian Meyer-Ahrens's avatar
      Several fixes for the PAPA Framework (squashed) · b5def6e4
      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
      b5def6e4
  5. Aug 03, 2023
  6. Aug 01, 2023
  7. Jul 31, 2023
  8. Jul 28, 2023
  9. Jul 27, 2023
  10. Jul 26, 2023
  11. Jul 25, 2023
  12. Jul 21, 2023
    • Pierre-Alain Loizeau's avatar
      [CTEST] Re-introduce Nightly/Weekly test of overlaps in geo setups · 0de13605
      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)
      dev_2023_30
      0de13605
  13. Jul 19, 2023
Loading