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