Belle II Software development
MaximumPtTrack Struct Reference

Temporary data structure holding the track(s) with the maximum pT. More...

Public Attributes

double pT = NAN
 the pT of the track
 
const Tracktrack = 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
 

Detailed Description

Temporary data structure holding the track(s) with the maximum pT.

Definition at line 30 of file FilterCalculator.cc.

Member Data Documentation

◆ clusterEnergySumCMS

double clusterEnergySumCMS = 0

the sum of related cluster energies in CMS system

Definition at line 36 of file FilterCalculator.cc.

◆ clusterEnergySumLab

double clusterEnergySumLab = 0

the sum of related cluster energies in lab system

Definition at line 38 of file FilterCalculator.cc.

◆ p4CMS

ROOT::Math::PxPyPzEVector p4CMS

the 4 momentum in CMS system

Definition at line 44 of file FilterCalculator.cc.

◆ p4Lab

ROOT::Math::PxPyPzEVector p4Lab

the 4 momentum in lab system

Definition at line 46 of file FilterCalculator.cc.

◆ pCMS

double pCMS = NAN

the momentum magnitude in CMS system

Definition at line 40 of file FilterCalculator.cc.

◆ pLab

double pLab = NAN

the momentum magnitude in lab system

Definition at line 42 of file FilterCalculator.cc.

◆ pT

double pT = NAN

the pT of the track

Definition at line 32 of file FilterCalculator.cc.

◆ track

const Track* track = nullptr

the track

Definition at line 34 of file FilterCalculator.cc.


The documentation for this struct was generated from the following file: