#include <TMBL3Track.hpp>
Inheritance diagram for TMBL3Track:

Public Member Functions | |
| TMBL3Track () | |
| TMBL3Track (const TMBL3Track &) | |
| ~TMBL3Track () | |
| void | PtInv (double x) |
| void | Z (double x) |
| void | DCA (double x) |
| void | ChiSqXY (float x) |
| void | ChiSqZ (float x) |
| void | ValidZFit (bool x) |
| void | ValidXYFit (bool x) |
| void | nHitsZ (int x) |
| void | nHitsXY (int x) |
| void | nSMTHitsZ (int x) |
| void | nSMTHitsXY (int x) |
| double | PtInv () const |
| double | Z () const |
| double | DCA () const |
| float | tanl () const |
| float | ChiSq () const |
| float | ChiSqXY () const |
| float | ChiSqZ () const |
| bool | ValidFit () const |
| bool | ValidXYFit () const |
| bool | ValidZFit () const |
| int | nHitsZ () const |
| int | nHitsXY () const |
| int | nSMTHitsZ () const |
| int | nSMTHitsXY () const |
Private Attributes | |
| double | ptinv |
| double | z |
| double | dca |
| float | chisqxy |
| float | chisqz |
| bool | validxyfit |
| bool | validzfit |
| int | nhitsz |
| int | nhitsxy |
| int | nsmthitsz |
| int | nsmthitsxy |
Definition at line 21 of file TMBL3Track.hpp.
|
|
|
|
|
Definition at line 19 of file TMBL3Track.cpp. References chisqxy, chisqz, dca, nhitsxy, nhitsz, nsmthitsxy, nsmthitsz, ptinv, validxyfit, validzfit, and z. |
|
|
Definition at line 26 of file TMBL3Track.hpp. |
|
|
Definition at line 46 of file TMBL3Track.hpp. |
|
|
Definition at line 47 of file TMBL3Track.hpp. References chisqxy. |
|
|
Definition at line 32 of file TMBL3Track.hpp. References chisqxy. |
|
|
Definition at line 48 of file TMBL3Track.hpp. References chisqz. |
|
|
Definition at line 33 of file TMBL3Track.hpp. References chisqz. |
|
|
Definition at line 44 of file TMBL3Track.hpp. References dca. |
|
|
Definition at line 31 of file TMBL3Track.hpp. References dca. |
|
|
Definition at line 53 of file TMBL3Track.hpp. References nhitsxy. |
|
|
Definition at line 37 of file TMBL3Track.hpp. References nhitsxy. |
|
|
Definition at line 52 of file TMBL3Track.hpp. References nhitsz. |
|
|
Definition at line 36 of file TMBL3Track.hpp. References nhitsz. |
|
|
Definition at line 55 of file TMBL3Track.hpp. References nsmthitsxy. |
|
|
Definition at line 39 of file TMBL3Track.hpp. References nsmthitsxy. |
|
|
Definition at line 54 of file TMBL3Track.hpp. References nsmthitsz. |
|
|
Definition at line 38 of file TMBL3Track.hpp. References nsmthitsz. |
|
|
Definition at line 42 of file TMBL3Track.hpp. References ptinv. |
|
|
Definition at line 29 of file TMBL3Track.hpp. References ptinv. |
|
|
Definition at line 45 of file TMBL3Track.hpp. References TMBL3Base::eta. |
|
|
Definition at line 49 of file TMBL3Track.hpp. References validxyfit, and validzfit. |
|
|
Definition at line 50 of file TMBL3Track.hpp. References validxyfit. |
|
|
Definition at line 35 of file TMBL3Track.hpp. References validxyfit. |
|
|
Definition at line 51 of file TMBL3Track.hpp. References validzfit. |
|
|
Definition at line 34 of file TMBL3Track.hpp. References validzfit. |
|
|
Definition at line 43 of file TMBL3Track.hpp. References z. |
|
|
Definition at line 30 of file TMBL3Track.hpp. References z. |
|
|
Definition at line 61 of file TMBL3Track.hpp. Referenced by ChiSq(), ChiSqXY(), and TMBL3Track(). |
|
|
Definition at line 62 of file TMBL3Track.hpp. Referenced by ChiSq(), ChiSqZ(), and TMBL3Track(). |
|
|
Definition at line 60 of file TMBL3Track.hpp. Referenced by DCA(), and TMBL3Track(). |
|
|
Definition at line 66 of file TMBL3Track.hpp. Referenced by nHitsXY(), and TMBL3Track(). |
|
|
Definition at line 65 of file TMBL3Track.hpp. Referenced by nHitsZ(), and TMBL3Track(). |
|
|
Definition at line 68 of file TMBL3Track.hpp. Referenced by nSMTHitsXY(), and TMBL3Track(). |
|
|
Definition at line 67 of file TMBL3Track.hpp. Referenced by nSMTHitsZ(), and TMBL3Track(). |
|
|
Definition at line 58 of file TMBL3Track.hpp. Referenced by PtInv(), and TMBL3Track(). |
|
|
Definition at line 63 of file TMBL3Track.hpp. Referenced by TMBL3Track(), ValidFit(), and ValidXYFit(). |
|
|
Definition at line 64 of file TMBL3Track.hpp. Referenced by TMBL3Track(), ValidFit(), and ValidZFit(). |
|
|
Definition at line 59 of file TMBL3Track.hpp. Referenced by TMBL3Track(), and Z(). |
1.3.4