]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/BASE/AliHLTConfiguration.cxx
bugfix, follow up for #83123: two independent HLT systems with separate configuration...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Nov 2011 10:10:29 +0000 (10:10 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Nov 2011 10:10:29 +0000 (10:10 +0000)
commita869209c78466f41fbdb83afed6a73c44bcb9dc2
tree521a22b323a5920df8c169eb540f30536bfe2dc6
parent1e6f525031bc20290caab51361be99ffe2ea982c
bugfix, follow up for #83123: two independent HLT systems with separate configuration handlers still had the problem that the configurations have been mixed because of using only the global configuration handler during extraction of sources; now the configuration handler is required as parameter in AliHLTConfiguration::ExtractSources and all global backdoors are removed
HLT/BASE/AliHLTConfiguration.cxx
HLT/BASE/AliHLTConfiguration.h
HLT/BASE/AliHLTSystem.cxx