]> git.uio.no Git - u/mrichter/AliRoot.git/commit - MUON/AliMUONTrackerACFDataMaker.h
MUONrecLinkDef.h
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 Jul 2008 17:07:07 +0000 (17:07 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 3 Jul 2008 17:07:07 +0000 (17:07 +0000)
commit515cc5b585b3588f59036f84daa14dadcce40b50
tree6fc09dcc168e9a78a5374117866bc34f41df723f
parente13620cdc6475adda53fe83b93b26d550cf9e3ea
MUONrecLinkDef.h
MUONgraphicsLinkDef.h
libMUONrec.pkg
libMUONgraphics.pkg

Moving DataMaker classes from graphics to rec, to be able to reuse
them in the QA phase.

AliMUONVTrackerDataMaker.h

Added a ProcessEvent method. The existing NextEvent method should now
do only the advance-to-next-event stuff, the actual processing should
be done in ProcessEvent. This allows the data makers to be used with
rawreader they can "touch" (i.e. use NextEvent/Rewind), and with
rawreader they can not.

AliMUONTrackerCalibratedDataMaker.h
AliMUONTrackerCalibratedDataMaker.cxx
AliMUONTrackerRawDataMaker.h
AliMUONTrackerRawDataMaker.cxx
AliMUONTrackerDataWrapper.h
AliMUONTrackerOCDBDataMaker.h
AliMUONTrackerACFDataMaker.h

Implemented ProcessEvent by extracting the relevant pieces of code
from NextEvent.
12 files changed:
MUON/AliMUONTrackerACFDataMaker.h
MUON/AliMUONTrackerCalibratedDataMaker.cxx
MUON/AliMUONTrackerCalibratedDataMaker.h
MUON/AliMUONTrackerDataWrapper.h
MUON/AliMUONTrackerOCDBDataMaker.h
MUON/AliMUONTrackerRawDataMaker.cxx
MUON/AliMUONTrackerRawDataMaker.h
MUON/AliMUONVTrackerDataMaker.h
MUON/MUONgraphicsLinkDef.h
MUON/MUONrecLinkDef.h
MUON/libMUONgraphics.pkg
MUON/libMUONrec.pkg