]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Renaming AliHLTReconstructorBase to AliHLTPluginBase to reflect the
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 May 2009 07:21:26 +0000 (07:21 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 14 May 2009 07:21:26 +0000 (07:21 +0000)
commit7bf6c76dd1958da745faaf3bacd91d6a8d079b2c
tree969a811871057cff27bd373a909bc31d4892d8bc
parentc8b1590d38895c0471accffb8a0bf536e4aba304
Renaming AliHLTReconstructorBase to AliHLTPluginBase to reflect the
more common role. The change is backward campatible in order to run
macros of older AliRoot versions.

Adding the AliHLTPluginBase to AliHLTSimulation in order to support
definition of HLT chains within the same macro.

Incorporating chain definition into sim-hlt-tpc.C macro and deleting
separate conf-tpc-esd.C macro. Removing command line initialization
for magnetic field -> rely on OCDB object.
35 files changed:
HLT/BASE/AliHLTPluginBase.cxx [new file with mode: 0644]
HLT/BASE/AliHLTPluginBase.h [new file with mode: 0644]
HLT/BASE/AliHLTReconstructorBase.cxx
HLT/BASE/AliHLTReconstructorBase.h
HLT/CMake_libHLTbase.txt
HLT/ITS/macros/rec-sdd-from-hltout.C
HLT/ITS/macros/rec-spd-cluster.C
HLT/ITS/macros/rec-ssd-cluster.C
HLT/MUON/macros/HLToutputTodHLTRootObjects.C
HLT/TPCLib/macros/activePadsTest.C
HLT/TPCLib/macros/cal-hlt-tpc-offline.C
HLT/TPCLib/macros/conf-tpc-esd.C [deleted file]
HLT/TPCLib/macros/histogramHandlerTest.C
HLT/TPCLib/macros/noiseMapHistoHandler.C
HLT/TPCLib/macros/rec-hlt-tpc-ca.C
HLT/TPCLib/macros/rec-hlt-tpc-offline.C
HLT/TPCLib/macros/rec-hlt-tpc-tracks.C
HLT/TPCLib/macros/rec-hlt-tpc.C
HLT/TPCLib/macros/sim-hlt-tpc.C
HLT/TPCLib/test/compareDigitReaders.C
HLT/benchmark/macros/bench-externaltrackparam-sequence.C
HLT/exa/extract-ddlraw.C
HLT/exa/extract-hltout-payload.C
HLT/exa/hltout-collect-esd.C
HLT/exa/publish-rawreader-data.C
HLT/exa/rec-from-hltout.C
HLT/exa/split-hltout.C
HLT/global/macros/rec-hlt-global-merger.C
HLT/libHLTbase.pkg
HLT/rec/AliHLTReconstructor.cxx
HLT/rec/AliHLTReconstructor.h
HLT/rec/AliRawReaderHLT.cxx
HLT/rec/AliRawReaderHLT.h
HLT/sim/AliHLTSimulation.cxx
HLT/sim/AliHLTSimulation.h