]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/TPCLib/AliHLTTPC.h
Added the digit reader classes that allow reading of raw packed and unpacked
authortimms <timms@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 28 Oct 2005 09:45:11 +0000 (09:45 +0000)
committertimms <timms@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 28 Oct 2005 09:45:11 +0000 (09:45 +0000)
commita38a7850e38738c8a1f2121595ec22f088e3c8c0
treee9b05e2ee25c5cc9764bb83b05530ba52d770f12
parentc846a312fad777940d96a6295498e155d5c0bf03
Added the digit reader classes that allow reading of raw packed and unpacked
data via the same interface.

Copied the AliHLTTPCClustFinderNew class into the AliHLTTPCClusterFinder
class and modified this to use the new digit reader class(es) for reading
of its input data. The cluster finder can therefore now work both on
the raw packed data (as received from the TPC) and the pre-unpacked data
as delivered by the RawDataUnpackerComponent.

Added the TPC online display ROOT code in the OnlineDisplay subdirectory.
20 files changed:
HLT/TPCLib/AliHLTTPC.cxx
HLT/TPCLib/AliHLTTPC.h
HLT/TPCLib/AliHLTTPCClusterFinder.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCClusterFinder.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCClusterFinderComponent.cxx
HLT/TPCLib/AliHLTTPCClusterFinderComponent.h
HLT/TPCLib/AliHLTTPCDigitReader.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCDigitReader.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCDigitReaderPacked.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCDigitReaderPacked.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCDigitReaderUnpacked.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCDigitReaderUnpacked.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCLinkDef.h
HLT/TPCLib/AliHLTTPCMemHandler.cxx
HLT/TPCLib/AliHLTTPCMemHandler.h
HLT/TPCLib/Makefile
HLT/TPCLib/OnlineDisplay/GEO/alice.geom [new file with mode: 0644]
HLT/TPCLib/OnlineDisplay/HLT-OnlineDisplay-HOMER.C [new file with mode: 0644]
HLT/TPCLib/OnlineDisplay/StartDisplayMacro.C [new file with mode: 0644]
HLT/TPCLib/OnlineDisplay/rootlogon.C [new file with mode: 0644]