![]() |
Belle II Software release-09-00-03
|
Structure for particle hypothesis dependent arrays. More...
#include <ARICHNtupleStruct.h>
Public Member Functions | |
| void | clear () |
| Clear the structure: set elements to zero. | |
Public Attributes | |
| Float_t | e {0} |
| for electron | |
| Float_t | mu {0} |
| for muon | |
| Float_t | pi {0} |
| for pion | |
| Float_t | K {0} |
| for kaon | |
| Float_t | p {0} |
| for proton | |
| Float_t | d {0} |
| for deuteron | |
Structure for particle hypothesis dependent arrays.
Definition at line 25 of file ARICHNtupleStruct.h.
|
inline |
Clear the structure: set elements to zero.
Definition at line 36 of file ARICHNtupleStruct.h.
| Float_t d {0} |
for deuteron
Definition at line 31 of file ARICHNtupleStruct.h.
| Float_t e {0} |
for electron
Definition at line 26 of file ARICHNtupleStruct.h.
| Float_t K {0} |
for kaon
Definition at line 29 of file ARICHNtupleStruct.h.
| Float_t mu {0} |
for muon
Definition at line 27 of file ARICHNtupleStruct.h.
| Float_t p {0} |
for proton
Definition at line 30 of file ARICHNtupleStruct.h.
| Float_t pi {0} |
for pion
Definition at line 28 of file ARICHNtupleStruct.h.