]> git.uio.no Git - u/mrichter/AliRoot.git/commit - FMD/AliFMDBaseDigit.h
A lot of changes after detector review:
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Jan 2009 16:07:40 +0000 (16:07 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 Jan 2009 16:07:40 +0000 (16:07 +0000)
commitfaf80567e50c3b411106dcc26a9d3e95b6a1fa1a
tree9e0b41e444d4b88b3ec57cd23f690dec1b2ceb70
parent7b85e477508179cc269d3c3a43d83cdd5e99cc5a
A lot of changes after detector review:

* AliFMDBaseDigit (and AliFMDDigit and AliFMDSDigit
  by extension) derive from silly AliDigit.
* Up to 3 track labels propegated from hits to
  digits and sdigits.
* Implemented AliFMD::Raw2SDigits (see also
  scripts/TestRaw2SDigits.C).
* Added survey data of FMD1 and 2.
* Added FMD2 survey markers to geomtry.
* Survey to alignment is almost done.  The code
  is in AliFMDSurveyToAlignObjs.  Note, FMD2
  survey can only give FMD2 z-offset, while FMD1
  survey can in priniple also give x,y offsets
  as well as rotations.  FMD2 z-offset is determined
  as a best-fit of a plane to the available data.
* FMD2 and 3 are still roughly 4mm off from design. I
  need to talk to ITS people about this.
36 files changed:
FMD/AliFMD.cxx
FMD/AliFMD.h
FMD/AliFMDBackgroundCorrection.cxx
FMD/AliFMDBaseDigit.cxx
FMD/AliFMDBaseDigit.h
FMD/AliFMDBaseDigitizer.cxx
FMD/AliFMDBaseDigitizer.h
FMD/AliFMDDigit.cxx
FMD/AliFMDDigit.h
FMD/AliFMDDigitizer.cxx
FMD/AliFMDGeometryBuilder.cxx
FMD/AliFMDHitDigitizer.cxx
FMD/AliFMDInput.cxx
FMD/AliFMDInput.h
FMD/AliFMDRawReader.cxx
FMD/AliFMDRawReader.h
FMD/AliFMDReconstructor.cxx
FMD/AliFMDReconstructor.h
FMD/AliFMDSDigit.cxx
FMD/AliFMDSDigit.h
FMD/AliFMDStripIndex.h
FMD/AliFMDSurveyToAlignObjs.cxx
FMD/AliFMDSurveyToAlignObjs.h
FMD/Config.C
FMD/Reconstruct.C
FMD/Simulate.C
FMD/Survey_943928_FMD.txt [new file with mode: 0644]
FMD/Survey_976326_FMD.txt [new file with mode: 0644]
FMD/scripts/DrawBothDigits.C [new file with mode: 0644]
FMD/scripts/DrawDigits.C
FMD/scripts/DrawESD.C
FMD/scripts/DrawHits.C
FMD/scripts/DrawHitsDigits.C
FMD/scripts/DrawHitsSDigits.C [new file with mode: 0644]
FMD/scripts/DrawSDigits.C
FMD/scripts/TestRaw2SDigits.C [new file with mode: 0644]