![]() |
Belle II Software release-09-00-03
|
Structure for track parameters at ARICH. More...
#include <ARICHNtupleStruct.h>
Public Member Functions | |
| void | clear () |
| Clear the structure: set elements to zero. | |
Public Attributes | |
| Int_t | PDG {0} |
| PDG code. | |
| Float_t | x {0} |
| impact point, x component | |
| Float_t | y {0} |
| impact point, y component | |
| Float_t | z {0} |
| impact point, z component | |
| Float_t | p {0} |
| momentum magnitude | |
| Float_t | theta {0} |
| momentum polar angle | |
| Float_t | phi {0} |
| momentum azimuthal angle | |
Structure for track parameters at ARICH.
Definition at line 46 of file ARICHNtupleStruct.h.
|
inline |
Clear the structure: set elements to zero.
Definition at line 58 of file ARICHNtupleStruct.h.
| Float_t p {0} |
momentum magnitude
Definition at line 51 of file ARICHNtupleStruct.h.
| Int_t PDG {0} |
PDG code.
Definition at line 47 of file ARICHNtupleStruct.h.
| Float_t phi {0} |
momentum azimuthal angle
Definition at line 53 of file ARICHNtupleStruct.h.
| Float_t theta {0} |
momentum polar angle
Definition at line 52 of file ARICHNtupleStruct.h.
| Float_t x {0} |
impact point, x component
Definition at line 48 of file ARICHNtupleStruct.h.
| Float_t y {0} |
impact point, y component
Definition at line 49 of file ARICHNtupleStruct.h.
| Float_t z {0} |
impact point, z component
Definition at line 50 of file ARICHNtupleStruct.h.