Skip to content
Snippets Groups Projects
  1. Sep 27, 2017
    • Grzegorz Gach's avatar
      Fix segmentation fault reporeted in ATR-17064 · 62f25d08
      Grzegorz Gach authored
      The segmentation fault was caused at the end of program execution by
      double delete of static const member. Additionally optimisation
      suggested by Scott Snyder is implemented.
      
      
      Former-commit-id: 1f003847c039cfbaa6754503b90bbc434b87ed36
      62f25d08
  2. Sep 21, 2017
  3. Sep 19, 2017
  4. Aug 31, 2017
    • Grzegorz Gach's avatar
      Refactor AFP_Bytestream converter and add xAOD for AFP time-of-flight. · f1af8391
      Grzegorz Gach authored
      AFP_Bytestream converter was refactored to deal with two kinds of data
      silicon and time-of-flight. Additionally, the code was cleaned and
      unused classes and variables deleted. ATLAS naming convetion was
      implemented. The following classes were replaced:
      - AFP_RawDataContainer -> AFP_RawContainer
      - AFP_RawDataCollection -> AFP_SiRawCollection, AFP_ToFRawCollection
      - AFP_RawData -> AFP_SiRawData, AFP_ToFRawData
      
      xAOD classes representing AFP time-of-flight (AFPToFHit) were added to xAODForward.
      
      
      Former-commit-id: ba01294014679ae910e56a4e61cf1d683b6abde5
      f1af8391
  5. Aug 01, 2017
  6. May 23, 2017
  7. May 22, 2017
  8. May 16, 2017
  9. May 12, 2017
  10. Apr 26, 2017
  11. Apr 14, 2017
  12. Dec 09, 2016
  13. Dec 01, 2016
  14. Nov 26, 2016
  15. Nov 01, 2016
  16. Oct 11, 2016
    • Stewart Martin-Haugh's avatar
      'Fix CMakeLists.txt' (ALFA_RawDataByteStreamCnv-00-00-24) · 6ffdef12
      Stewart Martin-Haugh authored
      	* Tagging ALFA_RawDataByteStreamCnv-00-00-24
      	* Fix CMakeLists.txt
      
      2016-07-29  scott snyder  <snyder@bnl.gov>
      
      	* Tagging ALFA_RawDataByteStreamCnv-00-00-23.
      	* endreq -> endmsg.
      
      2016-06-02 Christian Heinz <christian.heinz@cern.ch>
      
      	* Introduction of the EventFlagBit and changed Failure Code to Success for corrupted events
      
      
      Former-commit-id: aba528da
      6ffdef12
  17. Sep 01, 2016
  18. Jul 02, 2016
    • John Derek Chapman's avatar
      CMakeLists.txt - fix typo in link library names. ATLASSIM-2870. Tagging... · 6827caf4
      John Derek Chapman authored
      CMakeLists.txt - fix typo in link library names. ATLASSIM-2870. Tagging ForwardRegionMgField-01-00-03 (ForwardRegionMgField-01-00-03)
      
      	* CMakeLists.txt - fix typo in link library names. ATLASSIM-2870
      	* Tagging ForwardRegionMgField-01-00-03
      
      2016-05-23  John Chapman  <John.Chapman@cern.ch>
      
      	* src/ForwardRegionFieldSvc.cxx (ForwardRegionFieldSvc): fix
      	initial setting of m_magnet member variable was set to CLHEP::m by
      	mistake. ATLASSIM-2795
      	* Tagging ForwardRegionMgField-01-00-02
      
      2016-05-17  John Chapman  <John.Chapman@cern.ch>
      
      	* python/ForwardRegionMgFieldConfig.py - fix configuration for Q1,
      	Q2 and Q3 fields. Output now matches old code! ATLASSIM-2798
      	* Tagging ForwardRegionMgField-01-00-01
      
      2016-05-17  John Chapman  <John.Chapman@cern.ch>
      
      	* Migrating away from FadsField. ATLASSIM-2798
      ...
      (Long ChangeLog diff - truncated)
      
      
      Former-commit-id: d8d8d454
      6827caf4
  19. Jun 14, 2016
  20. May 27, 2016
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (AFP_Digitization-00-01-01) · 307eba16
      Atlas-Software Librarian authored
      	* Clean up clang warnings ATLASSIM-2661
      	* src/AFP_PileUpTool.cxx (remove abs with unsigned int argument
      	which is positive by definition).
      	* Tagging AFP_Digitization-00-01-01
      
      2016-01-27  John Chapman  <John.Chapman@cern.ch>
      
      	* cmt/requirements - add use statement for xAODEventInfo
      	* AFP_Digitization/AFP_PileUpTool.h,
      	src/AFP_PileUpTool.cxx (processBunchXing): update interface to use
      	xAODEventInfo rather than PileUpEventInfo. ATLASSIM-2242. Requires
      	PileUpTools-01-18-00 or later. (release 21 onwards) ATLASSIM-2122
      	* Tagging AFP_Digitization-00-01-00
      307eba16
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (LUCID_Digitization-00-10-01) · f577c50e
      Atlas-Software Librarian authored
      	* Clean up clang warnings ATLASSIM-2661.
      	* src/LUCID_PileUpTool.h  remove unused variable m_digitContainer
      	* tagged as LUCID_Digitization-00-10-01
      
      2016-01-29  John Chapman  <John.Chapman@cern.ch>
      
      	* cmt/requirements - add use statement for xAODEventInfo.
      	* src/LUCID_PileUpTool.cxx,
      	src/LUCID_PileUpTool.h (processBunchXing): update interface to use
      	xAODEventInfo rather than PileUpEventInfo. ATLASSIM-2241. Requires
      	PileUpTools-01-18-00 or later. (release 21 onwards) ATLASSIM-2122
      	* tagged as LUCID_Digitization-00-10-00
      f577c50e
    • Atlas-Software Librarian's avatar
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (ALFA_Digitization-00-01-01) · 84c3dab4
      Atlas-Software Librarian authored
      2016-03-23 Iain Bertram <iabertra@cern.ch>
      	* Clean up clang warnings ATLASSIM-2661
      	* ALFA_Digitization/ALFA_PileUpTool.h remove unused variable
      	  m_digitObject and m_ODdigitObject
      	* src/ALFA_PileUpTool.cxx remove PileUpTimeEventIndex
      	* requirements - do not need package xAODEventInfo
      	* Tagging ALFA_Digitization-00-01-01
      
      2016-01-27  John Chapman  <John.Chapman@cern.ch>
      
      	* cmt/requirements - add use statement for xAODEventInfo
      	* ALFA_Digitization/ALFA_PileUpTool.h,
      	src/ALFA_PileUpTool.cxx (processBunchXing): update interface to
      	use xAODEventInfo rather than
      	PileUpEventInfo. ATLASSIM-2242. Requires PileUpTools-01-18-00 or
      	later. (release 21 onwards) ATLASSIM-2122
      	* Tagging ALFA_Digitization-00-01-00
      84c3dab4
Loading