Skip to content
Snippets Groups Projects
  1. Nov 25, 2020
  2. Nov 20, 2020
  3. Oct 02, 2020
  4. Mar 27, 2020
  5. Jan 14, 2020
  6. Sep 27, 2019
  7. Apr 16, 2019
  8. Mar 10, 2019
  9. Mar 04, 2019
  10. Jan 22, 2019
  11. Jan 16, 2019
  12. Nov 04, 2018
  13. Sep 03, 2018
  14. Aug 17, 2018
  15. Aug 03, 2018
    • John Chapman's avatar
      Pulling in updates for FastSiDigitization package from 21.3 · 62108557
      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
      62108557
  16. Jul 20, 2018
  17. Jun 06, 2018
  18. May 11, 2018
  19. Dec 11, 2017
  20. Dec 08, 2017
  21. Nov 14, 2017
  22. Oct 27, 2017
  23. Oct 20, 2017
    • Susumu Oda's avatar
      Add SCT_DCSConditionsCondAlg · 33f7e128
      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
      33f7e128
  24. Sep 29, 2017
  25. Jan 19, 2016
    • John Derek Chapman's avatar
      python/FastSiDigitizationConfig.py (FastClusterMakerTool): tweak logic in... · d164dfa8
      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)
      d164dfa8
  26. Sep 15, 2015
    • John Derek Chapman's avatar
      src/PixelFastDigitizationTool.cxx, src/SCT_FastDigitizationTool.cxx,... · 76d6d741
      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)
      76d6d741
Loading