Skip to content
Snippets Groups Projects
  1. Apr 21, 2021
  2. Apr 20, 2021
  3. Mar 23, 2021
  4. Mar 18, 2021
  5. Feb 02, 2021
  6. Nov 25, 2020
  7. Oct 23, 2020
  8. Mar 10, 2020
  9. Oct 28, 2019
  10. Aug 09, 2019
  11. Jul 26, 2019
  12. Jul 18, 2019
  13. Apr 08, 2019
    • Scott Snyder's avatar
      LArRecConditions: Clean up LArFebConfig. · 6e43b725
      Scott Snyder authored and Adam Edward Barton's avatar Adam Edward Barton committed
      Remove mutable cache in LArFebConfig --- it can't really be making
      any significant difference.  But add a method to retrieve both upper
      and lower thresholds in one go.  Thus can also remove the locking.
      Convert the map to an unordered_map.  Add a method to fill the map,
      allowing the removal of the friend declaration.
      6e43b725
  14. Mar 08, 2019
  15. Mar 05, 2019
  16. Mar 04, 2019
  17. Feb 08, 2019
  18. Jan 19, 2019
  19. Nov 29, 2018
  20. Nov 12, 2018
  21. Mar 29, 2018
    • charles leggett's avatar
      Preparation for Gaudi v30r2 · b2ff5559
      charles leggett authored
      major changes:
      
       - removal of DECLARE_FACTORY_ENTRIES
       - DECLARE_CONVERTER_FACTORY -> DECLARE_CONVERTER
       - DECLARE_TOOL_FACTORY -> DECLARE_COMPONENT
       - DECLARE_SERVICE_FACTORY -> DECLARE_COMPONENT
       - DECLARE_ALGORITHM_FACTORY -> DECLARE_COMPONENT
       - constructor of Converters is public, not protected
       - remove #include "GaudiKernel/CnvFactory.h"
       - remove #include "GaudiKernel/ToolFactory.h"
       - remove #include "GaudiKernel/AlgFactory.h"
       - remove #include "GaudiKernel/AudFactory.h"
       - remove #include "DeclareFactoryEntries.h"
      
      
      Former-commit-id: fd7a40f5
      b2ff5559
  22. Dec 11, 2017
  23. Dec 08, 2017
  24. Dec 03, 2017
  25. Nov 16, 2017
  26. Nov 01, 2017
  27. Oct 26, 2017
    • scott snyder's avatar
      LArCalibTools: Compatibility with existing configurations. · 7e92f383
      scott snyder authored
      LArPedestals2Ntuple and LArRamps2Ntuples were changed to get their inputs
      from the conditions store rather than the detector store.
      However, this breaks existing configurations, such as used in
      the LArCalibProcessing tests, which still put their outputs 
      in the detector store.  Updating these configurations to do everything
      in the conditions store is not trivial, especially since some of them
      rely on in situ modification of objects in the detector store.
      Interactions with conditions writing in RegistrationServices also
      needs to be considered.
      
      For the time being, modify these two ntuple classes to look for their
      inputs in the detector store first, and only after that in the
      conditions store.
      
      Fixes ATN failures in LArCalibProcessing.
      
      
      Former-commit-id: 409606e1
      7e92f383
  28. Oct 12, 2017
  29. Mar 23, 2017
  30. Mar 01, 2017
    • Charles Leggett's avatar
      replace all instances of endreq with endmsg · 40d459ae
      Charles Leggett authored
      endreq is deprecated, and replaced with endmsg.
      
      Did not replace in log files, or READMEs. Two files which are questionable are
         InnerDetector/InDetAlignAlgs/InDetAlignGenAlgs/src/GeoModelTRT.dev
      and
         InnerDetector/InDetRecTools/InDetMultipleVertexSeedFinderUtils/src/PVFindingTrackFilter_cxx
      
      
      Former-commit-id: 699dba0d
      40d459ae
  31. May 27, 2016
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (LArCalibTools-00-09-60) · e71b2198
      Atlas-Software Librarian authored
      	* Tagging LArCalibTools-00-09-60.
      	* Cabling tools moved from LArTools to LArCabling.
      	* Tagging LArCalibTools-00-09-59.
      	* Fix clang warning.
      	* Tagging LArCalibTools-00-09-58.
      	* Do not use using namespace in a header.
      	* Tagging LArCalibTools-00-09-57.
      	* Comply with ATLAS naming conventions.
      
      07-12-2015 Pavol Strizenec <pavol @ mail.cern.ch>
      	* changes in LArWFParams2Ntuple and LArCommConditions2Ntuple
      	* fix in CompletetoFlat for DSPThreshold
      	* tag LArCalibTools-00-09-56
      
      2-12-2015 Pavol Strizenec pavol @ mail.cern.ch
      	* adding the LArOFCBin algo
      	* not tagging yet
      
      2015-08-31 Walter Lampl <walter.lampl@ cern.ch>
      ...
      (Long ChangeLog diff - truncated)
      e71b2198
  32. Jan 19, 2015
    • Scott Snyder's avatar
      Fix coverity warning. (LArCalibTools-00-09-47) · 1dc8c675
      Scott Snyder authored
      	* Tagging LArCalibTools-00-09-47.
      	* Fix coverity warning.
      
      2015-01-11  scott snyder  <snyder@bnl.gov>
      
      	* Tagging LArCalibTools-00-09-46.
      	* AthenaBaseComps migration.
      
      2014-11-21 Walter Lampl <walter.lampl@ cern.ch>
      	* complete2Flat: Bugfix and better diagnostic message
      	* tag LArCalibTools-00-09-45
      
      2014-11-14 Walter Lampl <walter.lampl@ cern.ch>
      	* fix include guard of LArDigits2Ntuple
      	* tag LArCalibTools-00-09-44
      
      2014-10-31 Walter Lampl <walter.lampl@ cern.ch>
      	* LArHVScaleCorr2Ntuple: Use abstract interface ILArHVScaleCorr instead of LArHVScaleCorrComplete
      	* LArCommConditions2Ntuple.py: Add HV Scale Correction
      ...
      (Long ChangeLog diff - truncated)
      1dc8c675
  33. Sep 19, 2014
Loading