WIP: fix MCLinking in TDR branch for LHCb::Tracks
- Feb 01, 2018
-
-
rquaglia authored
add PrTrackConverter, Modify TrackSys configuration to enable track conversion and run Velo Only for the upgrade
10d4db6c
-
- Jan 30, 2018
-
-
d428e43a
-
Sebastien Ponce authored
This removes a lot of memory allocations and thus allows substantial speedups (we spend 15% of our time allocation/deallocating in reconstruction code)
61bd39d5 -
Sebastien Ponce authored
Namely : - TrackAddLikelihood - TrackBestTrackCreator - TrackBuildCloneTable - TrackEraseExtraInfo This allows some tests that are failing in the TDR branch to go further. However, they now fail with a segfault in LinkerWithKey called by TrackBuildCloneTable. This is due to the fact that we have broken the linking (+ lack of checking when dereferencing...). A know issue
60f4f0d1 -
9b0890dc
-
27995393
-
Sebastien Ponce authoredfa3813b8
-
Sebastien Ponce authored
The intention is to have a simplified and streamlined fitter for the HLT case
fc83a75b -
Sebastien Ponce authored1634d45d
-
Sebastien Ponce authored
Replaced the KeyedContainer by a simple std::vector Also dropped the creation of the PrimaryVertices that were not used Adapted the IPCut code in PrVeloUT to use the new classes
a3aaa024 -
Sebastien Ponce authored
Only tracks with IP > given property will be further used in the forward tracking
8282dd5d -
Sebastien Ponce authored2c505953
-
346c1b19
-
6ef393ec
-
for PrVeloUT -> PrForwardTracking -> TrackEventFitter
03af4d4f -
From KeyedContainer<LHCb::Track> to std::vector<LHCb::Track>
b132b70c
-