- Jan 15, 2025
-
-
Sebastien Ponce authored
-
- Oct 28, 2024
-
-
Christopher Rob Jones authored
-
- May 23, 2024
-
-
- Jan 15, 2024
-
-
Sebastien Ponce authored
-
- Jan 13, 2024
-
-
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
-
- Dec 08, 2023
-
-
- Nov 17, 2023
-
-
- Sep 25, 2023
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- Feb 07, 2023
-
-
Sevda Esen authored
-
Sevda Esen authored
-
- Jan 16, 2023
-
-
Gerhard Raven authored
-
- Oct 24, 2022
-
-
Gerhard Raven authored
-
- Oct 12, 2022
-
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
TrackPacker: Explicitly save packing version to stream buffer, and use correct method to check packing version where needed
-
Christopher Rob Jones authored
-
-
- Apr 12, 2022
-
-
- Nov 11, 2021
-
-
- Nov 02, 2021
-
-
On the way, a PackerBase class was created to host common code and some cleanup was also performed
-
- Aug 04, 2021
-
-
Gerhard Raven authored
* prefer std::abs over fabs * convert {Un,}PackPrimaryVertices, {PVToRec,RecToPV}Converter to Gaudi::Functional * prefer Gaudi::Property over declareProperty * prefer range-based loops
-
Gerhard Raven authored
-
Gerhard Raven authored
* unify function names to allow the code that uses them be more generic * prefer generic functions over cut-paste-modified code * use emplace_back the way it is intended * prefer fmt::format over std::stringstream * prefer Gaudi::Property * prefer switch over repeated if
-
- Aug 02, 2021
-
-
Sebastien Ponce authored
The intention being to measure the impact (if any) on throughput with a modern compiler
-
- Jul 31, 2021
-
-
Gerhard Raven authored
* and remove all instances of StandardPacker
-
- Nov 09, 2020
-
-
Gerhard Raven authored
* amalgamate component headers into their corresponding source files * do not mention SmartRef<T> type when it is not neccessary
-
- Feb 20, 2019
-
-
- Nov 30, 2018
-
-
- Oct 21, 2018
-
-
Marco Clemencic authored
-
- Oct 09, 2018
-
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
- Aug 10, 2018
-
-
Sascha Stahl authored
This reverts commit 63246e4b.
-
- Aug 08, 2018
-
-
Sebastien Ponce authored
This will allow to drop by half the number of memory allocations in the Reconstruction code, leading to substancial speedup (we spend 15% of the time allocating/deallocating)
-
- Feb 01, 2018
-
-
Marco Clemencic authored
see gaudi/Gaudi!514
-