]> git.uio.no Git - u/mrichter/AliRoot.git/commit - FMD/scripts/DisplayRecs.C
The patch fixes
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 3 May 2006 18:18:03 +0000 (18:18 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 3 May 2006 18:18:03 +0000 (18:18 +0000)
commit15b17c89d33fb0ea615b19d1b8f419b76bed4ea4
tree56671e0602fa53abafc469120160fad173f7b6ac
parent3e3ba835bba4ebdad7c5ee1b58a58cd0ea9c1f81
The patch fixes

      * Bug in AliFMDBaseDigitizer that caused only a subset of channels
        to be digitised.
      * Made the range of ADC's be 0-1023 (10bit) rather than 0-1024.
      * Removed an old #if 1 ... #else ... #endif
      * Up-ted some debug levels
      * Fix to debug event display to show ESD data too.
      * Abstracted adding a marker in debug event display.
      * Added cut setters (via context menu too) of display cut-offs.
      * Removed CDB setup from scripts Reconstruct.C and Simulate.C
        since this is now taken care of by AliReconstruction and
        AliSimulation.
      * Some more stuff drawn for debug in DrawHitsRecs.C

Christian
14 files changed:
FMD/AliFMDBaseDigitizer.cxx
FMD/AliFMDDetector.cxx
FMD/AliFMDDisplay.cxx
FMD/AliFMDDisplay.h
FMD/AliFMDReconstructor.cxx
FMD/Reconstruct.C
FMD/Simulate.C
FMD/scripts/DisplayDigits.C [new file with mode: 0644]
FMD/scripts/DisplayESD.C [new file with mode: 0644]
FMD/scripts/DisplayRecs.C [new file with mode: 0644]
FMD/scripts/DrawDigits.C [new file with mode: 0644]
FMD/scripts/DrawHitsRecs.C
FMD/scripts/PrintCalibration.C [new file with mode: 0644]
FMD/scripts/Resolution.C [new file with mode: 0644]