]> git.uio.no Git - u/mrichter/AliRoot.git/commit - TRD/AliTRDclusterizer.h
major TRD reconstruction update
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Apr 2009 14:12:58 +0000 (14:12 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Apr 2009 14:12:58 +0000 (14:12 +0000)
commitb72f4eaf27678694266b72a5939f368529364ef8
treed0981126aa7349767979cf519364c82524d75d51
parente00d46abaf0beb409c305f9acabdada0c91c3520
major TRD reconstruction update
- update clusterizer for flexible switch between methods to calculate
  r-phi cluster position. Currently the following methods are supported:
  - COG - center of gravity
  - LUT - look up table [default]
  - GAUS - gauss approximation [testing phase - to production]
- move position calculation related code from clusterizer to the cluster
  itself
- steering options for cluster position calculation implemented at Reconstructor level.
  - user help via static method AliTRDReconstructor::Options() function
- consistent pad row cross implementation in the tracklet. Reference
  radial position for pads crossing pad row is recalculated based on z
  cluster charge distribution.
- miscellaneous
17 files changed:
TRD/AliTRDReconstructor.cxx
TRD/AliTRDReconstructor.h
TRD/AliTRDarrayADC.h
TRD/AliTRDcluster.cxx
TRD/AliTRDcluster.h
TRD/AliTRDclusterizer.cxx
TRD/AliTRDclusterizer.h
TRD/AliTRDrecoParam.cxx
TRD/AliTRDrecoParam.h
TRD/AliTRDseedV1.cxx
TRD/AliTRDseedV1.h
TRD/AliTRDtrackV1.cxx
TRD/AliTRDtrackV1.h
TRD/AliTRDtrackerV1.cxx
TRD/AliTRDtransform.cxx
TRD/AliTRDtransform.h
TRD/qaRec/AliTRDresolution.cxx