]> git.uio.no Git - u/mrichter/AliRoot.git/commit
- workaround for copying and merging of ESDs: The HLTOUT contains ESDs for every...
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 Apr 2008 06:53:35 +0000 (06:53 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 Apr 2008 06:53:35 +0000 (06:53 +0000)
commit90c376474a9a601e73b36fa41376a9c78799c755
tree0afaeca81b2a148e11da90c76a6a00db43504bfe
parent7c33fcd719d71b9328b5e7c7fc92c828a2a044cc
- workaround for copying and merging of ESDs: The HLTOUT contains ESDs for every event
  which need to be merged and copied. There is no other way to copy ESDs than writing
  to a temporary tree and reading it back into the target, even that might cause a crash
  in the subsequent TRee::Fill -> workaround: TChain and temporary files
- correct initialization of the magnetic field in TPC ESD writer/converter
HLT/BASE/AliHLTSystem.cxx
HLT/TPCLib/AliHLTTPCEsdWriterComponent.cxx
HLT/TPCLib/AliHLTTPCEsdWriterComponent.h
HLT/rec/AliHLTEsdManager.cxx
HLT/rec/AliHLTEsdManager.h
HLT/sim/AliHLTSimulation.cxx