Belle II Software development
ParticlesArray Struct Reference

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
 

Detailed Description

Structure for particle hypothesis dependent arrays.

Definition at line 25 of file ARICHNtupleStruct.h.

Member Function Documentation

◆ clear()

void clear ( )
inline

Clear the structure: set elements to zero.

Definition at line 36 of file ARICHNtupleStruct.h.

37 {
38 *this = ParticlesArray();
39 }

Member Data Documentation

◆ d

Float_t d {0}

for deuteron

Definition at line 31 of file ARICHNtupleStruct.h.

◆ e

Float_t e {0}

for electron

Definition at line 26 of file ARICHNtupleStruct.h.

◆ K

Float_t K {0}

for kaon

Definition at line 29 of file ARICHNtupleStruct.h.

◆ mu

Float_t mu {0}

for muon

Definition at line 27 of file ARICHNtupleStruct.h.

◆ p

Float_t p {0}

for proton

Definition at line 30 of file ARICHNtupleStruct.h.

◆ pi

Float_t pi {0}

for pion

Definition at line 28 of file ARICHNtupleStruct.h.


The documentation for this struct was generated from the following file: