Gaudi v29: fixes for CondSvc and AlgExecStateSvc
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
Showing
- Calorimeter/CaloConditions/CaloConditions/CaloLocalHadCoeff.h 2 additions, 0 deletions...rimeter/CaloConditions/CaloConditions/CaloLocalHadCoeff.h
- Calorimeter/CaloExample/CaloHiveEx/share/CaloHiveExOpts.py 3 additions, 1 deletionCalorimeter/CaloExample/CaloHiveEx/share/CaloHiveExOpts.py
- Calorimeter/CaloRec/src/CaloClusterMaker.cxx 15 additions, 15 deletionsCalorimeter/CaloRec/src/CaloClusterMaker.cxx
- Control/AthenaBaseComps/AthenaBaseComps/AthFilterAlgorithm.h 1 addition, 1 deletionControl/AthenaBaseComps/AthenaBaseComps/AthFilterAlgorithm.h
- Control/AthenaBaseComps/src/AthFilterAlgorithm.cxx 1 addition, 1 deletionControl/AthenaBaseComps/src/AthFilterAlgorithm.cxx
- Control/AthenaCommon/python/AppMgr.py 13 additions, 2 deletionsControl/AthenaCommon/python/AppMgr.py
- Control/AthenaExamples/AthExHive/src/CondAlgX.cxx 1 addition, 1 deletionControl/AthenaExamples/AthExHive/src/CondAlgX.cxx
- Control/AthenaExamples/AthExHive/src/CondAlgY.cxx 2 additions, 2 deletionsControl/AthenaExamples/AthExHive/src/CondAlgY.cxx
- Control/AthenaKernel/AthenaKernel/CondCont.h 5 additions, 3 deletionsControl/AthenaKernel/AthenaKernel/CondCont.h
- Control/AthenaKernel/AthenaKernel/CondContFactory.h 34 additions, 0 deletionsControl/AthenaKernel/AthenaKernel/CondContFactory.h
- Control/AthenaKernel/AthenaKernel/CondContMaker.h 33 additions, 0 deletionsControl/AthenaKernel/AthenaKernel/CondContMaker.h
- Control/AthenaKernel/AthenaKernel/ICondContMaker.h 23 additions, 0 deletionsControl/AthenaKernel/AthenaKernel/ICondContMaker.h
- Control/AthenaKernel/share/CondCont_test.ref 2 additions, 2 deletionsControl/AthenaKernel/share/CondCont_test.ref
- Control/AthenaKernel/src/CondContFactory.cxx 36 additions, 0 deletionsControl/AthenaKernel/src/CondContFactory.cxx
- Control/AthenaKernel/test/CondCont_test.cxx 9 additions, 6 deletionsControl/AthenaKernel/test/CondCont_test.cxx
- Control/AthenaServices/src/AthenaEventLoopMgr.cxx 1 addition, 2 deletionsControl/AthenaServices/src/AthenaEventLoopMgr.cxx
- Control/AthenaServices/src/AthenaHiveEventLoopMgr.cxx 25 additions, 11 deletionsControl/AthenaServices/src/AthenaHiveEventLoopMgr.cxx
- Control/AthenaServices/src/AthenaHiveEventLoopMgr.h 1 addition, 0 deletionsControl/AthenaServices/src/AthenaHiveEventLoopMgr.h
- Control/AthenaServices/src/DecisionSvc.cxx 3 additions, 3 deletionsControl/AthenaServices/src/DecisionSvc.cxx
- Control/IOVSvc/IOVSvc/CondSvc.h 26 additions, 5 deletionsControl/IOVSvc/IOVSvc/CondSvc.h
Loading
Please register or sign in to comment