]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/BASE/AliHLTConfigurationHandler.cxx
- singleton functionality added for component and configuration handler
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 Jul 2008 12:40:06 +0000 (12:40 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 Jul 2008 12:40:06 +0000 (12:40 +0000)
commitb005ef92e531ebc17c689cc6b9e15863612b51ec
tree8f0c45bb0fba0433716e141239ad67a717ee3cce
parent782e5230e58d3bf969da46cb28e61164375cf486
- singleton functionality added for component and configuration handler
- support for multiple instances of AliHLTSystem
- HLTOUT processing policy moved from block-oriented to handler-oriented, one
  handler can now serve multiple data blocks but gets called only once
- added Reset method to AliHLTOUT class in order to use the same object for
  multiple events
- preparations for the HLTOUT kChain implementation, not yet finished
12 files changed:
HLT/BASE/AliHLTComponentHandler.cxx
HLT/BASE/AliHLTComponentHandler.h
HLT/BASE/AliHLTConfigurationHandler.cxx
HLT/BASE/AliHLTConfigurationHandler.h
HLT/BASE/AliHLTModuleAgent.h
HLT/BASE/AliHLTOUT.cxx
HLT/BASE/AliHLTOUT.h
HLT/BASE/AliHLTOUTHomerBuffer.h
HLT/BASE/AliHLTSystem.cxx
HLT/BASE/AliHLTSystem.h
HLT/rec/AliHLTReconstructor.cxx
HLT/rec/AliHLTReconstructor.h