|
BOSS 8.0.0
BESIII Offline Software System
|
Helix parameter class. More...
#include <Helix.h>
Public Member Functions | |
| Ext_Helix (const HepPoint3D &pivot, const HepVector &a, const HepSymMatrix &Ea) | |
| Constructor with pivot, helix parameter a, and its error matrix. | |
| Ext_Helix (const HepPoint3D &pivot, const HepVector &a) | |
| Constructor without error matrix. | |
| Ext_Helix (const HepPoint3D &position, const Hep3Vector &momentum, double charge) | |
| Constructor with position, momentum, and charge. | |
| virtual | ~Ext_Helix () |
| Destructor. | |
| const HepPoint3D & | center (void) const |
| returns position of helix center(z = 0.); | |
| const HepPoint3D & | pivot (void) const |
| returns pivot position. | |
| double | radius (void) const |
| returns radious of helix. | |
| HepPoint3D | x (double dPhi=0.) const |
| returns position after rotating angle dPhi in phi direction. | |
| double * | x (double dPhi, double p[3]) const |
| HepPoint3D | x (double dPhi, HepSymMatrix &Ex) const |
| returns position and convariance matrix(Ex) after rotation. | |
| Hep3Vector | direction (double dPhi=0.) const |
| returns direction vector after rotating angle dPhi in phi direction. | |
| Hep3Vector | momentum (double dPhi=0.) const |
| returns momentum vector after rotating angle dPhi in phi direction. | |
| Hep3Vector | momentum (double dPhi, HepSymMatrix &Em) const |
| returns momentum vector after rotating angle dPhi in phi direction. | |
| HepLorentzVector | momentum (double dPhi, double mass) const |
| returns 4momentum vector after rotating angle dPhi in phi direction. | |
| HepLorentzVector | momentum (double dPhi, double mass, HepSymMatrix &Em) const |
| returns 4momentum vector after rotating angle dPhi in phi direction. | |
| HepLorentzVector | momentum (double dPhi, double mass, HepPoint3D &x, HepSymMatrix &Emx) const |
| returns 4momentum vector after rotating angle dPhi in phi direction. | |
| double | dr (void) const |
| returns an element of parameters. | |
| double | phi0 (void) const |
| double | kappa (void) const |
| double | dz (void) const |
| double | tanl (void) const |
| double | curv (void) const |
| double | sinPhi0 (void) const |
| double | cosPhi0 (void) const |
| const HepVector & | a (void) const |
| returns helix parameters. | |
| const HepSymMatrix & | Ea (void) const |
| returns error matrix. | |
| const HepVector & | a (const HepVector &newA) |
| sets helix parameters. | |
| const HepSymMatrix & | Ea (const HepSymMatrix &newdA) |
| sets helix paramters and error matrix. | |
| const HepPoint3D & | pivot (const HepPoint3D &newPivot) |
| sets pivot position. | |
| void | set (const HepPoint3D &pivot, const HepVector &a, const HepSymMatrix &Ea) |
| sets helix pivot position, parameters, and error matrix. | |
| void | ignoreErrorMatrix (void) |
| double | bFieldZ (double) |
| sets/returns z componet of the magnetic field. | |
| double | bFieldZ (void) const |
| Ext_Helix & | operator= (const Ext_Helix &) |
| Copy operator. | |
| HepMatrix | delApDelA (const HepVector &ap) const |
| HepMatrix | delXDelA (double phi) const |
| HepMatrix | delMDelA (double phi) const |
| HepMatrix | del4MDelA (double phi, double mass) const |
| HepMatrix | del4MXDelA (double phi, double mass) const |
Static Public Attributes | |
| static const double | ConstantAlpha |
| Constant alpha for uniform field. | |
Helix parameter class.
Definition at line 37 of file Reconstruction/TrkExtAlg/src/Helix.h.
| Ext_Helix::Ext_Helix | ( | const HepPoint3D & | pivot, |
| const HepVector & | a, | ||
| const HepSymMatrix & | Ea ) |
Constructor with pivot, helix parameter a, and its error matrix.
Definition at line 48 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
Referenced by operator=().
| Ext_Helix::Ext_Helix | ( | const HepPoint3D & | pivot, |
| const HepVector & | a ) |
Constructor without error matrix.
Definition at line 66 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
| Ext_Helix::Ext_Helix | ( | const HepPoint3D & | position, |
| const Hep3Vector & | momentum, | ||
| double | charge ) |
Constructor with position, momentum, and charge.
Definition at line 87 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
|
virtual |
|
inline |
sets helix parameters.
Definition at line 201 of file Reconstruction/TrkExtAlg/src/Helix.h.
|
inline |
returns helix parameters.
Definition at line 197 of file Reconstruction/TrkExtAlg/src/Helix.h.
Referenced by bFieldZ(), Ext_Helix(), Ext_Helix(), and set().
|
inline |
sets/returns z componet of the magnetic field.
Definition at line 209 of file Reconstruction/TrkExtAlg/src/Helix.h.
|
inline |
Definition at line 216 of file Reconstruction/TrkExtAlg/src/Helix.h.
|
inline |
returns position of helix center(z = 0.);
Definition at line 177 of file Reconstruction/TrkExtAlg/src/Helix.h.
|
inline |
Definition at line 220 of file Reconstruction/TrkExtAlg/src/Helix.h.
|
inline |
Definition at line 195 of file Reconstruction/TrkExtAlg/src/Helix.h.
| HepMatrix Ext_Helix::del4MDelA | ( | double | phi, |
| double | mass ) const |
Definition at line 555 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
Referenced by momentum().
| HepMatrix Ext_Helix::del4MXDelA | ( | double | phi, |
| double | mass ) const |
Definition at line 602 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
Referenced by momentum().
| HepMatrix Ext_Helix::delApDelA | ( | const HepVector & | ap | ) | const |
Definition at line 423 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
Referenced by pivot().
| HepMatrix Ext_Helix::delMDelA | ( | double | phi | ) | const |
Definition at line 520 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
Referenced by momentum().
| HepMatrix Ext_Helix::delXDelA | ( | double | phi | ) | const |
Definition at line 478 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
Referenced by x().
|
inline |
returns direction vector after rotating angle dPhi in phi direction.
Definition at line 183 of file Reconstruction/TrkExtAlg/src/Helix.h.
|
inline |
returns an element of parameters.
Definition at line 185 of file Reconstruction/TrkExtAlg/src/Helix.h.
Referenced by del4MXDelA(), delApDelA(), delXDelA(), and pivot().
|
inline |
Definition at line 191 of file Reconstruction/TrkExtAlg/src/Helix.h.
Referenced by del4MXDelA(), delApDelA(), delXDelA(), and pivot().
|
inline |
sets helix paramters and error matrix.
Definition at line 207 of file Reconstruction/TrkExtAlg/src/Helix.h.
|
inline |
returns error matrix.
Definition at line 199 of file Reconstruction/TrkExtAlg/src/Helix.h.
Referenced by Ext_Helix(), ExtMdcTrack::GetErrorMatrix(), and set().
| void Ext_Helix::ignoreErrorMatrix | ( | void | ) |
unsets error matrix. Error calculations will be ignored after this function call until an error matrix be set again. 0 matrix will be return as a return value for error matrix when you call functions which returns an error matrix.
Definition at line 675 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
|
inline |
Definition at line 189 of file Reconstruction/TrkExtAlg/src/Helix.h.
Referenced by ExtMdcTrack::GetErrorMatrix(), and pivot().
| HepLorentzVector Ext_Helix::momentum | ( | double | dPhi, |
| double | mass ) const |
returns 4momentum vector after rotating angle dPhi in phi direction.
Definition at line 218 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
| HepLorentzVector Ext_Helix::momentum | ( | double | dPhi, |
| double | mass, | ||
| HepPoint3D & | x, | ||
| HepSymMatrix & | Emx ) const |
returns 4momentum vector after rotating angle dPhi in phi direction.
Definition at line 263 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
| HepLorentzVector Ext_Helix::momentum | ( | double | dPhi, |
| double | mass, | ||
| HepSymMatrix & | Em ) const |
returns 4momentum vector after rotating angle dPhi in phi direction.
Definition at line 239 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
| Hep3Vector Ext_Helix::momentum | ( | double | dPhi, |
| HepSymMatrix & | Em ) const |
returns momentum vector after rotating angle dPhi in phi direction.
Definition at line 196 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
| Hep3Vector Ext_Helix::momentum | ( | double | dPhi = 0. | ) | const |
returns momentum vector after rotating angle dPhi in phi direction.
Definition at line 177 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
Referenced by Ext_Helix(), ExtMdcTrack::GetErrorMatrix(), and ExtMdcTrack::GetMomentum().
Copy operator.
Definition at line 365 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
|
inline |
Definition at line 187 of file Reconstruction/TrkExtAlg/src/Helix.h.
Referenced by del4MDelA(), del4MXDelA(), delApDelA(), delMDelA(), delXDelA(), ExtMdcTrack::GetErrorMatrix(), and pivot().
| const HepPoint3D & Ext_Helix::pivot | ( | const HepPoint3D & | newPivot | ) |
sets pivot position.
Definition at line 292 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
|
inline |
returns pivot position.
Definition at line 179 of file Reconstruction/TrkExtAlg/src/Helix.h.
Referenced by Ext_Helix(), Ext_Helix(), and set().
|
inline |
returns radious of helix.
Definition at line 181 of file Reconstruction/TrkExtAlg/src/Helix.h.
Referenced by ExtMdcTrack::GetTrackLength().
| void Ext_Helix::set | ( | const HepPoint3D & | pivot, |
| const HepVector & | a, | ||
| const HepSymMatrix & | Ea ) |
sets helix pivot position, parameters, and error matrix.
Definition at line 357 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
|
inline |
Definition at line 218 of file Reconstruction/TrkExtAlg/src/Helix.h.
|
inline |
Definition at line 193 of file Reconstruction/TrkExtAlg/src/Helix.h.
Referenced by ExtMdcTrack::GetTrackLength(), and pivot().
| double * Ext_Helix::x | ( | double | dPhi, |
| double | p[3] ) const |
Definition at line 141 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
| HepPoint3D Ext_Helix::x | ( | double | dPhi, |
| HepSymMatrix & | Ex ) const |
returns position and convariance matrix(Ex) after rotation.
Definition at line 157 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
| HepPoint3D Ext_Helix::x | ( | double | dPhi = 0. | ) | const |
returns position after rotating angle dPhi in phi direction.
Definition at line 125 of file Reconstruction/TrkExtAlg/src/Helix.cxx.
Referenced by ExtMdcTrack::GetErrorMatrix(), ExtMdcTrack::GetPosition(), momentum(), x(), and x().
|
static |
Constant alpha for uniform field.
Definition at line 147 of file Reconstruction/TrkExtAlg/src/Helix.h.