]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/sim/AliHLTOUTComponent.cxx
- HLT simulation writes digit data in addition to raw data
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Apr 2008 00:54:41 +0000 (00:54 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Apr 2008 00:54:41 +0000 (00:54 +0000)
commitc512382464cdd8bfcef9d34c7134cd9d9376f9f5
treeb6e62ea6056d3ad7bd1e193133b3969e532b8957
parent0abe4b3a149c7d319addb3918aa5616c58ef0969
- HLT simulation writes digit data in addition to raw data
- bugfix AliHLTOUTComponent: wrong byte swap suppressed data origin in homer descriptor
- AliHLTEsdManager added: merging and writing of HLT ESDs
- HLTOUT treatment: AliHLTOUTHomerCollection abstract interface for digits/raw data added
- AliHLTOUTDigitReader added: reading of simulated HLT digit data
- AliHLTOUTRawReader: common functionality moved to AliHLTOUTHomerCollection
- TPCDigitPublisher enhanced: encode digits to raw data
- AltroData Generator: encoding on channel level
- corrections in documentation
36 files changed:
HLT/BASE/AliHLTComponent.cxx
HLT/BASE/AliHLTDataBuffer.cxx
HLT/BASE/AliHLTModuleAgent.cxx
HLT/BASE/AliHLTModuleAgent.h
HLT/BASE/AliHLTOUT.cxx
HLT/BASE/AliHLTOUT.h
HLT/BASE/AliHLTOUTHomerBuffer.cxx
HLT/BASE/AliHLTOfflineDataSink.h
HLT/BASE/AliHLTOfflineInterface.cxx
HLT/BASE/AliHLTSystem.cxx
HLT/BASE/AliHLTSystem.h
HLT/BASE/Makefile.am
HLT/BASE/interface/AliHLTExternalInterface.cxx
HLT/BASE/interface/AliHLTExternalInterface.h
HLT/RCU/AliHLTAltroGenerator.cxx
HLT/SampleLib/AliHLTSamplePreprocessor.h
HLT/TPCLib/AliHLTTPCEsdWriterComponent.cxx
HLT/TPCLib/AliHLTTPCFileHandler.cxx
HLT/TPCLib/AliHLTTPCFileHandler.h
HLT/TPCLib/macros/dumpTPCDigits.C [new file with mode: 0644]
HLT/TPCLib/macros/sim-hlt-tpc.C
HLT/libHLTrec.pkg
HLT/rec/AliHLTEsdManager.cxx [new file with mode: 0644]
HLT/rec/AliHLTEsdManager.h [new file with mode: 0644]
HLT/rec/AliHLTOUTDigitReader.cxx [new file with mode: 0644]
HLT/rec/AliHLTOUTDigitReader.h [new file with mode: 0644]
HLT/rec/AliHLTOUTHomerCollection.cxx [new file with mode: 0644]
HLT/rec/AliHLTOUTHomerCollection.h [new file with mode: 0644]
HLT/rec/AliHLTOUTRawReader.cxx
HLT/rec/AliHLTOUTRawReader.h
HLT/rec/AliHLTReconstructor.cxx
HLT/rec/AliHLTReconstructor.h
HLT/rec/Makefile.am
HLT/sim/AliHLTOUTComponent.cxx
HLT/sim/AliHLTOUTComponent.h
HLT/sim/AliHLTSimulation.cxx