]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/trigger/AliBarrelRec_TPCparam.C
Update to the current version in the Bergen CVS. Most important
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Jan 2004 16:13:41 +0000 (16:13 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Jan 2004 16:13:41 +0000 (16:13 +0000)
commit6f388e0d7ccddda94efe6b682d81909b20e84596
tree7aaf10efc6aa6b781fe48d8285d6d8b96d14a81b
parent927d593f604d8aea6af2f2279797cc6b4c92b594
Update to the current version in the Bergen CVS. Most important
changes concern the

Standard Tracker:
Added possibility to define where to set the track parameters:
A new boolean static data member AliLevel3::fSetTracks2FirstPoint has been added.
If this is true (default) the tracks are propagated to the first point
on the track (impact point in the TPC), and track parameters are updated
accordingly. In order to define the parameters at the vertex position, you
you can place the call AliLevel3::SetTracks2Vertex, and no propagation will
be done.

Fitting:
Removed obsolute code
Bugfix in the fitting routing in AliL3FitUtilities.
Small change in how the fit range in the padrow plane is estimated.

Compression:
Changed the track parameters in the compression scheme. There are now 5
floats (instead of 6) used to encode the properties of the helix. These
are defined (as before) in AliL3Models.h.
29 files changed:
HLT/comp/AliL3ClusterFitter.cxx
HLT/comp/AliL3ClusterFitter.h
HLT/comp/AliL3Compress.cxx
HLT/comp/AliL3Compress.h
HLT/comp/AliL3DataCompressor.cxx
HLT/comp/AliL3DataCompressor.h
HLT/comp/AliL3FitUtilities.c
HLT/comp/AliL3ModelTrack.cxx
HLT/comp/AliL3ModelTrack.h
HLT/comp/AliL3Models.h
HLT/comp/AliL3OfflineDataCompressor.cxx
HLT/doc/changelog.bin
HLT/doc/changelog.comp
HLT/doc/changelog.doc
HLT/doc/changelog.exa
HLT/doc/changelog.hough
HLT/doc/changelog.kalman
HLT/doc/changelog.misc
HLT/doc/changelog.programs
HLT/doc/changelog.src
HLT/doc/changelog.top
HLT/doc/changelog.trigger
HLT/src/AliL3ConfMapTrack.cxx
HLT/src/AliL3Fitter.cxx
HLT/src/AliLevel3.cxx
HLT/src/AliLevel3.h
HLT/trigger/AliBarrelRec_TPCparam.C [new file with mode: 0644]
HLT/trigger/AliD0Trigger.C [new file with mode: 0644]
HLT/trigger/AliITSFindClustersV2.C [new file with mode: 0644]