]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
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)
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.


No differences found