- Apr 21, 2021
-
-
scott snyder authored
Change uses of the obsolete LArOFCTool to use the conditions algorithm instead. Clean up LArOFC2Ntuple a bit.
-
- Apr 20, 2021
-
-
Frank Winklmeier authored
-
- Mar 23, 2021
-
-
Preparing C++ and python infrastructure for SC AutoCorrNoise CondAlg to be included in Full Simulation
-
- Mar 18, 2021
-
-
scott snyder authored
Fix more instances of python 2 print statements. Also fix a duplicate porperty declaration.
-
- Feb 02, 2021
-
-
- Nov 25, 2020
-
-
Pavol Strizenec authored
-
- Oct 23, 2020
-
-
- Mar 10, 2020
-
-
Frank Winklmeier authored
-
- Oct 28, 2019
-
-
- Aug 09, 2019
-
-
- Jul 26, 2019
-
-
Adding functionality for supercell calibration data reconstruction See merge request !1408 Former-commit-id: 14f45f35c42246c1cb224f94cba7cd585b46e491
-
- Jul 18, 2019
-
-
Fixes for LAr and Calo calibration tools See merge request !5148 Former-commit-id: 79cebc99a593be4e73fe18a02901cbb752452cac
-
- Apr 08, 2019
-
-
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.
-
- Mar 08, 2019
-
-
scott snyder authored
Fix Gaudi CablingKey property duplicated between base/derived classes.
-
- Mar 05, 2019
-
-
scott snyder authored
Remove MT-unsafe uses of CaloIdManager.
-
- Mar 04, 2019
-
-
- Feb 08, 2019
-
-
Pavol Strizenec authored
-
- Jan 19, 2019
-
-
Vakhtang Tsulaia authored
LArCondUtils: dropped references to EventInfo and moved headers to src. Also fixed two client packages
-
- Nov 29, 2018
-
-
Former-commit-id: 7447c689
-
- Nov 12, 2018
-
-
Walter Lampl authored
Former-commit-id: d6189b38
-
- Mar 29, 2018
-
-
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
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Dec 03, 2017
-
-
scott snyder authored
Compilation warning: uninitialized variables. Former-commit-id: 7795360a
-
- Nov 16, 2017
-
-
Scott Snyder authored
Coverity fixes: Potential memory leaks. Former-commit-id: fe56e403
-
- Nov 01, 2017
-
-
Frank Winklmeier authored
Make some contructors public as required by the Gaudi Plugin service Former-commit-id: fc09419a
-
Frank Winklmeier authored
- Delete all obsolete src/components/*_load.cxx files - Remove obsolete DECLARE_FACTORY_ENTRIES within src/components/*_entries.cxx The removed macros evaluate to NULL on the Gaudi side and have been kept only for backwards compatibility. Former-commit-id: 325d0587
-
- Oct 26, 2017
-
-
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
-
- Oct 12, 2017
-
-
Walter Lampl authored
Former-commit-id: dc226b4f
-
- Mar 23, 2017
-
-
Scott Snyder authored
gcc6 warnings: Inconsistent indentation. Former-commit-id: 482d864b
-
- Mar 01, 2017
-
-
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
-
- May 27, 2016
-
-
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)
-
- Jan 19, 2015
-
-
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)
-
- Sep 19, 2014
-
-
Walter Lampl authored
-