Skip to content
Snippets Groups Projects
  1. Dec 10, 2018
  2. Nov 30, 2018
  3. Nov 06, 2018
  4. Sep 17, 2018
  5. Jul 27, 2018
  6. Jun 12, 2018
  7. Jan 15, 2018
  8. Dec 11, 2017
  9. Dec 08, 2017
  10. Dec 06, 2017
    • Scott Snyder's avatar
      IOVSvc: CondContFactory should return a DataBucket. · 6f21a749
      Scott Snyder authored
      CondContFactory currently returns a CondContBase*.
      Change it to return a DataBucket.  In that case, the DataBucket holds
      the information about the fully-derived type of the conditions container,
      allowing the symlinks to be set correctly when the object is recorded
      by CondInputLoader.
      
      
      Former-commit-id: ddd7d259
      6f21a749
  11. Nov 18, 2017
  12. Oct 22, 2017
  13. Oct 19, 2017
  14. Oct 18, 2017
  15. Oct 14, 2017
    • charles leggett's avatar
      Gaudi v29: fixes for CondSvc and AlgExecStateSvc · 1f121bc3
      charles leggett authored
      This MR has some fundamental changes in how the condition
      handling mechanism works.
      
        - CondInputLoader must declare all the base classes of the
      objects  it will produce. This requires the use of SG::BaseInfoBase,
      and the CondInputLoader must initialize after the libraries where
      those bases are defined are loaded.
      
       - Condition objects must register themselves with a static
      factory so that the CondInputLoader can create CondCont of the
      correct type. This is done via the REGISTER_CC( classname ) macro
      found in AthenaKernel/CondCont.h
      
       - ReadCondHandleKey will not create a CondCont if it isn't
      present. If one is, they will cache a ptr to it. This means that
      ReadCondHandle may have to do a store lookup for their CondCont
      if the cached ptr is null.
      
      There are some other minor changes:
      
       - AthenaHiveEventLoopMgr can show the timestamp in the event
         heartbeat if property ShowTimeStamp is set
       - a number of interfaces for the AlgExecStateSvc have changed
         in gaudi v29, and these are reflected in athena code
      
      
      Former-commit-id: f6871bf3
      1f121bc3
  16. Sep 08, 2017
  17. Aug 30, 2017
    • Scott Snyder's avatar
      IOVSvc: Get conditionsRun from EventContext. · 803dfd2e
      Scott Snyder authored
      Changing to get conditionsRun from the EventContext rather than trying
      to look it up in StoreGate.
      
      Make this change in CondInputLoader.  Also, IOVSvcTool::handle needs
      to pass the event context to signalBeginRun.
      
      
      Former-commit-id: d0e3d65b
      803dfd2e
  18. Aug 21, 2017
  19. Jul 20, 2017
  20. Jul 19, 2017
  21. Jul 12, 2017
  22. Jul 07, 2017
  23. Jun 02, 2017
  24. May 25, 2017
  25. Feb 15, 2017
    • Charles Leggett's avatar
      compatibilty with gaudi v28r1 (IOVSvc-00-08-18) · 478ac638
      Charles Leggett authored
      	* compatibility with gaudi v28r1
      	* tag IOVSvc-00-08-18
      
      M       src/CondInputLoader.cxx
      
      2017-02-05  scott snyder  <snyder@bnl.gov>
      
      	* Tagging IOVSvc-00-08-17.
      	* CMakeLists.txt: Add missing link dependency of IOVSvcLib on
      	xAODEventInfo.
      
      
      Former-commit-id: 1586ac47
      478ac638
  26. Jan 27, 2017
  27. Jan 20, 2017
    • Vakhtang Tsulaia's avatar
      Cleaning up CondInputLoader from all occurrences of #ifdef ATHENAHIVE (IOVSvc-00-08-15) · 1a25729b
      Vakhtang Tsulaia authored
      	* Cleaning up CondInputLoader from all occurrences of '#ifdef ATHENAHIVE'
      	* Tagging IOVSvc-00-08-15
      
      2016-12-21  Vakho Tsulaia  <tsulaia@cern.ch>
      	* Fixing CondInputLoader such that it can work in serial jobs too
      	* Tagging IOVSvc-00-08-14
      
      	* Tagging IOVSvc-00-08-13.
      	* Tagging IOVSvc-00-08-12.
      2016-06-07  Charles Leggett
      	* CondInputLoader: improve debug output
      	* CondSvc: dump ConditionStore in DEBUG
      	* tag IOVSvc-00-08-11
      
      M       src/CondSvc.cxx
      M       src/CondInputLoader.cxx
      M       IOVSvc/CondSvc.h
      
      2016-06-06  Charles Leggett
      	* CondInputLoader: fix bug in update of folder->sgKey mapping
      ...
      (Long ChangeLog diff - truncated)
      
      
      Former-commit-id: 7be723ce
      1a25729b
  28. May 27, 2016
    • Scott Snyder's avatar
      'Fix coverity warning (uninitialized members).' (IOVSvc-00-08-05-02) · 3296ac0f
      Scott Snyder authored
      	* Tagging IOVSvc-00-08-05-02.
      	* src/IOVSvcTool.cxx: Fix coverity warning (uninitialized
      	members).
      
      2016-05-05  scott snyder  <snyder@bnl.gov>
      
      	* Tagging IOVSvc-00-08-05-01.
      	* CMakeLists.txt: Fix unit test in cmake build.
      
      2016-04-11  scott snyder  <snyder@bnl.gov>
      
      	* Tagging IOVSvc-00-08-05.
      	* src/CondInputLoader.h: Fix clang warning in non-hive build.
      
      2016-04-10  scott snyder  <snyder@bnl.gov>
      
      	* Tagging IOVSvc-00-08-04.
      	* Fixes for unit test.
      
      ...
      (Long ChangeLog diff - truncated)
      
      
      Former-commit-id: 9695e3dc4aa1d2eed1250938102a283e2ff8b745
      3296ac0f
Loading