- May 09, 2023
-
-
Christopher Rob Jones authored
Prepare LHCb v54r8 See merge request !4115
-
Christopher Rob Jones authored
-
Sebastien Ponce authored
Update References for: !4106, Alignment!376, Analysis!981, DaVinci!899 based on lhcb-master-mr/7800 See merge request !4111
-
Sebastien Ponce authored
generate meaningfull unique deterministic names for unpackers, decoders, fetchers, ... See merge request !4106
-
RefBot authored
Update References for: !4106, Alignment!376, Analysis!981, DaVinci!899 based on lhcb-master-mr/7800
-
- May 08, 2023
-
-
Rosen Matev authored
add hash to name of Online output alg See merge request !4080
-
Gerhard Raven authored
-
Sebastien Ponce authored
Update UT Channel ID and geometry See merge request !2995
-
-
- May 06, 2023
-
-
Sebastien Ponce authored
Reduce the number of `bind` statements needed: improved configuration (derivation) of SourceIDs See merge request !4110
-
- May 05, 2023
-
-
Gerhard Raven authored
If a function 'f' calls a function 'g' where 'g' is a configurable, remove any argumentfs from 'f' which are solely used to call 'g' and which are 'configurable' by binding 'g' This removes the need to (consistently) bind both 'f' and 'g', and instead only requires 'g' to be bound. Basically, bind-able arguments which only exist to configure layers 'below' the current should not be there. In addition, add dedicated python 'HltSourceID' enum, and add a single mapping of process-id to source-id. Use this 'HltSourceID' to verify the validity of arguments.
-
- May 04, 2023
-
-
Sebastien Ponce authored
Update References for: !4108 based on lhcb-master-mr/7773 See merge request !4109
-
Sebastien Ponce authored
Apply lumi counter shifts and scales when decoding/writing/monitoring See merge request !4108
-
-
RefBot authored
-
- May 03, 2023
-
-
Sebastien Ponce authored
Packing: Allow dependencies to be anonymized See merge request !4055
-
Sebastien Ponce authored
Combining RawBank::Views for RawBanks SP See merge request !3942
-
-
Gerhard Raven authored
and some additional tweaks: - add some edditional ErrorCodes - replace MappedInBuffers::dump with friend operator<< - RelationsPackers now take advantage of pointers in the LinkManager of the packed objects which are now present (thanks to the recursive unpacking) and point at the referenced objects in the event store (provided those exist)
-
Gerhard Raven authored
Allow containers which, for a given event, are only packed for dependency resolution to be 'anonymized' - introduce an 'encoder' and 'decoder' front-end to the ANNSvc which keeps track of the mapping from location IDs to 'anonymized' TES locations for a given event - if configured accordingly, do not use the ANNSvc to generate a locationID for depedencies, but use a 'local' number - adapt the unpacking to allow it to unpack anonymized locations
-
Sebastien Ponce authored
Fix comparison operator for entries in relation tables Closes Moore#559 See merge request !4104
-
Sebastien Ponce authored
Fixed bug in counter diffs, leading to empty missing/extra counter statements See merge request !4107
-
- May 02, 2023
-
-
Sebastien Ponce authored
-
- Apr 29, 2023
-
-
Sebastien Ponce authored
Change list of algorithms in FSR periodic flush test See merge request !4103
-
- Apr 28, 2023
-
-
Marco Clemencic authored
this should avoid an edge case where the first or last events are not recorded in a periodic flush
-
Gerhard Raven authored
-
- Apr 26, 2023
-
-
Sebastien Ponce authored
Moved cluster max width to a constant rather than an option See merge request !4084
-
Sebastien Ponce authored
Fixed detdesc ref for velo_motion_from_yaml_pyconf See merge request !4095
-
Sebastien Ponce authored
-
- Apr 25, 2023
-
-
Sebastien Ponce authored
fix recsummary necalcluster See merge request !4066
-
- Apr 24, 2023
-
-
Louis Henry authored
-
Sebastien Ponce authored
Make the FileSummaryRecord.periodic_flush test more reliable See merge request !4061
-
Sebastien Ponce authored
Add input_process option to Moore See merge request !4017
-
-
- Apr 23, 2023
-
-
Chris Burr authored
Add suggestion to use qmtexec if .qmt file is given to lbexec See merge request !4081
-
-
- Apr 22, 2023
-
-
Sebastien Ponce authored
Dropped usage of GaudiAlgorithm where it is not needed See merge request !4056
-
- Apr 21, 2023
-
-
Sebastien Ponce authored
Fix FT odd bank detection See merge request !4077
-
-
- Apr 20, 2023
-
-
Marian Stahl authored
-