- Jun 26, 2018
-
-
Riccardo Cenci authored
-
- Jun 25, 2018
-
-
Riccardo Cenci authored
Cleanup and added debug stuff to VPRetinaTrkExt. Revert PrTrackerDumper to original version and created a new dumper, PrTrackerDumper2, starting from prev commit version of PrTrackerDumper. Fixed dumper segfault due to uninitialized var (max_velo_hits), plus interference with new commits for UT decoding (just commented until rebase on TDR).
-
- Jun 21, 2018
-
-
Federico Lazzari authored
-
- Jun 20, 2018
-
-
Riccardo Cenci authored
Updated format of imported retina tracks, added u and v values before transformation. Minor fixes to debug/verbose.
-
Riccardo Cenci authored
-
Riccardo Cenci authored
Fixed minor issue with output streamers.
-
Riccardo Cenci authored
Added new version of makeLHCbTrack() method to use cluster sets from retina simulation: LHCb tracks are created from Retina tracks and then fit with same code used in PrPixelTracking (basic fit and kalman). Running w/o errors but tx/ty are wrong (way too big), to be fixed. Removed input of raw event for retina tracking algo. Added LHCbID to RetinaHit.
-
Riccardo Cenci authored
Added code to create a LHCb::Track from RetinaTrack with a single LCHb::State at the end of the Velo. Added various functions to RetinaTrack to retrieve track pars independently from file format. Some cleanup of classes.
-
Riccardo Cenci authored
Added algorithm (GaudiFunctional) and classes to load external Retina tracks from text file (still no conversion to LHCb::Track). Fixed compile warning for Pr/PrMCTools/PrPixelDumpTuple.cpp.
-
- Jun 15, 2018
-
-
Sebastien Ponce authored
VP clustering emulator with Retina like method See merge request lhcb/Rec!1039
-
-
- Jun 12, 2018
-
-
-
- make super pixel patterns const static - avoid move, enable RVO in VPClus::operator() - prefer updateHandler over code in VPClus::initialize - avoid integer multiplication in boolean expression, while at the same time avoiding a branch - prefer span over bare pointer with unspecified range
-
-
fixed a bug in TrackEventFitter, where pointers to tracks are returned that are deleted after the algorithm execution (so they dont exist anymore). You basically could not trust anything that comes out of the TrackEventFitter.
-
Use right index on centroid pixel computation when a second cluster is in a isolated super pixel
-
-
-
Sebastien Ponce authored
Use instead the newly created FT/UTDaqHelper interfaces and the corresponding Ft/UTDAQLib libraries
-
Sebastien Ponce authored
there was no reservation of space on the vector of states
-
-
- MeasurementProvider and VPTrackMonitor since vpclusters are now on a vector instead of flat_map - Fix creation of tracks on TrackEventFitter do not give a key to force the generation of a new one
-
Pixel Tracking with Phi-hits, Flag for Speed in pixel tracking, fix of NDof for tracks, fix for Cluster position (from Christoph), added and commented msgLevel(MSG::DEBUG) 5% speed-up, clean-up code and comment to describe code
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
dropped usage of PrPixelHit, PrPixelModuleHits and of HitManager. Use directly clusters in PrPixelTracking PrPixelHit is even completely suppressed as not used anywhere else.
-
-
-
add PrTrackConverter, Modify TrackSys configuration to enable track conversion and run Velo Only for the upgrade
-
-
Sebastien Ponce authored
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
The intention is to have a simplified and streamlined fitter for the HLT case
-
Sebastien Ponce authored
Only tracks with IP > given property will be further used in the forward tracking IP cut is off by default Thanks to Renato for fixes in the original code
-
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
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
-
- Jun 10, 2018
-
-
Marco Cattaneo authored
Move CommonMuonHitManager files to 'MuonID/src/component'. Create interface ICommonMuonHitManager. See merge request lhcb/Rec!1099
-