Skip to content
Snippets Groups Projects
  1. Jun 06, 2016
  2. Jun 05, 2016
  3. May 31, 2016
  4. May 29, 2016
  5. May 27, 2016
  6. May 26, 2016
  7. May 25, 2016
  8. May 24, 2016
  9. May 23, 2016
    • Christopher Rob Jones's avatar
      f97d6dac
    • Christopher Rob Jones's avatar
      Memory management and fitting improvements · 826eca73
      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.
      826eca73
    • Christopher Rob Jones's avatar
      Enforce user memory management by returning std::unique_ptr from HPD · d3028c63
      Christopher Rob Jones authored
         cleaner and sobel filtering utilities.
      d3028c63
  10. May 22, 2016
    • Marco Cattaneo's avatar
      Merge branch 'TurnOffHPDCheckForPixels' into '2016-patches' · f0e796c5
      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
      f0e796c5
    • Marco Cattaneo's avatar
      Merge branch 'HPDImageFit2016' into '2016-patches' · 95512031
      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
      95512031
  11. May 21, 2016
  12. May 18, 2016
  13. May 17, 2016
  14. Apr 28, 2016
    • Marco Cattaneo's avatar
      Merge branch 'RichAlignmentConf' into '2016-patches' · d58a4f1f
      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
      d58a4f1f
  15. Apr 26, 2016
  16. Apr 21, 2016
  17. Apr 20, 2016
Loading