Structure for particle hypothesis dependent arrays.
More...
#include <ARICHNtupleStruct.h>
|
| void | clear () |
| | Clear the structure: set elements to zero.
|
| |
|
| 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.
◆ clear()
Clear the structure: set elements to zero.
Definition at line 36 of file ARICHNtupleStruct.h.
37 {
38 *this = ParticlesArray();
39 }
◆ mu
◆ pi
The documentation for this struct was generated from the following file: