- Sep 14, 2021
-
-
Miguel Ramos Pernas authored
-
- Sep 03, 2021
-
-
Christoph Hasse authored
fix: make !2660 backwards compatible with Gaudi v36r0 See merge request !3224
-
- Sep 02, 2021
-
-
Christoph Hasse authored
Merge branch 'ref_bot_LHCb3036_Rec2527_Brunel1164_Allen637_Moore844_DaVinci568_Panoramix103_MooreAnalysis47' into 'master'
Update References for: !3036, Rec!2527, Brunel!1164, Allen!637, Moore!844, DaVinci!568, Panoramix!103, MooreAnalysis!47 based on lhcb-master-mr/2809 See merge request !3223 -
Christoph Hasse authored
RawbankView for createODIN See merge request !3036
-
-
Christoph Hasse authored
-
- Sep 01, 2021
-
-
Christoph Hasse authored
Update References for: !2660, Rec!2485, Alignment!205 based on lhcb-master-mr/2785 See merge request !3220 -
Christoph Hasse authored
Implement math for 2D measurements See merge request !2660
-
-
Christoph Hasse authored
Update References for: !3036, Rec!2527, Brunel!1164, Allen!637, Moore!844, DaVinci!568, Panoramix!103, MooreAnalysis!47 based on lhcb-master-mr/2809 -
Christoph Hasse authored
Propagate DETECTOR_PROJECT_ROOT environment variable See merge request !3218
-
Christoph Hasse authored
-
- Aug 31, 2021
-
-
Christopher Rob Jones authored
Add additional method to Rich MC Optical Photon helper See merge request !3174
-
Christopher Rob Jones authored
Add additional method to Rich MC Optical Photon helper to find photons associated to given RICH hits and MCParticles
-
Christoph Hasse authored
make code compatible with gaudi/Gaudi!1249 See merge request !3217
-
- Aug 30, 2021
-
-
Rosen Matev authored
With the new CMake configuration it is necessary to explicitly define what goes into the runtime environment, so `DETECTOR_PROJECT_ROOT` is added. In addition, DD4hep is added to LD_LIBRARY_PATH to allow using a local build.
-
Gerhard Raven authored
-
- Aug 24, 2021
-
-
Christoph Hasse authored
Revert "Merge branch 'mveghel-th3support' into 'master'" See merge request !3207
-
Christoph Hasse authored
This reverts merge request !3112
-
- Aug 23, 2021
-
-
Christoph Hasse authored
add support for TH3 reading from conditions DB See merge request !3112
-
Maarten Van Veghel authored
-
- Aug 21, 2021
-
-
Christoph Hasse authored
Created an LHCb specific version of Functional base classes See merge request !3187
-
- Aug 20, 2021
-
-
Christoph Hasse authored
Take advantage of namespace nesting See merge request !3184
-
Christoph Hasse authored
Drop usage of GaudiAlgorithm in favor of Gaudi::Algorithm See merge request !3181
-
-
Sebastien Ponce authored
-
Christoph Hasse authored
Tweak track_v3: See merge request !3185
-
Christoph Hasse authored
Change HltPackedDataWriter compression method See merge request !3191
-
- Aug 19, 2021
-
-
Sebastien Ponce authored
Namely, all easy case are done (the ones where FixTESPath<Gaudi::Algorithm was already the base class) And on top the whole DAQ/DAQUtils package has been ported to them and thus moved to Gaudi::Algorithm
-
Sebastien Ponce authored
The idea is to be able to customize them for LHCb if needed. The first customization leading to the creation of them is changing the default underlying Algorithm to Gaudi::Algorithm rather than GaudiAlgorithm
-
Gerhard Raven authored
* rename `to_soa_track_type` to `to_v3_track_type` * avoid double checking: do not check in forwarding functions what the target function will also check
-
- Aug 18, 2021
-
-
Christoph Hasse authored
Implement `get_pointer(std::optional)` See merge request !3193
-
Christoph Hasse authored
Minor fix to STDOPTS definition See merge request !3169
-
Lucas Meyer Garcia authored
-
- Aug 17, 2021
-
-
Gerhard Raven authored
equivalent of get_pointer( boost::optional ) for std::optional ( see https://www.boost.org/doc/libs/1_77_0/libs/optional/doc/html/boost_optional/reference/header__boost_optional_optional_hpp_/detailed_semantics___free_functions.html#reference_free_get_pointer ) returns a pointer to the payload of the `std::optional` if it is engaged, or nullptr in case it is not.
-
Rosen Matev authored
Clustering upgrade from 3x5 to 3x3 matrix geometry See merge request !3163
-
-
- Aug 16, 2021
-
-
Rosen Matev authored
Modernize UTDet See merge request !3189
-
- Aug 15, 2021
-
-
Gerhard Raven authored
-
Gerhard Raven authored
-