]> git.uio.no Git - u/mrichter/AliRoot.git/commit - EVE/EveDet/AliEveTRDData.cxx
major TRD reconstruction update
authorabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Apr 2009 14:14:19 +0000 (14:14 +0000)
committerabercuci <abercuci@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Apr 2009 14:14:19 +0000 (14:14 +0000)
commit0495887fc7ec5258e08aab669d6fe4dd854ba18d
tree45e899c657a54359b9501a78f2b4fbcb46cf7ce0
parentb72f4eaf27678694266b72a5939f368529364ef8
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]
        - 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
EVE/EveDet/AliEveTRDData.cxx
EVE/EveDet/AliEveTRDTrackList.cxx