]> git.uio.no Git - u/mrichter/AliRoot.git/commit
- break up of argument string into argument list: making static method of AliHLTConfi...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Jan 2009 09:11:46 +0000 (09:11 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 13 Jan 2009 09:11:46 +0000 (09:11 +0000)
commit4b31e06b83ed5b56bfa164a64824db2786245321
tree502e5631012fe39f1b9279dcc7c695c7f5ef5760
parentda8c4c1c05b867ebf75fb369b7afb680e91f92dd
- break up of argument string into argument list: making static method of AliHLTConfiguration public in order to be used as helper function
- make selection functionality and parsing of arguments from AliHLTBlockFilteirComponent commonly available: AliHLTBlockDataCollection
- AliHLTFileWriter: adding support for data block selection and postpone burst write
15 files changed:
HLT/BASE/AliHLTBlockDataCollection.cxx [new file with mode: 0644]
HLT/BASE/AliHLTBlockDataCollection.h [new file with mode: 0644]
HLT/BASE/AliHLTConfiguration.cxx
HLT/BASE/AliHLTConfiguration.h
HLT/BASE/test/Makefile.am
HLT/BASE/test/testAliHLTBlockDataCollection.C [new file with mode: 0644]
HLT/BASE/util/AliHLTBlockFilterComponent.cxx
HLT/BASE/util/AliHLTBlockFilterComponent.h
HLT/BASE/util/AliHLTFileWriter.cxx
HLT/BASE/util/AliHLTFileWriter.h
HLT/BASE/util/Makefile.am
HLT/BASE/util/test/Makefile.am [new file with mode: 0644]
HLT/BASE/util/test/testAliHLTFileWriter.C [new file with mode: 0644]
HLT/configure.ac
HLT/libHLTbase.pkg