- Mar 20, 2024
-
-
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
-
-
- Jan 17, 2024
-
-
Maarten Van Veghel authored
-
- Jan 16, 2024
-
-
Christopher Rob Jones authored
-
- Jan 15, 2024
-
-
Christopher Rob Jones authored
-
Roel Aaij authored
-
Sebastien Ponce authored
-
- Jan 13, 2024
-
-
Gerhard Raven authored
this allows a Relation of Particle -> VertexBase to be created from links to a container of RecVertex (which derives from VertexBase) by explicitly recognizing that the target container is not a container of VertexBase, and trying whether it is a container of RecVertex instead
-
Gerhard Raven authored
-
Gerhard Raven authored
-
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
- in addition, for backwards-compatibility, add fall-back in case a SharedObjectsContainer is requested to be unpacked, but a KeyedContainer is packed
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-