]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/PHOS/AliHLTPHOSRcuHistogramProducerComponent.cxx
New interface for shared memory. The AliHLTPHOSValidDataStruct now has a pointer...
authorphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 Nov 2007 22:09:33 +0000 (22:09 +0000)
committerphille <phille@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 27 Nov 2007 22:09:33 +0000 (22:09 +0000)
commit14ff16ed22b2a3f54146c8f60b7ebf72f0578347
treed82a1698d3ccd4f0e38fcafdcabe28afc7062162
parent76321f61564d4c7cdad20a767f2b8c75d4376b2c
New interface for shared memory. The AliHLTPHOSValidDataStruct now has a pointer to the raw data
instead of an array, this allows for channel by channel decision about attaching
raw data to the HLT outputstream (i.e higher compression rate) .
The data pointer has to be set correctly by
the new shared memory interface (AliHLTPHOSSharedMemoryInerface.h/cxx).
Component that uses the output from raw analyzer is updated to use the
new interface.
18 files changed:
HLT/PHOS/AliHLTPHOSClusterizer.h
HLT/PHOS/AliHLTPHOSDigitDataStruct.h
HLT/PHOS/AliHLTPHOSDigitMaker.cxx
HLT/PHOS/AliHLTPHOSDigitMaker.h
HLT/PHOS/AliHLTPHOSDigitMakerComponent.cxx
HLT/PHOS/AliHLTPHOSRawAnalyzerComponent.cxx
HLT/PHOS/AliHLTPHOSRawAnalyzerComponent.h
HLT/PHOS/AliHLTPHOSRcuCellEnergyDataStruct.h
HLT/PHOS/AliHLTPHOSRcuHistogramProducerComponent.cxx
HLT/PHOS/AliHLTPHOSRcuHistogramProducerComponent.h
HLT/PHOS/AliHLTPHOSSharedMemoryInterface.cxx [new file with mode: 0644]
HLT/PHOS/AliHLTPHOSSharedMemoryInterface.h [moved from HLT/PHOS/AliHLTPHOSRcuCompressedRawDataStruct.h with 63% similarity]
HLT/PHOS/AliHLTPHOSValidCellDataStruct.h
HLT/PHOS/AliHLTPHOSValidChannelDataStruct.h [deleted file]
HLT/PHOS/OnlineDisplay/AliHLTPHOSOnlineDisplay.h
HLT/PHOS/OnlineDisplay/AliHLTPHOSOnlineDisplayEventTab.cxx
HLT/PHOS/OnlineDisplay/AliHLTPHOSOnlineDisplayEventTab.h
HLT/PHOS/OnlineDisplay/AliHLTPHOSOnlineDisplayRawTab.cxx