Belle II Software
release-08-01-10
|
Structure of a flat ntuple. More...
#include <NtupleStructure.h>
Public Member Functions | |
TOPTree () | |
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) | |
Short_t | seen |
is seen in TOP (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 | |
Int_t | numPhot |
number of detected photons | |
Float_t | numBkg |
number of expected background photons | |
Likelihoods | phot |
number of expected photons (signal + bkg) | |
Likelihoods | logL |
log likelihoods | |
TrackHit | extHit |
extrapolated Track hit (in local module frame) | |
TrackHit | barHit |
related MC particle hit (in local module frame) | |
Structure of a flat ntuple.
Definition at line 82 of file NtupleStructure.h.