Belle II Software development
SelectedECLCluster Struct Reference

Temporary data structure holding the ECL clusters used for this analysis. More...

Public Attributes

const ECLClustercluster = 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
 

Detailed Description

Temporary data structure holding the ECL clusters used for this analysis.

Definition at line 50 of file FilterCalculator.cc.

Member Data Documentation

◆ cluster

const ECLCluster* cluster = nullptr

The ECL cluster.

Definition at line 52 of file FilterCalculator.cc.

◆ clusterTime

double clusterTime = NAN

the time of the cluster

Definition at line 64 of file FilterCalculator.cc.

◆ energyCMS

double energyCMS = NAN

the energy in CMS system

Definition at line 54 of file FilterCalculator.cc.

◆ energyLab

double energyLab = NAN

the energy in Lab system

Definition at line 56 of file FilterCalculator.cc.

◆ isTrack

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.

◆ p4CMS

ROOT::Math::PxPyPzEVector p4CMS

the 4 momentum in CMS system

Definition at line 58 of file FilterCalculator.cc.

◆ p4Lab

ROOT::Math::PxPyPzEVector p4Lab

the 4 momentum in lab system

Definition at line 60 of file FilterCalculator.cc.


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