- Oct 06, 2021
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Christoph Hasse authored
Create LHCb specific version of MergingMultiTransformerFilter. See merge request !3274
-
- Oct 04, 2021
-
-
Rosen Matev authored
Release notes and dependencies for LHCb v53r3 See merge request !3276
-
Rosen Matev authored
-
- Oct 01, 2021
-
-
Lucas Meyer Garcia authored
-
Christoph Hasse authored
RefBot going live! See merge request !3272
-
Christoph Hasse authored
-
- Sep 30, 2021
-
-
Christoph Hasse authored
Migrate to LHCb::Algorithm See merge request !3267
-
- Sep 29, 2021
-
-
Christoph Hasse authored
Spruce reports to RawBanks, further cleanup of HltDAQ See merge request !3260
-
- Sep 28, 2021
-
-
Christoph Hasse authored
Move Packing related algorithms to Event/EventPacker See merge request !3269
-
-
- Sep 27, 2021
-
-
Christoph Hasse authored
add support for TH3 reading from conditions DB See merge request !3208
-
- Sep 26, 2021
-
-
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
-
Christoph Hasse authored
LHCbAlgs: add missing MultiTransformerFilter in LHCb::Algorithms namespace See merge request !3266
-
- Sep 25, 2021
-
-
Gerhard Raven authored
-
- Sep 24, 2021
-
-
Gerhard Raven authored
- remove support for run1-style 'joined' Hlt1/Hlt2 RawBank SourceID concretely: there must now be a one-to-one correspondence between the sourceID, and the list of decisions that need to be decoded. - remove unused HltTrackReports{Writer,Decoder} - factor out SourceID enum so a single definition can be shared - add support for `Property<SourceID>` and use that instead of `Property<int>` + updatehandler or checks in initialize - given the above, decoder components no longer have include their corresponding writer header files - amalgamate component header files into the corresponding source files - migrate HltDiffHltDecReports to LHCb::Algorithm::Consumer - make HltLumiWriter thread-safe - prefer MsgCounter over Error(...) and Warning(...) - prefer span over bare pointer - start putting code in the LHCb::Hlt::DAQ namespace instead of adding `using namespace LHCb`
-
Rosen Matev authored
Release notes and dependencies for LHCb v53r2 See merge request !3265
-
Rosen Matev authored
-
- Sep 23, 2021
-
-
Marco Cattaneo authored
Revert FTRawBankEncoder to produce raw event only See merge request !3262
-
- Sep 22, 2021
-
-
Christoph Hasse authored
Remove workaround for gcc9 See merge request !3261
-
- Sep 21, 2021
-
-
Christoph Hasse authored
Rationalize names See merge request !3255
-
Sevda Esen authored
-
Sevda Esen authored
-
Marco Cattaneo authored
-
- Sep 19, 2021
-
-
Christoph Hasse authored
Modernize & Tweak HltDAQ See merge request !3257
-
- Sep 18, 2021
-
-
Gerhard Raven authored
- prefer LHCb::Algorithm over Gaudi::Functional (and, as a consequence replace Error(...) with MsgCounter<...>) - throw error in case of overlapping keys between Hlt1 and Hlt2 - prefer `Property<std::array>` over `Property<std::vector>` with check that size is always 3... - check for valid SourceID using an update handler instead in initialize
-
Christoph Hasse authored
make DISABLE_TOOL to allow arguments See merge request !3246
-
Christoph Hasse authored
Add gcc11 and clang12 platforms to PlatformInfo See merge request !3253
-
- Sep 17, 2021
-
-
Ben Couturier authored
Fixes for DD4hep See merge request !3119
-
Christoph Hasse authored
Add missing header to get boost::hash in Boost 1.77 See merge request !3227
-
Christoph Hasse authored
Remove implicit ordering assumption of LHCbIDs when converting to a v3::Track See merge request !3249
-
-
- Sep 16, 2021
-
-
Gerhard Raven authored
- rename LHCb::Pr::FT::PrSciFiHits into LHCb::Pr::FT::Hits - add a (deprecated) using statement for PrSciFItHits - move {Hot,Cold}HitInfo types into the Hits scope
-
- Sep 15, 2021
-
-
Marco Cattaneo authored
-