Project
Loading...
Searching...
No Matches
o2::mft::GlobalDerivative Class Reference

Simple container of global derivatives. More...

#include <AlignPointHelper.h>

Public Member Functions

 GlobalDerivative ()=default
 constructor
 
virtual ~GlobalDerivative ()=default
 destructor
 
void reset ()
 reset all data members to default value (zero)
 
double dDeltaX () const
 
double dDeltaY () const
 
double dDeltaZ () const
 
double dDeltaRz () const
 

Protected Attributes

double mdDeltaX = 0.
 derivative w.r.t. delta translation along global x-axis
 
double mdDeltaY = 0.
 derivative w.r.t. delta translation along global y-axis
 
double mdDeltaZ = 0.
 derivative w.r.t. delta translation along global z-axis
 
double mdDeltaRz = 0.
 derivative w.r.t. delta rotation angle around global z-axis
 

Friends

class AlignPointHelper
 

Detailed Description

Simple container of global derivatives.

Definition at line 40 of file AlignPointHelper.h.

Constructor & Destructor Documentation

◆ GlobalDerivative()

o2::mft::GlobalDerivative::GlobalDerivative ( )
default

constructor

◆ ~GlobalDerivative()

virtual o2::mft::GlobalDerivative::~GlobalDerivative ( )
virtualdefault

destructor

Member Function Documentation

◆ dDeltaRz()

double o2::mft::GlobalDerivative::dDeltaRz ( ) const
inline

Definition at line 65 of file AlignPointHelper.h.

◆ dDeltaX()

double o2::mft::GlobalDerivative::dDeltaX ( ) const
inline

Definition at line 62 of file AlignPointHelper.h.

◆ dDeltaY()

double o2::mft::GlobalDerivative::dDeltaY ( ) const
inline

Definition at line 63 of file AlignPointHelper.h.

◆ dDeltaZ()

double o2::mft::GlobalDerivative::dDeltaZ ( ) const
inline

Definition at line 64 of file AlignPointHelper.h.

◆ reset()

void o2::mft::GlobalDerivative::reset ( )
inline

reset all data members to default value (zero)

Definition at line 52 of file AlignPointHelper.h.

Friends And Related Symbol Documentation

◆ AlignPointHelper

friend class AlignPointHelper
friend

Definition at line 42 of file AlignPointHelper.h.

Member Data Documentation

◆ mdDeltaRz

double o2::mft::GlobalDerivative::mdDeltaRz = 0.
protected

derivative w.r.t. delta rotation angle around global z-axis

Definition at line 71 of file AlignPointHelper.h.

◆ mdDeltaX

double o2::mft::GlobalDerivative::mdDeltaX = 0.
protected

derivative w.r.t. delta translation along global x-axis

Definition at line 68 of file AlignPointHelper.h.

◆ mdDeltaY

double o2::mft::GlobalDerivative::mdDeltaY = 0.
protected

derivative w.r.t. delta translation along global y-axis

Definition at line 69 of file AlignPointHelper.h.

◆ mdDeltaZ

double o2::mft::GlobalDerivative::mdDeltaZ = 0.
protected

derivative w.r.t. delta translation along global z-axis

Definition at line 70 of file AlignPointHelper.h.


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