Skip to content
Snippets Groups Projects
  1. Sep 15, 2022
  2. Jul 27, 2022
  3. Jul 01, 2022
  4. Jun 19, 2022
  5. Jun 18, 2022
  6. May 06, 2022
  7. Mar 31, 2022
    • Sebastien Ponce's avatar
      Removed duplication of channelIDs between LHCb and Detector. Kept Detector ones · 64159948
      Sebastien Ponce authored
      Files dropped at this stage :
          Kernel/LHCbKernel/include/Kernel/CaloCellID.h
          Kernel/LHCbKernel/include/Kernel/FTChannelID.h
          Kernel/LHCbKernel/include/Kernel/MuonTileID.h
          Kernel/LHCbKernel/include/Kernel/UTChannelID.h
          Kernel/LHCbKernel/include/Kernel/VPChannelID.h
          Kernel/LHCbKernel/src/VPChannelID.cpp
      
      The rest of the code has been adapted to use native namespace from the Detector package
      64159948
  8. Sep 26, 2021
    • Gerhard Raven's avatar
      Migrate to LHCb::Algorithm · 1d373fb5
      Gerhard Raven authored
      - and thus, impliclicitly, to Gaudi::Algorithm
      - also, migrate away from UTAlgBase:
         - specify DeUTDetector as dependency
         - use ToolHandle for readout tool
      - prefer standalone functions in anonymous namespaces over member functions
      1d373fb5
  9. Aug 17, 2021
  10. Jul 12, 2021
  11. Jun 29, 2021
  12. May 28, 2021
  13. Feb 10, 2021
  14. Feb 05, 2021
  15. Apr 10, 2020
  16. Apr 06, 2020
    • Federico Lazzari's avatar
      Updated Retina Clustering · 9bec23f7
      Federico Lazzari authored and Rosen Matev's avatar Rosen Matev committed
      VPRetinaMatrix: changed pattern for sensors on the modules back
      VPRetinaClusterCreator: removed cluster sorting
      VPRetinaFullClustering: creator of full cluster with pixel channelIDs
      9bec23f7
  17. Jan 08, 2020
  18. Dec 19, 2019
  19. Dec 18, 2019
  20. Sep 30, 2019
  21. Aug 05, 2019
    • Gerhard Raven's avatar
      Tweak VPDAQ · f28ffd13
      Gerhard Raven authored
      * avoid copying sensors in loops
      * remove redundant destructor, initialize
      * do not explicitly cache the already implicitly cached output level
      * prefer std::array and fill over raw array and memset
        (note: this does not change the generated assembly)
      * prefer std::byte for 'raw' data
      * replace the magic literal 208 with VP::NSensors
      * prefer addBank over createBank/adoptBank
      * prefer passing span to addBank instead of seperate length/pointer
      * prefer stack memory for local working space
      f28ffd13
Loading