- Mar 14, 2024
-
-
Gitlab CI authored
patch generated by https://gitlab.cern.ch/lhcb/LHCb/-/jobs/35429884
-
Wouter Hulsbergen authored
-
Sevda Esen authored
-
Wouter Hulsbergen authored
-
Wouter Hulsbergen authored
perform some renaming of locations and revert back changes to get closer to master and be better backward compatible
-
Wouter Hulsbergen authored
-
Wouter Hulsbergen authored
-
Wouter Hulsbergen authored
- moved 'populate' code to Rec - further optimized packing by not storing fields that can be recomputed - adapted the unbiased code to use 'velosegmentids' derived from LHCbIDs
-
Wouter Hulsbergen authored
-
Wouter Hulsbergen authored
removed old PrimaryVertex class and replaced by simple new one
-
Wouter Hulsbergen authored
-
Wouter Hulsbergen authored
- use this as a base class of ExtendedPrimaryVertex, the class stored by PrimaryVertexContainer - introduce old--style packers/unpackers for PrimaryVertex - added constexpr to propertyName of old-style packers - added packing_mapping for soatype packers
-
Wouter Hulsbergen authored
-
Wouter Hulsbergen authored
- add pv unpacking to simple output check
-
Wouter Hulsbergen authored
-
Wouter Hulsbergen authored
- add routine to return single refitted unbiased vertex
-
Wouter Hulsbergen authored
PrimaryVertexContainer - added unit test for PrimaryVertices
-
Wouter Hulsbergen authored
- streamlined PV unbiasing code - updated Particle packing checker
-
Sevda Esen authored
add properties needed for packing to PrimaryVertices added PrimaryVertices to selective packer/unpacker
-
Gerhard Raven authored
-
Gerhard Raven authored
and make `unpack` return a StatusCode to know when an unpacker has failed, in which case, if available, another unpacker for the same CLID can be tried
-
Gerhard Raven authored
-
- Mar 03, 2024
-
-
- Feb 27, 2024
-
-
- Feb 26, 2024
-
-
- Feb 25, 2024
-
-
- Feb 21, 2024
-
-
- Feb 20, 2024
-
-
Gerhard Raven authored
-
- Feb 14, 2024
-
-
- Feb 10, 2024
-
-
- Feb 01, 2024
-
-
Rosen Matev authored
-
- Jan 30, 2024
-
-
Sebastien Ponce authored
-
- Jan 28, 2024
-
-
- Jan 26, 2024
-
-
Gerhard Raven authored
- add code to support Tagger::TagResult as strong enum - getters return enum instead of short int - setters require enum instead of short int
-
- Jan 23, 2024
-
-
Andre Gunther authored
-
Andre Gunther authored
-
Andre Gunther authored
-
Gerhard Raven authored
- improve use of flags by using generic functions to set/get, and compute offsets from values, instead of defining them coherently - add [[nodiscard]] where appropriate - avoid comparing SmartRef to 0 - have setters return reference to *this - declare operator<< into the smallest possible scope so it does not pollute the global namespace -- and implement in in the .cpp file instead of in the header file. Also, prefer '\n' over std::endl to avoid flusing the stream midway
-
- Jan 20, 2024
-
-
Maarten Van Veghel authored
-
- Jan 18, 2024
-
-