]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/Makefile.am
- improvements in AliHLTFilePublisher/Writer
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Feb 2007 15:31:11 +0000 (15:31 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Feb 2007 15:31:11 +0000 (15:31 +0000)
commit3cde846dd47c1c9526cf3da55b0b689885e2b3f6
tree61a184b679f6b5e21032e0964a0cf8d589618549
parentc49cb542f8fdd7654586f9c9d52080d90ce37992
- improvements in AliHLTFilePublisher/Writer
- small fix in component handler to pipe log messages during registration
  of standard components into right log channel
- the ProcessEvent method is now a method of the component base class,
  the actual processing method to implement is DoProcessing
- new standard component AliHLTRootFileWriterComponent added
- TPCLib: AliHLTTPCEsdWriterComponent added, conversion of AliHLTTPCTrack
  to AliTPCtrack implemented (not finished)
- small fixes in stand-alone build system (libAliHLTPHOS.pkg, *LinkDef.h)
35 files changed:
HLT/BASE/AliHLTComponent.cxx
HLT/BASE/AliHLTComponent.h
HLT/BASE/AliHLTComponentHandler.cxx
HLT/BASE/AliHLTComponentHandler.h
HLT/BASE/AliHLTDataSink.cxx
HLT/BASE/AliHLTDataSink.h
HLT/BASE/AliHLTDataSource.cxx
HLT/BASE/AliHLTDataSource.h
HLT/BASE/AliHLTDataTypes.h
HLT/BASE/AliHLTFilePublisher.cxx
HLT/BASE/AliHLTFilePublisher.h
HLT/BASE/AliHLTFileWriter.cxx
HLT/BASE/AliHLTFileWriter.h
HLT/BASE/AliHLTLogging.cxx
HLT/BASE/AliHLTLogging.h
HLT/BASE/AliHLTProcessor.cxx
HLT/BASE/AliHLTProcessor.h
HLT/BASE/AliHLTRootFileWriterComponent.cxx [new file with mode: 0644]
HLT/BASE/AliHLTRootFileWriterComponent.h [new file with mode: 0644]
HLT/BASE/AliHLT_C_Component_WrapperInterface.cxx
HLT/BASE/HLTbaseLinkDef.h
HLT/ChangeLog
HLT/Makefile.am
HLT/PHOS/Makefile.am
HLT/TPCLib/AliHLTTPCEsdWriterComponent.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCEsdWriterComponent.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCGlobalMergerComponent.h
HLT/TPCLib/AliHLTTPCPad.cxx
HLT/TPCLib/AliHLTTPCTrack.cxx
HLT/TPCLib/AliHLTTPCTrack.h
HLT/TPCLib/AliHLTTPCTrackArray.cxx
HLT/TPCLib/AliHLTTPCTrackArray.h
HLT/TPCLib/Makefile.am
HLT/libHLTbase.pkg
HLT/make.dict