- Nov 02, 2018
-
-
Mateusz Jakub Bala authored
Remove commented code See merge request !2
-
Mateusz Bala authored
Removed declareProperty from cpp file and added calling the constructor of tool (matcher) in h file with const. Everything builded and passed tests.
-
wkrzemien authored
-
Wojciech Jan Krzemien authored
Calo track tool upgrade See merge request wkrzemie/Rec!2
-
- Oct 31, 2018
-
-
Mateusz Bala authored
-
- Oct 26, 2018
-
-
Mateusz Bala authored
-
Mateusz Bala authored
-
- Oct 25, 2018
-
-
Mateusz Bala authored
Changed data format used for match methods. Removed unsafe pointers. This code required additional chnages before const can be used
-
- Oct 15, 2018
-
-
Mateusz Bala authored
Prototype changes of CaloTrackMatch and other - does not work currenty - due to interface in the LHCb
-
- Sep 20, 2018
-
-
Mateusz Bala authored
-
- Sep 16, 2018
-
-
Mateusz Jakub Bala authored
Calo track tool upgrade See merge request !1
-
- Sep 15, 2018
-
-
wkrzemien authored
-
wkrzemien authored
-
wkrzemien authored
Also, add mutable qulifieres and fix one comment.
-
wkrzemien authored
-
Wojciech Jan Krzemien authored
Code style corrections. Few functions simplified and/or theirs code transferred… See merge request wkrzemie/Rec!1
-
- Sep 14, 2018
-
-
Mateusz Bala authored
Code style corrections. Few functions simplified and/or theirs code transferred from .h file to .cpp
-
- Aug 25, 2018
-
-
Marco Cattaneo authored
Optimized PrStoreFTHit by caching the DeFTMat objects See merge request lhcb/Rec!1167
-
Marco Cattaneo authored
Optimized VPClus and VSPClus See merge request lhcb/Rec!1168
-
- Aug 24, 2018
-
-
Sebastien Ponce authored
by moving the first one to sort from stable_sort and by changing the comparison function to split between even and odd cases. On VPClus, this is a 20% speed improvement altogether. Probably much less on VSPClus as it was already using sort
-
- Aug 23, 2018
-
-
Sebastien Ponce authored
-
- Aug 22, 2018
-
-
Sebastien Ponce authored
Cache is partial and SoA like, so that only the needed parts are loaded to memory and so that the cache usage is optimized. This speeds up PrStoreFTHit by almost 20%
-
- Aug 21, 2018
-
-
Marco Cattaneo authored
Rich - C++17 improvements + clang formatting. See merge request lhcb/Rec!1160
-
Christopher Rob Jones authored
-
- Aug 20, 2018
-
-
Marco Cattaneo authored
RICH Set segment photon energies using parameters tool See merge request lhcb/Rec!1111
-
Marco Cattaneo authored
Explicit electron checks and efficiency of first velo hits in PrChecker2/PrCounter2 See merge request lhcb/Rec!1140
-
- Aug 18, 2018
-
-
Christopher Rob Jones authored
-
- Aug 17, 2018
-
-
Christopher Rob Jones authored
-
- Aug 16, 2018
-
-
-
Marco Cattaneo authored
Fixed mistake in StatZTraj on horizontal_and See merge request lhcb/Rec!1152
-
- Aug 15, 2018
-
-
-
Marco Cattaneo authored
Modernize PrLongLivedTracking See merge request lhcb/Rec!1144
-
Marco Cattaneo authored
use structured bindings in combination with zip See merge request lhcb/Rec!1149
-
- Aug 14, 2018
-
-
Christopher Rob Jones authored
-
Marco Cattaneo authored
prefer CaloCluster copy constructor over virtual clone See merge request lhcb/Rec!1135
-
Marco Cattaneo authored
Fix test using the SQLite DDDB, broken by lhcb/LHCb!1439 See merge request lhcb/Rec!1150
-
-
Sebastien Ponce authored
Fixed mistake reported in lhcb/Rec!894 (comment 1766606) where horizontal_and should be horizontal_or
-
- Aug 13, 2018
-
-
Gerhard Raven authored
-
Marco Cattaneo authored
Reduce the use of #ifdef in PrVeloUT See merge request lhcb/Rec!1141
-