Project
Loading...
Searching...
No Matches
o2::tpc::TPCClusterResiduals Struct Reference

Internal struct used to store the unbinned TPC cluster residuals with float values. More...

#include <TrackInterpolation.h>

Public Member Functions

 ClassDefNV (TPCClusterResiduals, 6)
 

Public Attributes

float dy {}
 residual in Y
 
float dz {}
 residual in Z
 
float y {}
 Y position of track.
 
float z {}
 Z position of track.
 
float snp {}
 sin of the phi angle between padrow and track
 
unsigned char sec {}
 sector number 0..35
 
unsigned char dRow {}
 distance to previous row in units of pad rows
 
unsigned char flags {}
 cluster flags
 

Detailed Description

Internal struct used to store the unbinned TPC cluster residuals with float values.

Definition at line 61 of file TrackInterpolation.h.

Member Function Documentation

◆ ClassDefNV()

o2::tpc::TPCClusterResiduals::ClassDefNV ( TPCClusterResiduals  ,
 
)

Member Data Documentation

◆ dRow

unsigned char o2::tpc::TPCClusterResiduals::dRow {}

distance to previous row in units of pad rows

Definition at line 68 of file TrackInterpolation.h.

◆ dy

float o2::tpc::TPCClusterResiduals::dy {}

residual in Y

Definition at line 62 of file TrackInterpolation.h.

◆ dz

float o2::tpc::TPCClusterResiduals::dz {}

residual in Z

Definition at line 63 of file TrackInterpolation.h.

◆ flags

unsigned char o2::tpc::TPCClusterResiduals::flags {}

cluster flags

Definition at line 69 of file TrackInterpolation.h.

◆ sec

unsigned char o2::tpc::TPCClusterResiduals::sec {}

sector number 0..35

Definition at line 67 of file TrackInterpolation.h.

◆ snp

float o2::tpc::TPCClusterResiduals::snp {}

sin of the phi angle between padrow and track

Definition at line 66 of file TrackInterpolation.h.

◆ y

float o2::tpc::TPCClusterResiduals::y {}

Y position of track.

Definition at line 64 of file TrackInterpolation.h.

◆ z

float o2::tpc::TPCClusterResiduals::z {}

Z position of track.

Definition at line 65 of file TrackInterpolation.h.


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