Skip to content
Snippets Groups Projects
  1. Apr 01, 2021
  2. Mar 31, 2021
  3. Mar 30, 2021
  4. Mar 29, 2021
  5. Mar 26, 2021
  6. Mar 25, 2021
  7. Mar 24, 2021
  8. Mar 22, 2021
  9. Mar 19, 2021
  10. Mar 18, 2021
    • Administrator's avatar
      Prepare TOF code for new geometry tof_v20a · 9febf709
      Administrator authored
      Don't use tof digi parameter file any longer in the digitization step.
      The needed information is meanwhile taken from the TGeoManager.
      
      Initialize tof geometry parameters in the simple clusterizer from the
      TGeoManager, as it is already done in the event clusterizer and the digitizer.
      
      Add a special case in the TofGeoManager for the tof_v20a geometry.
      The geometry has to be treated as v14a.
      9febf709
  11. Mar 17, 2021
    • Pascal Raisig's avatar
      Fix missing include statement · ddef2952
      Pascal Raisig authored
      iomanip was missing, somehow neither gcc on linux nor clangd cared for it.
      ddef2952
    • Pascal Raisig's avatar
      Add a safety to capture digi=nullptr · ac7fc23b
      Pascal Raisig authored
      In the processing routines for empty digi branches a situation could appear,
      where nullptr were forwarded to unprotocted functions.
      Now a protection against this situation and a safety against nullptr is implemented.
      ac7fc23b
Loading