]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/libAliHLTSample.pkg
moved HLT preprocessor to libHLTshuttle; added HLT module preprocessor framework...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Jan 2008 21:37:21 +0000 (21:37 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 21 Jan 2008 21:37:21 +0000 (21:37 +0000)
commit12ec5482aa826b2cb3d989d9094ef0a311ded83b
treebf183eef7700c4b515c521edd1be723cf83097b5
parent827119105cb0e30253154c1d3935867fc005f575
moved HLT preprocessor to libHLTshuttle; added HLT module preprocessor framework; moved existing processing code of AliHLTPreprocessor to AliHLTSamplePreprocessor; added AliHLTCompPreprocessor (Jenny); AliHLTPreprocessor completely changed, has now container functionality for all HLT module preprocessors
22 files changed:
HLT/BASE/AliHLTModuleAgent.cxx
HLT/BASE/AliHLTModuleAgent.h
HLT/Makefile.am
HLT/SampleLib/AliHLTAgentSample.cxx
HLT/SampleLib/AliHLTAgentSample.h
HLT/SampleLib/AliHLTSamplePreprocessor.cxx [new file with mode: 0644]
HLT/SampleLib/AliHLTSamplePreprocessor.h [new file with mode: 0644]
HLT/comp/AliHLTCompAgent.cxx
HLT/comp/AliHLTCompAgent.h
HLT/comp/AliHLTCompPreprocessor.cxx [new file with mode: 0644]
HLT/comp/AliHLTCompPreprocessor.h [new file with mode: 0644]
HLT/configure.ac
HLT/libAliHLTComp.pkg
HLT/libAliHLTSample.pkg
HLT/libHLTrec.pkg
HLT/rec/AliHLTPreprocessor.cxx [deleted file]
HLT/rec/AliHLTPreprocessor.h [deleted file]
HLT/shuttle/AliHLTModulePreprocessor.cxx [new file with mode: 0644]
HLT/shuttle/AliHLTModulePreprocessor.h [new file with mode: 0644]
HLT/shuttle/AliHLTPreprocessor.cxx [new file with mode: 0644]
HLT/shuttle/AliHLTPreprocessor.h [new file with mode: 0644]
HLT/shuttle/Makefile.am [new file with mode: 0644]