![]() |
Belle II Software release-09-00-03
|
Temporary data structure holding the track(s) with the maximum pT. More...

Public Attributes | |
| double | pT = NAN |
| the pT of the track | |
| const Track * | track = nullptr |
| the track | |
| double | clusterEnergySumCMS = 0 |
| the sum of related cluster energies in CMS system | |
| double | clusterEnergySumLab = 0 |
| the sum of related cluster energies in lab system | |
| double | pCMS = NAN |
| the momentum magnitude in CMS system | |
| double | pLab = NAN |
| the momentum magnitude in lab system | |
| ROOT::Math::PxPyPzEVector | p4CMS |
| the 4 momentum in CMS system | |
| ROOT::Math::PxPyPzEVector | p4Lab |
| the 4 momentum in lab system | |
Temporary data structure holding the track(s) with the maximum pT.
Definition at line 31 of file FilterCalculator.cc.
| double clusterEnergySumCMS = 0 |
the sum of related cluster energies in CMS system
Definition at line 37 of file FilterCalculator.cc.
| double clusterEnergySumLab = 0 |
the sum of related cluster energies in lab system
Definition at line 39 of file FilterCalculator.cc.
| ROOT::Math::PxPyPzEVector p4CMS |
the 4 momentum in CMS system
Definition at line 45 of file FilterCalculator.cc.
| ROOT::Math::PxPyPzEVector p4Lab |
the 4 momentum in lab system
Definition at line 47 of file FilterCalculator.cc.
| double pCMS = NAN |
the momentum magnitude in CMS system
Definition at line 41 of file FilterCalculator.cc.
| double pLab = NAN |
the momentum magnitude in lab system
Definition at line 43 of file FilterCalculator.cc.
| double pT = NAN |
the pT of the track
Definition at line 33 of file FilterCalculator.cc.
| const Track* track = nullptr |
the track
Definition at line 35 of file FilterCalculator.cc.