Belle II Software
release-08-01-10
|
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.