Belle II Software  release-08-01-10
InverseRaytracer::Solution Struct Reference

Solution of inverse ray-tracing. More...

#include <InverseRaytracer.h>

Public Member Functions

 Solution (double cfi, double sfi)
 constructor More...
 
void setDirection (const CerenkovAngle &cer, const TOPTrack::TrackAngles &trk)
 Sets photon direction. More...
 
void setTotalReflStatus (double A, double B, double cosTotal)
 Sets total reflection status for direct photon. More...
 
void setTotalReflStatus (double A, double B, double cosTotal, double Kx, double Ky)
 Sets total reflection status for reflected photon. More...
 
bool getStatus () const
 Returns status. More...
 
double getFic () const
 Returns Cerenkov azimuthal angle. More...
 

Public Attributes

double cosFic = 0
 cosine of azimuthal Cerenkov angle
 
double sinFic = 0
 sine of azimuthal Cerenkov angle
 
double kx = 0
 photon direction in x at emission
 
double ky = 0
 photon direction in y at emission
 
double kz = 0
 photon direction in z at emission
 
double len = 0
 propagation length to detector plane
 
double xD = 0
 unfolded coordinate x of photon at Detector plane
 
double zD = 0
 coordinate z of Detector plane
 
double yD = 0
 unfolded coordinate y of photon at Detector plane
 
double yB = 0
 unfolded coordinate y of photon at Bar exit plane
 
int Nxm = 0
 number of reflections in x before mirror
 
int Nym = 0
 number of reflections in y before mirror
 
double step = 0
 step for numerical derivative calculation
 
bool totRefl = true
 total reflection status
 

Detailed Description

Solution of inverse ray-tracing.

Definition at line 66 of file InverseRaytracer.h.

Constructor & Destructor Documentation

◆ Solution()

Solution ( double  cfi,
double  sfi 
)

constructor

Parameters
cficosine of azimuthal Cerenkov angle
sfisine of azimuthal Cerenkov angle

Definition at line 28 of file InverseRaytracer.cc.

Member Function Documentation

◆ getFic()

double getFic ( ) const
inline

Returns Cerenkov azimuthal angle.

Returns
Cerenkov azimuthal angle

Definition at line 124 of file InverseRaytracer.h.

◆ getStatus()

bool getStatus ( void  ) const

Returns status.

Returns
true if propagation length within the limits and total reflection

Definition at line 54 of file InverseRaytracer.cc.

◆ setDirection()

void setDirection ( const CerenkovAngle cer,
const TOPTrack::TrackAngles trk 
)

Sets photon direction.

Parameters
cersine and cosine of Cerenkov angle
trksine and cosine of track polar and azimuthal angles at photon emission

Definition at line 33 of file InverseRaytracer.cc.

◆ setTotalReflStatus() [1/2]

void setTotalReflStatus ( double  A,
double  B,
double  cosTotal 
)

Sets total reflection status for direct photon.

Parameters
Abar width (size in x)
Bbar thickness (size in y)
cosTotalcosine of total reflection angle

Definition at line 42 of file InverseRaytracer.cc.

◆ setTotalReflStatus() [2/2]

void setTotalReflStatus ( double  A,
double  B,
double  cosTotal,
double  Kx,
double  Ky 
)

Sets total reflection status for reflected photon.

Parameters
Abar width (size in x)
Bbar thickness (size in y)
cosTotalcosine of total reflection angle
Kxphoton direction in x after mirror reflection
Kyphoton direction in y after mirror reflection

Definition at line 47 of file InverseRaytracer.cc.


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