]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/TPCLib/AliHLTTPCClusterDataFormat.h
Added a dummy component into the sample library.
authortimms <timms@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Aug 2005 11:20:47 +0000 (11:20 +0000)
committertimms <timms@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 12 Aug 2005 11:20:47 +0000 (11:20 +0000)
commit71d7c760fc04faaf6c719034cea2db325c4d719b
tree163f7e7e976c868e980aa43974fc776cd41cc414
parentac3894d56c1552e2b668910ba635d88cdc5a1b76
Added a dummy component into the sample library.
Several changes to the BASE module found to be necessary during the
implementation of the dummy component and the TPC components.
Ported existing Pub/Sub TPC components from the framework into the
new system.
32 files changed:
HLT/BASE/AliHLTComponent.h
HLT/BASE/AliHLTDataTypes.h
HLT/BASE/AliHLTDefinitions.h [new file with mode: 0644]
HLT/BASE/AliHLTProcessor.cxx
HLT/BASE/AliHLTProcessor.h
HLT/BASE/AliHLT_C_Component_WrapperInterface.cxx
HLT/BASE/AliHLT_C_Component_WrapperInterface.h
HLT/SampleLib/AliHLTDummyComponent.cxx [new file with mode: 0644]
HLT/SampleLib/AliHLTDummyComponent.h [new file with mode: 0644]
HLT/SampleLib/AliHLTSampleComponent1.cxx
HLT/SampleLib/AliHLTSampleComponent1.h
HLT/SampleLib/AliHLTSampleComponent2.cxx
HLT/SampleLib/AliHLTSampleComponent2.h
HLT/SampleLib/AliHLTSampleLinkDef.h
HLT/SampleLib/Makefile
HLT/TPCLib/AliHLTTPCClusterDataFormat.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCClusterFinderComponent.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCClusterFinderComponent.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCDefinitions.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCDefinitions.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCGlobalMergerComponent.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCGlobalMergerComponent.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCLinkDef.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCRawDataFormat.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCRawDataUnpackerComponent.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCRawDataUnpackerComponent.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCSliceTrackerComponent.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCSliceTrackerComponent.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCTrackletDataFormat.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCVertexFinderComponent.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCVertexFinderComponent.h [new file with mode: 0644]
HLT/TPCLib/Makefile [new file with mode: 0644]