Project
Loading...
Searching...
No Matches
o2::align::AlgPntDbg Struct Reference

#include <AlgPntDbg.h>

Public Types

enum  { UpperLeg = 0 }
 
using DetID = o2::detectors::DetID
 

Public Member Functions

 AlgPntDbg ()=default
 
 AlgPntDbg (const AlgPntDbg &)=default
 
 ~AlgPntDbg ()=default
 
AlgPntDbgoperator= (const AlgPntDbg &other)=default
 
 AlgPntDbg (const AlignmentPoint *point)
 
float getR () const
 
float getYTrack () const
 
float getZTrack () const
 
float getXTrack () const
 
float getXLab () const
 
float getYLab () const
 
float getZLap () const
 
float getXTrackLab () const
 
float getYTrackLab () const
 
float getZTrackLab () const
 
float getPhi () const
 
void setFlag (int i)
 
bool getFlag (int i) const
 
void setUpperLeg ()
 
bool isUpperLeg () const
 
 ClassDefNV (AlgPntDbg, 1)
 

Public Attributes

int mDetID {}
 
int16_t mSID = -1
 
uint16_t mFlags = 0
 
float mAlpha = 0.f
 
float mSinAlp = 0.f
 
float mCosAlp = 0.f
 
float mX = 0.f
 
float mY = 0.f
 
float mZ = 0.f
 
float mYRes = 0.f
 
float mZRes = 0.f
 
float mErrYY = 0.f
 
float mErrZZ = 0.f
 
float mErrYZ = 0.f
 
float mSnp = 0.f
 

Detailed Description

Definition at line 31 of file AlgPntDbg.h.

Member Typedef Documentation

◆ DetID

Definition at line 33 of file AlgPntDbg.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
UpperLeg 

Definition at line 35 of file AlgPntDbg.h.

Constructor & Destructor Documentation

◆ AlgPntDbg() [1/3]

o2::align::AlgPntDbg::AlgPntDbg ( )
default

◆ AlgPntDbg() [2/3]

o2::align::AlgPntDbg::AlgPntDbg ( const AlgPntDbg )
default

◆ ~AlgPntDbg()

o2::align::AlgPntDbg::~AlgPntDbg ( )
default

◆ AlgPntDbg() [3/3]

o2::align::AlgPntDbg::AlgPntDbg ( const AlignmentPoint point)
inline

Definition at line 43 of file AlgPntDbg.h.

Member Function Documentation

◆ ClassDefNV()

o2::align::AlgPntDbg::ClassDefNV ( AlgPntDbg  ,
 
)

◆ getFlag()

bool o2::align::AlgPntDbg::getFlag ( int  i) const
inline

Definition at line 65 of file AlgPntDbg.h.

◆ getPhi()

float o2::align::AlgPntDbg::getPhi ( ) const
inline

Definition at line 63 of file AlgPntDbg.h.

◆ getR()

float o2::align::AlgPntDbg::getR ( ) const
inline

Definition at line 53 of file AlgPntDbg.h.

◆ getXLab()

float o2::align::AlgPntDbg::getXLab ( ) const
inline

Definition at line 57 of file AlgPntDbg.h.

◆ getXTrack()

float o2::align::AlgPntDbg::getXTrack ( ) const
inline

Definition at line 56 of file AlgPntDbg.h.

◆ getXTrackLab()

float o2::align::AlgPntDbg::getXTrackLab ( ) const
inline

Definition at line 60 of file AlgPntDbg.h.

◆ getYLab()

float o2::align::AlgPntDbg::getYLab ( ) const
inline

Definition at line 58 of file AlgPntDbg.h.

◆ getYTrack()

float o2::align::AlgPntDbg::getYTrack ( ) const
inline

Definition at line 54 of file AlgPntDbg.h.

◆ getYTrackLab()

float o2::align::AlgPntDbg::getYTrackLab ( ) const
inline

Definition at line 61 of file AlgPntDbg.h.

◆ getZLap()

float o2::align::AlgPntDbg::getZLap ( ) const
inline

Definition at line 59 of file AlgPntDbg.h.

◆ getZTrack()

float o2::align::AlgPntDbg::getZTrack ( ) const
inline

Definition at line 55 of file AlgPntDbg.h.

◆ getZTrackLab()

float o2::align::AlgPntDbg::getZTrackLab ( ) const
inline

Definition at line 62 of file AlgPntDbg.h.

◆ isUpperLeg()

bool o2::align::AlgPntDbg::isUpperLeg ( ) const
inline

Definition at line 68 of file AlgPntDbg.h.

◆ operator=()

AlgPntDbg & o2::align::AlgPntDbg::operator= ( const AlgPntDbg other)
default

◆ setFlag()

void o2::align::AlgPntDbg::setFlag ( int  i)
inline

Definition at line 64 of file AlgPntDbg.h.

◆ setUpperLeg()

void o2::align::AlgPntDbg::setUpperLeg ( )
inline

Definition at line 67 of file AlgPntDbg.h.

Member Data Documentation

◆ mAlpha

float o2::align::AlgPntDbg::mAlpha = 0.f

Definition at line 73 of file AlgPntDbg.h.

◆ mCosAlp

float o2::align::AlgPntDbg::mCosAlp = 0.f

Definition at line 75 of file AlgPntDbg.h.

◆ mDetID

int o2::align::AlgPntDbg::mDetID {}

Definition at line 70 of file AlgPntDbg.h.

◆ mErrYY

float o2::align::AlgPntDbg::mErrYY = 0.f

Definition at line 81 of file AlgPntDbg.h.

◆ mErrYZ

float o2::align::AlgPntDbg::mErrYZ = 0.f

Definition at line 83 of file AlgPntDbg.h.

◆ mErrZZ

float o2::align::AlgPntDbg::mErrZZ = 0.f

Definition at line 82 of file AlgPntDbg.h.

◆ mFlags

uint16_t o2::align::AlgPntDbg::mFlags = 0

Definition at line 72 of file AlgPntDbg.h.

◆ mSID

int16_t o2::align::AlgPntDbg::mSID = -1

Definition at line 71 of file AlgPntDbg.h.

◆ mSinAlp

float o2::align::AlgPntDbg::mSinAlp = 0.f

Definition at line 74 of file AlgPntDbg.h.

◆ mSnp

float o2::align::AlgPntDbg::mSnp = 0.f

Definition at line 84 of file AlgPntDbg.h.

◆ mX

float o2::align::AlgPntDbg::mX = 0.f

Definition at line 76 of file AlgPntDbg.h.

◆ mY

float o2::align::AlgPntDbg::mY = 0.f

Definition at line 77 of file AlgPntDbg.h.

◆ mYRes

float o2::align::AlgPntDbg::mYRes = 0.f

Definition at line 79 of file AlgPntDbg.h.

◆ mZ

float o2::align::AlgPntDbg::mZ = 0.f

Definition at line 78 of file AlgPntDbg.h.

◆ mZRes

float o2::align::AlgPntDbg::mZRes = 0.f

Definition at line 80 of file AlgPntDbg.h.


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