Belle II Software development
|
Sine and cosine of track polar and azimuthal angles at assumed photon emission. More...
#include <TOPTrack.h>
Public Member Functions | |
TrackAngles () | |
Default constructor. | |
TrackAngles (const ROOT::Math::XYZVector &direction) | |
Constructor from direction vector. | |
ROOT::Math::XYZVector | getDirection () const |
Returns direction vector. | |
Public Attributes | |
double | cosTh = 0 |
cosine of polar angle | |
double | sinTh = 0 |
sine of polar angle | |
double | cosFi = 0 |
cosine of azimuthal angle | |
double | sinFi = 0 |
sine of azimuthal angle | |
Sine and cosine of track polar and azimuthal angles at assumed photon emission.
Definition at line 46 of file TOPTrack.h.
|
inline |
|
explicit |
Constructor from direction vector.
direction | track direction at photon emission (must be unit vector) |
Definition at line 35 of file TOPTrack.cc.
|
inline |
double cosFi = 0 |
cosine of azimuthal angle
Definition at line 49 of file TOPTrack.h.
double cosTh = 0 |
cosine of polar angle
Definition at line 47 of file TOPTrack.h.
double sinFi = 0 |
sine of azimuthal angle
Definition at line 50 of file TOPTrack.h.
double sinTh = 0 |
sine of polar angle
Definition at line 48 of file TOPTrack.h.