![]() |
Belle II Software release-09-00-03
|
Structure for the output of PID log likelihoods + tracking info to a flat ntuple. More...
#include <PIDTree.h>

Public Member Functions | |
| PIDTree () | |
| Default constructor. | |
| void | clear () |
| Clear the structure: set elements to zero. | |
Public Attributes | |
| Int_t | evt |
| event number | |
| Int_t | run |
| run number | |
| Float_t | p |
| momentum magnitude of Track | |
| Float_t | cth |
| cosine of polar angle of Track | |
| Float_t | phi |
| azimuthal angle of Track | |
| Float_t | pValue |
| p-value of Track fit | |
| Int_t | PDG |
| PDG code of related MCParticle. | |
| Int_t | motherPDG |
| PDG code of related mother MCParticle. | |
| Short_t | primary |
| is a primary particle (from related MCParticle) | |
| Float_t | rhoProd |
| production vertex (cylindrical coordinate r) of MCParticle | |
| Float_t | zProd |
| production vertex (cylindrical coordinate z) of MCParticle | |
| Float_t | phiProd |
| production vertex (cylindrical coordinate phi) of MCParticle | |
| Float_t | rhoDec |
| decay vertex (cylindrical coordinate r) of MCParticle | |
| Float_t | zDec |
| decay vertex (cylindrical coordinate z) of MCParticle | |
| Float_t | phiDec |
| decay vertex (cylindrical coordinate phi) of MCParticle | |
| LogLikelihoods | cdcdedx |
| log likelihoods from CDC dE/dx | |
| LogLikelihoods | svddedx |
| log likelihoods from SVD dE/dx | |
| LogLikelihoods | top |
| log likelihoods from TOP | |
| LogLikelihoods | arich |
| log likelihoods from ARICH | |
| LogLikelihoods | ecl |
| log likelihoods from ECL | |
| LogLikelihoods | klm |
| log likelihoods from KLM | |
Structure for the output of PID log likelihoods + tracking info to a flat ntuple.
|
inline |
Default constructor.
Definition at line 81 of file PIDTree.h.
|
inline |
Clear the structure: set elements to zero.
Definition at line 88 of file PIDTree.h.
| LogLikelihoods arich |
| LogLikelihoods cdcdedx |
| LogLikelihoods ecl |
| LogLikelihoods klm |
| Int_t motherPDG |
PDG code of related mother MCParticle.
| Int_t PDG |
PDG code of related MCParticle.
| Float_t phiDec |
decay vertex (cylindrical coordinate phi) of MCParticle
| Float_t phiProd |
production vertex (cylindrical coordinate phi) of MCParticle
| Short_t primary |
is a primary particle (from related MCParticle)
| Float_t rhoDec |
decay vertex (cylindrical coordinate r) of MCParticle
| Float_t rhoProd |
production vertex (cylindrical coordinate r) of MCParticle
| LogLikelihoods svddedx |
| LogLikelihoods top |
| Float_t zDec |
decay vertex (cylindrical coordinate z) of MCParticle
| Float_t zProd |
production vertex (cylindrical coordinate z) of MCParticle