- Jun 06, 2016
-
-
Marco Cattaneo authored
Prepare v19r3p1 release See merge request !64
-
Marco Cattaneo authored
Add protection against duplicate Condition init CaloReco/src/CaloCorrectionBase.cpp : add protection to avoid repeated Condition registration. Affects only the case when running Moore from TCK. FIXES LHCBPS-1529 git-svn-id: svn+ssh://svn.cern.ch/reps/lhcb/Rec/trunk@206613 4525493e-7705-40b1-a816-d608a930855b See merge request !63
-
Marco Cattaneo authored
-
- Jun 05, 2016
-
-
git-svn-id: svn+ssh://svn.cern.ch/reps/lhcb/Rec/trunk@206613 4525493e-7705-40b1-a816-d608a930855b
-
- May 31, 2016
-
-
Marco Cattaneo authored
Prepare v19r3 release See merge request !58
-
Marco Cattaneo authored
-
- May 29, 2016
-
-
Marco Cattaneo authored
Changes to PatVelo algorithms for VeloCCEConfigTool Changes to PatVeloGeneralTracking, PatVeloRHitManager and PatVeloPhiHitManager to use the new VeloCCEConfigTool, replacing FindKilledSensors. Requires corresponding merges in LHCb (LHCb-SVN-mirrors/LHCb!60) and Lbcom (LHCb-SVN-mirrors/Lbcom!3) Supercedes https://gitlab.cern.ch/LHCb-SVN-mirrors/Rec/merge_requests/52 See merge request !52
-
Marco Cattaneo authored
Add HPD image intensity check to image calibration fits. Add an explicit check on the intensity variation inside the fitted image region, to decide if an S-Curve correction is required. See merge request !54
-
- May 27, 2016
-
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
-
jrharris authored
-
- May 26, 2016
- May 25, 2016
-
-
Marco Cattaneo authored
Fix small bug in PatLongLivedTracking with hit flagging, small improvement in performance. Fixed bug that caused wrong hits to be flagged as used in PatLongLivedTracking. Small improvement in performance (permille level) expected. See merge request !44
-
Marco Cattaneo authored
Remove info messages from TrackMasterFitter As per the conventions, we shouldn't produce info outside initialize/finalize. The debug messages remain. See merge request !46
-
- May 24, 2016
-
-
Rosen Matev authored
-
Marco Cattaneo authored
Hpd image fitting s-curve normalisation More improvements to the HPD image fitting used to create the HPD image calibration constants. - More improvements to the memory management. Include in the returned fit result object shared pointers to the various histograms used during the fitting procedure. Removes the need for callers to recreate them if required, as now they can just directly access those used internally by the fit itself. - Add a new processing mode, which normalises the histograms using a SCurve (tanh) method, effectively removing areas of very high intensity, which can cause the Sobel filter some problems. Better approach than the old (although still there) Log(z) as it does not effect the extracted radius in the same way, and is more accurate. The returned errors are also much more realistic. No impact on the reconstruction, either HLT or offline, is expected as this algorithm is not used as part of the reconstruction sequence. See merge request !40
-
Michel De Cian authored
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
Merge branch 'HPDImageFitting-SCurveNormalisation-2016' of ssh://gitlab.cern.ch:7999/LHCb-SVN-mirrors/Rec into 2016-patches
-
Christopher Rob Jones authored
-
- May 23, 2016
-
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
- More improvements to the memory management. Include in the returned fit result object shared pointers to the various histograms used during the fitting procedure. Removes the need for callers to recreate them if required, as now they can just directly access those used internally by the fit itself. - Add a new processing mode, which normalises the histograms using a SCurve (tanh) method, effectively removing areas of very high intensity, which can cause the Sobel filter some problems. Better approach than the old (although still there) Log(z) as it does not effect the extracted radius in the same way, and is more accurate. The returned errors are also much more realistic.
-
Christopher Rob Jones authored
cleaner and sobel filtering utilities.
-
- May 22, 2016
-
-
Marco Cattaneo authored
Turn off by default the active HPD check in PixelCreatorBase. Turn off by default the active HPD check in PixelCreatorBase. Means the reconstruction will create hits for all HPDs, regardless of the content of the inactive HPD list. The list will still be used elsewhere, to determine quantities such as the track acceptance factors, which is its main purpose. See merge request !33
-
Marco Cattaneo authored
Small improvements to HPD image fitting This change does not alter the behaviour of the monitor in any significant way, and this monitor has no impact at all on the reconstruction performance itself. The main change, other than some C++11 clean ups, is to create the HPD image histograms on demand if required. This closes a potential loop hole (that so far as never been hit and probably never would be) where the list of HPDs changes between initialisation and the event loop. This algorithm is not run at all in HLT2, and only as a monitor in Brunel. Its primary use is as the HPD image calibration task running at the pit. See merge request !27
-
- May 21, 2016
-
-
Christopher Rob Jones authored
reconstuction will create hits for all HPDs, regardless of the content of the inactive HPD list. The list will still be used elsewhere, to determine quantities such as the track acceptance factors, which is its main purpose.
-
- May 18, 2016
-
-
Marco Cattaneo authored
Use TrackSys to configure public tracking tools TrackMasterExtrapolator and TrackStateProvider Added function to TrackSys to configure public tracking tools like TrackMasterExtrapolator and TrackStateProvider. The setup depends on the DataType and expert options. This function is called during apply_configuration. Removed duplicated code from RecoTracking and RecoTrackingRun2. This commit is intended to give DaVinci, Brunel and Moore a common place to configure tools consistently. See JIRA task https://its.cern.ch/jira/browse/LHCBPS-1506. Added also an option to skip the setup of the tracking sequence, as this is not needed in Moore. Closes LHCBPS-1506 See merge request !24
-
Christopher Rob Jones authored
on demand if required, rather than just return NULL. - General cleanup.
-
- May 17, 2016
-
-
The split of Hlt1 and Hlt2 fit makes only sense for run2 data types. Otherwise useSimplifiedGeometry was true as soon as any expert option was set.
-
The third tool was added to the second one, before the second had been added to the first. Found that
-
-
with predefined run2 list. Added that simplified geometry option for run1 is propagated to the fit in the TrackBestTrackCreator.
-
-
-
- Apr 28, 2016
-
-
Marco Cattaneo authored
RICH Alignment configuration changes from Claire, to match what is used at the pit Updates the default configuration in RichAlignment to match that used at the pit. Need to integrate alignment monitoring into HLT2 monitoring. See LHCBPS-1515 See merge request !6
-
- Apr 26, 2016
-
-
Christopher Rob Jones authored
-
- Apr 21, 2016
-
-
Marco Cattaneo authored
-
- Apr 20, 2016
-
-
Marco Clemencic authored
-