PandaRoot
PndTrkConformalTransform Class Reference

#include <PndTrkConformalTransform.h>

Inheritance diagram for PndTrkConformalTransform:

Public Member Functions

 PndTrkConformalTransform ()
 
 PndTrkConformalTransform (double x, double y, double delta)
 
 ~PndTrkConformalTransform ()
 
void SetTranslation (double x, double y)
 
void SetRotation (double delta)
 
TVector2 GetTranslation ()
 
Double_t GetRotation ()
 
void PerformConformalTransformation (double x, double y, double rd, double &u, double &v, double &rc)
 
void PerformRealTransformation (double u, double v, double rc, double &x, double &y, double &rd)
 
PndTrkConformalHit GetConformalSttHit (PndTrkHit *hit)
 
PndTrkConformalHit GetConformalHit (PndTrkHit *hit)
 
double GetXConf (double x, double y, double rd)
 
double GetYConf (double x, double y, double rd)
 
double GetRConf (double x, double y, double rd)
 
void SetOrigin (double x, double y, double delta)
 

Detailed Description

Definition at line 7 of file PndTrkConformalTransform.h.

Constructor & Destructor Documentation

◆ PndTrkConformalTransform() [1/2]

PndTrkConformalTransform::PndTrkConformalTransform ( )

◆ PndTrkConformalTransform() [2/2]

PndTrkConformalTransform::PndTrkConformalTransform ( double  x,
double  y,
double  delta 
)

◆ ~PndTrkConformalTransform()

PndTrkConformalTransform::~PndTrkConformalTransform ( )

Member Function Documentation

◆ GetConformalHit()

PndTrkConformalHit PndTrkConformalTransform::GetConformalHit ( PndTrkHit hit)

Referenced by GetRotation().

◆ GetConformalSttHit()

PndTrkConformalHit PndTrkConformalTransform::GetConformalSttHit ( PndTrkHit hit)

Referenced by GetRotation().

◆ GetRConf()

double PndTrkConformalTransform::GetRConf ( double  x,
double  y,
double  rd 
)

Referenced by GetRotation().

◆ GetRotation()

Double_t PndTrkConformalTransform::GetRotation ( )
inline

◆ GetTranslation()

TVector2 PndTrkConformalTransform::GetTranslation ( )
inline

Definition at line 16 of file PndTrkConformalTransform.h.

16 { return fTrasl; }

◆ GetXConf()

double PndTrkConformalTransform::GetXConf ( double  x,
double  y,
double  rd 
)

Referenced by GetRotation().

◆ GetYConf()

double PndTrkConformalTransform::GetYConf ( double  x,
double  y,
double  rd 
)

Referenced by GetRotation().

◆ PerformConformalTransformation()

void PndTrkConformalTransform::PerformConformalTransformation ( double  x,
double  y,
double  rd,
double &  u,
double &  v,
double &  rc 
)

Referenced by GetRotation().

◆ PerformRealTransformation()

void PndTrkConformalTransform::PerformRealTransformation ( double  u,
double  v,
double  rc,
double &  x,
double &  y,
double &  rd 
)

Referenced by GetRotation().

◆ SetOrigin()

void PndTrkConformalTransform::SetOrigin ( double  x,
double  y,
double  delta 
)

Referenced by GetRotation().

◆ SetRotation()

void PndTrkConformalTransform::SetRotation ( double  delta)

◆ SetTranslation()

void PndTrkConformalTransform::SetTranslation ( double  x,
double  y 
)

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