introduced a hook to inject custom IDataHandleVisitor
Added a special data member to Algorithm and AlgTool so that derived classes can specify a special IDataHandleVisitor object that will be run on the data handles before collecting the dependencies. It is used in GaudiCommon to _fix_ the paths in the data handles with RootInTES.
Showing
- GaudiAlg/src/lib/GaudiCommon.icpp 4 additions, 7 deletionsGaudiAlg/src/lib/GaudiCommon.icpp
- GaudiExamples/tests/qmtest/refs/AlgTools2.ref 43 additions, 41 deletionsGaudiExamples/tests/qmtest/refs/AlgTools2.ref
- GaudiExamples/tests/qmtest/refs/AlgTools_pyopts.ref 24 additions, 24 deletionsGaudiExamples/tests/qmtest/refs/AlgTools_pyopts.ref
- GaudiKernel/GaudiKernel/AlgTool.h 3 additions, 0 deletionsGaudiKernel/GaudiKernel/AlgTool.h
- GaudiKernel/GaudiKernel/Algorithm.h 4 additions, 0 deletionsGaudiKernel/GaudiKernel/Algorithm.h
- GaudiKernel/src/Lib/AlgTool.cpp 5 additions, 1 deletionGaudiKernel/src/Lib/AlgTool.cpp
- GaudiKernel/src/Lib/Algorithm.cpp 3 additions, 0 deletionsGaudiKernel/src/Lib/Algorithm.cpp
Loading