Belle II Software development
|
Structure of a flat ntuple. More...
#include <NtupleStructure.h>
Public Member Functions | |
void | clear () |
Clear the structure: set elements to zero. | |
Public Attributes | |
Int_t | evt = 0 |
event number | |
Int_t | run = 0 |
run number | |
Float_t | p = 0 |
momentum magnitude of Track | |
Float_t | cth = 0 |
cosine of polar angle of Track | |
Float_t | phi = 0 |
azimuthal angle of Track | |
Float_t | pValue = 0 |
p-value of Track fit | |
Int_t | PDG = 0 |
PDG code of related MCParticle. | |
Int_t | motherPDG = 0 |
PDG code of related mother MCParticle. | |
Short_t | primary = 0 |
is a primary particle (from related MCParticle) | |
Short_t | seen = 0 |
is seen in TOP (from related MCParticle) | |
Float_t | rhoProd = 0 |
production vertex (cylindrical coordinate r) of MCParticle | |
Float_t | zProd = 0 |
production vertex (cylindrical coordinate z) of MCParticle | |
Float_t | phiProd = 0 |
production vertex (cylindrical coordinate phi) of MCParticle | |
Float_t | rhoDec = 0 |
decay vertex (cylindrical coordinate r) of MCParticle | |
Float_t | zDec = 0 |
decay vertex (cylindrical coordinate z) of MCParticle | |
Float_t | phiDec = 0 |
decay vertex (cylindrical coordinate phi) of MCParticle | |
Int_t | yieldMC = 0 |
signal yield MC truth | |
Int_t | numPhot = 0 |
number of detected photons | |
Float_t | numBkg = 0 |
number of expected background photons | |
Int_t | moduleID = 0 |
module ID from TOPLikelihoods | |
Likelihoods | phot |
number of expected photons (signal + bkg) | |
Likelihoods | yield |
effective signal yields by sPlot | |
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 76 of file NtupleStructure.h.
|
inline |
Clear the structure: set elements to zero.
Definition at line 110 of file NtupleStructure.h.
TrackHit barHit |
related MC particle hit (in local module frame)
Definition at line 105 of file NtupleStructure.h.
Float_t cth = 0 |
cosine of polar angle of Track
Definition at line 81 of file NtupleStructure.h.
Int_t evt = 0 |
event number
Definition at line 77 of file NtupleStructure.h.
TrackHit extHit |
extrapolated Track hit (in local module frame)
Definition at line 104 of file NtupleStructure.h.
Likelihoods logL |
log likelihoods
Definition at line 102 of file NtupleStructure.h.
Int_t moduleID = 0 |
module ID from TOPLikelihoods
Definition at line 99 of file NtupleStructure.h.
Int_t motherPDG = 0 |
PDG code of related mother MCParticle.
Definition at line 86 of file NtupleStructure.h.
Float_t numBkg = 0 |
number of expected background photons
Definition at line 98 of file NtupleStructure.h.
Int_t numPhot = 0 |
number of detected photons
Definition at line 97 of file NtupleStructure.h.
Float_t p = 0 |
momentum magnitude of Track
Definition at line 80 of file NtupleStructure.h.
Int_t PDG = 0 |
PDG code of related MCParticle.
Definition at line 85 of file NtupleStructure.h.
Float_t phi = 0 |
azimuthal angle of Track
Definition at line 82 of file NtupleStructure.h.
Float_t phiDec = 0 |
decay vertex (cylindrical coordinate phi) of MCParticle
Definition at line 94 of file NtupleStructure.h.
Float_t phiProd = 0 |
production vertex (cylindrical coordinate phi) of MCParticle
Definition at line 91 of file NtupleStructure.h.
Likelihoods phot |
number of expected photons (signal + bkg)
Definition at line 100 of file NtupleStructure.h.
Short_t primary = 0 |
is a primary particle (from related MCParticle)
Definition at line 87 of file NtupleStructure.h.
Float_t pValue = 0 |
p-value of Track fit
Definition at line 83 of file NtupleStructure.h.
Float_t rhoDec = 0 |
decay vertex (cylindrical coordinate r) of MCParticle
Definition at line 92 of file NtupleStructure.h.
Float_t rhoProd = 0 |
production vertex (cylindrical coordinate r) of MCParticle
Definition at line 89 of file NtupleStructure.h.
Int_t run = 0 |
run number
Definition at line 78 of file NtupleStructure.h.
Short_t seen = 0 |
is seen in TOP (from related MCParticle)
Definition at line 88 of file NtupleStructure.h.
Likelihoods yield |
effective signal yields by sPlot
Definition at line 101 of file NtupleStructure.h.
Int_t yieldMC = 0 |
signal yield MC truth
Definition at line 95 of file NtupleStructure.h.
Float_t zDec = 0 |
decay vertex (cylindrical coordinate z) of MCParticle
Definition at line 93 of file NtupleStructure.h.
Float_t zProd = 0 |
production vertex (cylindrical coordinate z) of MCParticle
Definition at line 90 of file NtupleStructure.h.