- Oct 19, 2023
-
-
Marco Clemencic authored
-
- Sep 25, 2023
-
-
Sebastien Ponce authored
-
- Sep 08, 2023
-
-
Marco Clemencic authored
-
- Nov 01, 2022
-
-
Sebastien Ponce authored
Favor LHCbalgs version so that Gaudi::algorithm is the base class and not GaudiAlgorithm Also added namespaces here and there when more practical
-
- Sep 19, 2022
-
-
Rosen Matev authored
see Boole#10
-
- Jul 15, 2022
-
-
Michel De Cian authored
-
- Jul 13, 2022
-
-
Michel De Cian authored
-
- Mar 31, 2022
-
-
Sebastien Ponce authored
Files dropped at this stage : Kernel/LHCbKernel/include/Kernel/CaloCellID.h Kernel/LHCbKernel/include/Kernel/FTChannelID.h Kernel/LHCbKernel/include/Kernel/MuonTileID.h Kernel/LHCbKernel/include/Kernel/UTChannelID.h Kernel/LHCbKernel/include/Kernel/VPChannelID.h Kernel/LHCbKernel/src/VPChannelID.cpp The rest of the code has been adapted to use native namespace from the Detector package
-
- Mar 29, 2022
-
-
- Nov 11, 2021
-
-
Sebastien Ponce authored
Mainly cleanups allowing to compile both with a DetDesc and a DD4hep backend Note that this included removing Prs and Spd code as these are not implemented in DD4hep
-
- Nov 02, 2021
-
-
- Oct 06, 2021
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Gerhard Raven authored
closes #154
-
- 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
-
- Aug 25, 2021
-
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
* GenCountersFSR does not contain any member data (only a `static` mapping of enum to string), so make it non-instantiable, and remove inheritance from DataObject * GenFSR: - remove expensive conversion of enum to string, followed by string comparisons (error prone, as the compiler cannot check for misspeliing, but can check for invalid enum values) and conversion back to enum - allow lookup by `string_view` to avoid having to create `std::string` when a literal string is passed - prefer STL algorithms and range-based loops
-
- Aug 02, 2021
-
-
Sebastien Ponce authored
The intention being to measure the impact (if any) on throughput with a modern compiler
-
- Jun 29, 2021
-
-
Marco Clemencic authored
also update version to 53.0
-
- May 28, 2021
-
-
Sebastien Ponce authored
Note that this is depending on Gaudi!1199 where MergingTrasformer is given the possibility to return void
-
Sebastien Ponce authored
Note that this is depending on Gaudi!1199 where MergingTrasformer is given the possibility to return void
-
- Jan 14, 2021
-
-
Rosen Matev authored
This makes the code compatible with Python 3
-
- Sep 09, 2020
-
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
* use actual base class name, i.e. `extends` instead of `base_class` typedef * prefer ToolHandle * prefer MsgCounter * prefer void return type for function whose StatusCode returnvalues are always ignored
-
Gerhard Raven authored
* prefer ToolHandle * prefer MsgCounter<MSG::WARNING> over Warning * prefer monadic StatusCode functionality
-
- Sep 05, 2020
-
-
Gerhard Raven authored
-
- Apr 20, 2020
-
-
Marco Cattaneo authored
Add pgprimaryvertex check script See merge request !2516 (cherry picked from commit eb89bf23) 73cc313c add script for use in tests to see if output of step contains the pg primary vertex d45707c7 Fixed formatting 0e3a4aaf add copyright 93794800 default to logging instead of print ed2a195f Fixed formatting 02d55183 replace logging with log 9b24fcd2 Fixed formatting
-
- Mar 11, 2020
-
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
-
Gerhard Raven authored
* use Gaudi::Functional * use Gaudi::Accumulators * use DataObjectHandle * amalgamate headers into implementation files * use monadic StatusCode functionality
-
- Mar 06, 2020
-
-
Marco Cattaneo authored
-
- Feb 25, 2020
-
-
Marco Clemencic authored
-
- Feb 14, 2020
-
-
Rosen Matev authored
-