- Nov 25, 2020
-
-
Frank Winklmeier authored
Cleanup link dependencies, enable flake8 and fix code.
-
- Nov 20, 2020
-
-
revert removal of some condalgs which are needed in the legacy trigger (prevents problems with ordering of the condSeq)
-
- Oct 02, 2020
-
-
- Mar 27, 2020
-
-
Soshi Tsuno authored
-
- Jan 14, 2020
-
-
- Sep 27, 2019
-
-
Soshi Tsuno authored
-
- Apr 16, 2019
-
-
- Mar 10, 2019
-
-
- Mar 04, 2019
-
-
- Jan 22, 2019
-
-
- Jan 16, 2019
-
-
Soshi Tsuno authored
-
- Nov 04, 2018
-
-
Soshi Tsuno authored
Former-commit-id: 04d0b012
-
- Sep 03, 2018
-
-
Former-commit-id: 1ae805d495493b8d489a4a2729d488f575e1cb16
-
- Aug 17, 2018
-
-
Susumu Oda authored
Former-commit-id: f56eac95
-
- Aug 03, 2018
-
-
John Chapman authored
This merge request pulls in update to the FastSiDigitization package from the ~"21.3" branch, so that the code matches, other than in the case of known migrations that have taken place in ~master (e.g. the migration to Conditions Algorithms in the SCT.) Changes related to the `HepMcParticleLink` migration have been left out as they are not yet ready to go into ~master. Former-commit-id: f739c72f
-
- Jul 20, 2018
-
-
Soshi Tsuno authored
Former-commit-id: d013975e
-
- Jun 06, 2018
-
-
Susumu Oda authored
Former-commit-id: a7d14be2
-
- May 11, 2018
-
-
Former-commit-id: 84e8a868
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Nov 14, 2017
-
-
Using a different Ambiguities map for PU in PixelFastDigitizationTool See merge request !6442 Former-commit-id: 9e0f48ba
-
- Oct 27, 2017
-
-
Fix FastSiDigitizationConfig.py for Fast Chain in 21.0. ATLASSIM-3405 See merge request !5799 Former-commit-id: 2febb0bd
-
- Oct 20, 2017
-
-
Susumu Oda authored
Removed temperature Merged methods into execute. Cleaned up Remove HV write handle. Use intersetion of ranges of state and HV. Add SCT_DCSConditionsCondAlg configuration. Add messages for debugging. Debugging. This is OK. Going back to the original header file Changed variable names Revert constructor Revert options of InDetRecConditionsAccess.py Revert the initialize to the original one except HV readhandle initialize Revert to old initialize Revert the original version except for the DEBUG message for valid write cond handle Add delete. Use m_doState variable Rename SCT_DCSConditionsCondAlg to SCT_DCSConditionsStatCondAlg Add SCT_DCSConditionsTempCondAlg Implemented SCT_DCSConditionsTempCondAlg Fixed bugs Fixed bugs Implemented SCT_DCSConditionsHVCondAlg Implemented SCT_DCSConditionsHVCondAlg Compiled Modify SCT_DCSConditionSvc to use the outputs of conditions algorithms. Implemented conditions algorithms in several places. (HITtoRDO of q221 is not working) Revert the folder specification. Fix bugs Protection against duplication Fix bugs Remove MOCH_TM1_RECV part Revert "Remove MOCH_TM1_RECV part" This reverts commit e759867c [formerly a3bc864c]. Revert "Revert "Remove MOCH_TM1_RECV part"" This reverts commit 835b2b48 [formerly e6df98b9]. Add protection against null objects Remove m_writeKey.dbKey() to cope with the modification of ICondSvc Add REGISTER_CC Former-commit-id: 36be4a57
-
- Sep 29, 2017
-
-
Susumu Oda authored
Former-commit-id: 58f06caf
-
Susumu Oda authored
Former-commit-id: 2320465a
-
- Jan 19, 2016
-
-
John Derek Chapman authored
python/FastSiDigitizationConfig.py (FastClusterMakerTool): tweak logic in FastClusterMakerTool CfgGetter method. cmt/requirements - add use statements for CxxUtils and StoreGate. FastSiDigitization/SCT_FastDigitizationTool.h, src/SCT_FastDigitizationTool.cxx - switch to using SG::WriteHandles separate out the creation of output containers and checking for neighbouring clusters into separate methods. Use CHECK macro wherever possible. Make variables const wherever possible. Rename some local variables to make code easier to read. Improve logic in cluster merging code. Whitespace-cleanup. ATLASSIM-2407 Tagged as FastSiDigitization-00-01-10 (FastSiDigitization-00-01-10) * python/FastSiDigitizationConfig.py (FastClusterMakerTool): tweak logic in FastClusterMakerTool CfgGetter method. ATLASSIM-2407 * cmt/requirements - add use statements for CxxUtils and StoreGate. ATLASSIM-2407 * FastSiDigitization/SCT_FastDigitizationTool.h, src/SCT_FastDigitizationTool.cxx - switch to using SG::WriteHandles separate out the creation of output containers and checking for neighbouring clusters into separate methods. Use CHECK macro wherever possible. Make variables const wherever possible. Rename some local variables to make code easier to read. Improve logic in cluster merging code. Whitespace-cleanup. ATLASSIM-2407 * Tagged as FastSiDigitization-00-01-10 2015-11-25 Vladimir Lyubushkin * src/SCT_FastDigitizationTool.cxx - Fix for assigning to nonexistent elements of AmgSymMatrix. ATLASSIM-2407 ... (Long ChangeLog diff - truncated)
-
- Sep 15, 2015
-
-
John Derek Chapman authored
src/PixelFastDigitizationTool.cxx, src/SCT_FastDigitizationTool.cxx, FastSiDigitization/SCT_FastDigitizationTool.h, FastSiDigitization/PixelFastDigitizationTool.h - veto writing geantinos into PRD Truth. Fix for truth seeded reco running. python/FastSiDigitizationConfig.py, python/FastSiDigitizationConfigDb.py - fix random number stream configuration, so that we can freely mix full and fast digi when digitizing the hard-scatter and pile-up Hits separately. Requires Digitization-01-16-00 or later. Set HardScatterSplittingMode to zero for PixelFastDigitizationToolSplitNoMergePU and SCT_FastDigitizationToolSplitNoMergePU. ATLASSIM-2174. Tagged as FastSiDigitization-00-01-03 (FastSiDigitization-00-01-03) * src/PixelFastDigitizationTool.cxx, src/SCT_FastDigitizationTool.cxx, FastSiDigitization/SCT_FastDigitizationTool.h, FastSiDigitization/PixelFastDigitizationTool.h - veto writing geantinos into PRD Truth. Fix for truth seeded reco running. * python/FastSiDigitizationConfig.py, python/FastSiDigitizationConfigDb.py - fix random number stream configuration, so that we can freely mix full and fast digi when digitizing the hard-scatter and pile-up Hits separately. Requires Digitization-01-16-00 or later. Set HardScatterSplittingMode to zero for PixelFastDigitizationToolSplitNoMergePU and SCT_FastDigitizationToolSplitNoMergePU. ATLASSIM-2174. * Tagged as FastSiDigitization-00-01-03 2015-08-13 John Chapman <John.Chapman@cern.ch> * python/FastSiDigitizationConfig.py, python/FastSiDigitizationConfigDb.py - add PixelFastDigitizationToolSplitNoMergePU and ... (Long ChangeLog diff - truncated)
-