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

#include <TrackInterpolation.h>

Public Member Functions

 UnbinnedResid ()=default
 
 UnbinnedResid (float dyIn, float dzIn, float tgSlpIn, float yIn, float zIn, unsigned char rowIn, unsigned char secIn)
 
 ClassDefNV (UnbinnedResid, 1)
 

Public Attributes

short dy
 residual in y
 
short dz
 residual in z
 
short tgSlp
 tan of the phi angle between padrow and track
 
short y
 y position of the track, needed for binning
 
short z
 z position of the track, needed for binning
 
unsigned char row
 TPC pad row.
 
unsigned char sec
 TPC sector (0..35)
 

Detailed Description

This struct is used to store the unbinned TPC cluster residuals in a compact way (this is the data type which will be sent from the EPNs to the aggregator)

Definition at line 68 of file TrackInterpolation.h.

Constructor & Destructor Documentation

◆ UnbinnedResid() [1/2]

o2::tpc::UnbinnedResid::UnbinnedResid ( )
default

◆ UnbinnedResid() [2/2]

o2::tpc::UnbinnedResid::UnbinnedResid ( float  dyIn,
float  dzIn,
float  tgSlpIn,
float  yIn,
float  zIn,
unsigned char  rowIn,
unsigned char  secIn 
)
inline

Definition at line 70 of file TrackInterpolation.h.

Member Function Documentation

◆ ClassDefNV()

o2::tpc::UnbinnedResid::ClassDefNV ( UnbinnedResid  ,
 
)

Member Data Documentation

◆ dy

short o2::tpc::UnbinnedResid::dy

residual in y

Definition at line 77 of file TrackInterpolation.h.

◆ dz

short o2::tpc::UnbinnedResid::dz

residual in z

Definition at line 78 of file TrackInterpolation.h.

◆ row

unsigned char o2::tpc::UnbinnedResid::row

TPC pad row.

Definition at line 82 of file TrackInterpolation.h.

◆ sec

unsigned char o2::tpc::UnbinnedResid::sec

TPC sector (0..35)

Definition at line 83 of file TrackInterpolation.h.

◆ tgSlp

short o2::tpc::UnbinnedResid::tgSlp

tan of the phi angle between padrow and track

Definition at line 79 of file TrackInterpolation.h.

◆ y

short o2::tpc::UnbinnedResid::y

y position of the track, needed for binning

Definition at line 80 of file TrackInterpolation.h.

◆ z

short o2::tpc::UnbinnedResid::z

z position of the track, needed for binning

Definition at line 81 of file TrackInterpolation.h.


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