Belle II Software development
SpacePoint2TrueHitConnectorModule::RootVariables Struct Reference

helper struct to access root variables inside the module More...

#include <SpacePoint2TrueHitConnectorModule.h>

Public Attributes

std::vector< double > SpacePointULocal
 SpacePoint local U-position.
 
std::vector< double > SpacePointVLocal
 SpacePoint local V-position.
 
std::vector< double > SpacePointXGlobal
 SpacePoint global X-position.
 
std::vector< double > SpacePointYGlobal
 SpacePoint global Y-position.
 
std::vector< double > SpacePointZGlobal
 SpacePoint global Z-position.
 
std::vector< double > TrueHitULocal
 TrueHit local U-position.
 
std::vector< double > TrueHitVLocal
 TrueHit local V-position.
 
std::vector< double > TrueHitXGlobal
 TrueHit global X-position.
 
std::vector< double > TrueHitYGlobal
 TrueHit global Y-position.
 
std::vector< double > TrueHitZGlobal
 TrueHit global Z-position.
 
std::vector< double > WeightU
 weight of the relation between the U-Cluster of the SpacePoint and the TrueHit
 
std::vector< double > WeightV
 weight of the relation between the V-Cluster of the SpacePoint and the TrueHit
 
std::vector< unsigned short int > HitVxdID
 VxdID of the SpacePoint/TrueHit.
 
std::vector< unsigned short int > RelationStatus
 different flags of the relation stored in here (see c_relationStatus)
 
std::vector< unsigned int > NRelations
 Number of related TrueHits to a SpacePoint.
 
std::vector< unsigned int > ClusterSizeU
 size of the u-cluster (resp.
 
std::vector< unsigned int > ClusterSizeV
 size of the v-cluster (resp.
 
std::vector< double > SpacePointErrorU
 position error of SpacePoint in U direction
 
std::vector< double > SpacePointErrorV
 position error of SpacePoint in V direction
 
std::vector< double > SpacePointErrorX
 positiion error of SpacePoint in X direction (global)
 
std::vector< double > SpacePointErrorY
 positiion error of SpacePoint in Y direction (global)
 
std::vector< double > SpacePointErrorZ
 positiion error of SpacePoint in Z direction (global)
 

Detailed Description

helper struct to access root variables inside the module

Definition at line 133 of file SpacePoint2TrueHitConnectorModule.h.

Member Data Documentation

◆ ClusterSizeU

std::vector<unsigned int> ClusterSizeU

size of the u-cluster (resp.

in u-direction)

Definition at line 154 of file SpacePoint2TrueHitConnectorModule.h.

◆ ClusterSizeV

std::vector<unsigned int> ClusterSizeV

size of the v-cluster (resp.

in v-direction)

Definition at line 155 of file SpacePoint2TrueHitConnectorModule.h.

◆ HitVxdID

std::vector<unsigned short int> HitVxdID

VxdID of the SpacePoint/TrueHit.

Definition at line 149 of file SpacePoint2TrueHitConnectorModule.h.

◆ NRelations

std::vector<unsigned int> NRelations

Number of related TrueHits to a SpacePoint.

Definition at line 151 of file SpacePoint2TrueHitConnectorModule.h.

◆ RelationStatus

std::vector<unsigned short int> RelationStatus

different flags of the relation stored in here (see c_relationStatus)

Definition at line 150 of file SpacePoint2TrueHitConnectorModule.h.

◆ SpacePointErrorU

std::vector<double> SpacePointErrorU

position error of SpacePoint in U direction

Definition at line 157 of file SpacePoint2TrueHitConnectorModule.h.

◆ SpacePointErrorV

std::vector<double> SpacePointErrorV

position error of SpacePoint in V direction

Definition at line 158 of file SpacePoint2TrueHitConnectorModule.h.

◆ SpacePointErrorX

std::vector<double> SpacePointErrorX

positiion error of SpacePoint in X direction (global)

Definition at line 160 of file SpacePoint2TrueHitConnectorModule.h.

◆ SpacePointErrorY

std::vector<double> SpacePointErrorY

positiion error of SpacePoint in Y direction (global)

Definition at line 161 of file SpacePoint2TrueHitConnectorModule.h.

◆ SpacePointErrorZ

std::vector<double> SpacePointErrorZ

positiion error of SpacePoint in Z direction (global)

Definition at line 162 of file SpacePoint2TrueHitConnectorModule.h.

◆ SpacePointULocal

std::vector<double> SpacePointULocal

SpacePoint local U-position.

Definition at line 134 of file SpacePoint2TrueHitConnectorModule.h.

◆ SpacePointVLocal

std::vector<double> SpacePointVLocal

SpacePoint local V-position.

Definition at line 135 of file SpacePoint2TrueHitConnectorModule.h.

◆ SpacePointXGlobal

std::vector<double> SpacePointXGlobal

SpacePoint global X-position.

Definition at line 136 of file SpacePoint2TrueHitConnectorModule.h.

◆ SpacePointYGlobal

std::vector<double> SpacePointYGlobal

SpacePoint global Y-position.

Definition at line 137 of file SpacePoint2TrueHitConnectorModule.h.

◆ SpacePointZGlobal

std::vector<double> SpacePointZGlobal

SpacePoint global Z-position.

Definition at line 138 of file SpacePoint2TrueHitConnectorModule.h.

◆ TrueHitULocal

std::vector<double> TrueHitULocal

TrueHit local U-position.

Definition at line 140 of file SpacePoint2TrueHitConnectorModule.h.

◆ TrueHitVLocal

std::vector<double> TrueHitVLocal

TrueHit local V-position.

Definition at line 141 of file SpacePoint2TrueHitConnectorModule.h.

◆ TrueHitXGlobal

std::vector<double> TrueHitXGlobal

TrueHit global X-position.

Definition at line 142 of file SpacePoint2TrueHitConnectorModule.h.

◆ TrueHitYGlobal

std::vector<double> TrueHitYGlobal

TrueHit global Y-position.

Definition at line 143 of file SpacePoint2TrueHitConnectorModule.h.

◆ TrueHitZGlobal

std::vector<double> TrueHitZGlobal

TrueHit global Z-position.

Definition at line 144 of file SpacePoint2TrueHitConnectorModule.h.

◆ WeightU

std::vector<double> WeightU

weight of the relation between the U-Cluster of the SpacePoint and the TrueHit

Definition at line 146 of file SpacePoint2TrueHitConnectorModule.h.

◆ WeightV

std::vector<double> WeightV

weight of the relation between the V-Cluster of the SpacePoint and the TrueHit

Definition at line 147 of file SpacePoint2TrueHitConnectorModule.h.


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