]> git.uio.no Git - u/mrichter/AliRoot.git/commit - FMD/AliFMDDisplay.h
New RAW I/O. I rolled my own, because I wasn't happy with the old
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 21 Mar 2006 12:58:10 +0000 (12:58 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 21 Mar 2006 12:58:10 +0000 (12:58 +0000)
commit1e8f773ec10afa84ca5d4a654a27b44759f36097
treef1bf808aff99981eb5b18c0ea07304aeb9f562ea
parentd2a27428a773e192a502166e0a679206e85e21fa
New RAW I/O.  I rolled my own, because I wasn't happy with the old
implementation, and things were missing.   The new implementation can
actually be used in any setting, and is much more flexible.

Some other fixes for various small things, and new macros to make
fake alignment data, etc.
31 files changed:
FMD/AliFMDAlignFaker.cxx
FMD/AliFMDAlignFaker.h
FMD/AliFMDAltroIO.cxx [new file with mode: 0644]
FMD/AliFMDAltroIO.h [new file with mode: 0644]
FMD/AliFMDAltroMapping.cxx
FMD/AliFMDAltroMapping.h
FMD/AliFMDCalibFaker.cxx
FMD/AliFMDDigitizer.cxx
FMD/AliFMDDisplay.cxx
FMD/AliFMDDisplay.h
FMD/AliFMDInput.cxx
FMD/AliFMDParameters.cxx
FMD/AliFMDParameters.h
FMD/AliFMDRawReader.cxx
FMD/AliFMDRawStream.cxx
FMD/AliFMDRawStream.h
FMD/AliFMDRawWriter.cxx
FMD/AliFMDRawWriter.h
FMD/AliFMDReconstructor.cxx
FMD/FMDbaseLinkDef.h
FMD/Reconstruct.C
FMD/Simulate.C
FMD/libFMDbase.pkg
FMD/scripts/ApplyAlignment.C [new file with mode: 0644]
FMD/scripts/Convert2Raw.C [new file with mode: 0644]
FMD/scripts/DisplayHits.C
FMD/scripts/MakeAlignment.C [new file with mode: 0644]
FMD/scripts/RawTest.C
FMD/scripts/ShowRaw.C
FMD/scripts/TestHWMap.C
FMD/scripts/TestRawIO.C [new file with mode: 0644]