Structure for track parameters at ARICH.
More...
#include <ARICHNtupleStruct.h>
|
| void | clear () |
| | Clear the structure: set elements to zero.
|
| |
|
| 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.
◆ clear()
Clear the structure: set elements to zero.
Definition at line 58 of file ARICHNtupleStruct.h.
59 {
60 *this = TrackHit();
61 }
◆ PDG
◆ phi
◆ theta
The documentation for this struct was generated from the following file: