Belle II Software development
|
Temporary data structure holding the ECL clusters used for this analysis. More...
Public Attributes | |
const ECLCluster * | cluster = nullptr |
The ECL cluster. | |
double | energyCMS = NAN |
the energy in CMS system | |
double | energyLab = NAN |
the energy in Lab system | |
ROOT::Math::PxPyPzEVector | p4CMS |
the 4 momentum in CMS system | |
ROOT::Math::PxPyPzEVector | p4Lab |
the 4 momentum in lab system | |
bool | isTrack = false |
is this ECL cluster likely from a track (or a photon) = is it charged? | |
double | clusterTime = NAN |
the time of the cluster | |
Temporary data structure holding the ECL clusters used for this analysis.
Definition at line 50 of file FilterCalculator.cc.
const ECLCluster* cluster = nullptr |
The ECL cluster.
Definition at line 52 of file FilterCalculator.cc.
double clusterTime = NAN |
the time of the cluster
Definition at line 64 of file FilterCalculator.cc.
double energyCMS = NAN |
the energy in CMS system
Definition at line 54 of file FilterCalculator.cc.
double energyLab = NAN |
the energy in Lab system
Definition at line 56 of file FilterCalculator.cc.
bool isTrack = false |
is this ECL cluster likely from a track (or a photon) = is it charged?
Definition at line 62 of file FilterCalculator.cc.
ROOT::Math::PxPyPzEVector p4CMS |
the 4 momentum in CMS system
Definition at line 58 of file FilterCalculator.cc.
ROOT::Math::PxPyPzEVector p4Lab |
the 4 momentum in lab system
Definition at line 60 of file FilterCalculator.cc.