ATLAS Offline Software
|
The TrkPatternParameters package contains class to represent the Track parameters at all kind surface. This class optimazed for pattern recognition process. The main property of this class is that his information can be rewrite. It is means that the same object of this class can present information for any kind surface and during reconstruction process don't need to use operators new and delete. Pointer to surface define kind of track presentation. If this pointer is pointer to AtaPlane it is means that track parameters are for AtaPlane if it points to Perigee surface track parameters are for Perigee.
The main data member of this class are:
Given class contains set member functions which provide similar information like standard TrackParameters class and contains set converters which provide transformation information from TrackParameters to PatternParameteres and from PatternParameteres to TrackParameters.