#include <DifRotation.h>
|
| DifRotation () |
|
| DifRotation (const DifNumber &alpha, const DifNumber &beta, const DifNumber &gamma) |
|
| DifRotation (const DifVector &xp, const DifVector &yp, const DifVector &zp) |
|
| DifRotation (const DifVector &xp, const DifVector &yp) |
|
| ~DifRotation () |
|
DifVector | xnew () const |
|
DifVector | ynew () const |
|
DifVector | znew () const |
|
void | rotate (DifVector &v) const |
|
int | fail () const |
|
| DifRotation () |
|
| DifRotation (const DifNumber &alpha, const DifNumber &beta, const DifNumber &gamma) |
|
| DifRotation (const DifVector &xp, const DifVector &yp, const DifVector &zp) |
|
| DifRotation (const DifVector &xp, const DifVector &yp) |
|
| ~DifRotation () |
|
DifVector | xnew () const |
|
DifVector | ynew () const |
|
DifVector | znew () const |
|
void | rotate (DifVector &v) const |
|
int | fail () const |
|
◆ DifRotation() [1/8]
DifRotation::DifRotation |
( |
| ) |
|
Definition at line 25 of file DifRotation.cxx.
26 :_xnew(1.0,0.0,0.0),_ynew(0.0,1.0,0.0),_znew(0.0,0.0,1.0)
27{
28}
◆ DifRotation() [2/8]
Definition at line 30 of file DifRotation.cxx.
32{
33
34
38
39 _xnew.
x=cbeta*calpha*cgamma-salpha*sgamma;
40 _xnew.
y=cbeta*salpha*cgamma+calpha*sgamma;
41 _xnew.
z=-sbeta*cgamma;
42
43 _ynew.
x=-cbeta*calpha*sgamma-salpha*cgamma;
44 _ynew.
y=-cbeta*salpha*sgamma+calpha*cgamma;
46
50}
double sin(const BesAngle a)
double cos(const BesAngle a)
◆ DifRotation() [3/8]
Definition at line 52 of file DifRotation.cxx.
54 :_xnew(xp),_ynew(yp),_znew(zp)
55{}
◆ DifRotation() [4/8]
Definition at line 57 of file DifRotation.cxx.
59 :_xnew(xp),_ynew(yp),_znew()
60{
61 _znew=
cross(_xnew,_ynew);
62}
EvtVector3R cross(const EvtVector3R &p1, const EvtVector3R &p2)
◆ ~DifRotation() [1/2]
DifRotation::~DifRotation |
( |
| ) |
|
|
inline |
◆ DifRotation() [5/8]
DifRotation::DifRotation |
( |
| ) |
|
◆ DifRotation() [6/8]
◆ DifRotation() [7/8]
◆ DifRotation() [8/8]
◆ ~DifRotation() [2/2]
DifRotation::~DifRotation |
( |
| ) |
|
|
inline |
◆ fail() [1/2]
int DifRotation::fail |
( |
| ) |
const |
◆ fail() [2/2]
int DifRotation::fail |
( |
| ) |
const |
◆ rotate() [1/2]
void DifRotation::rotate |
( |
DifVector & |
v | ) |
const |
Definition at line 68 of file DifRotation.cxx.
68 {
72 v.x=xcomp;
v.y=ycomp;
v.z=zcomp;
73}
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_q2 DOUBLE PRECISION m_Wt_KF DOUBLE PRECISION m_WtCut INTEGER m_KFfin *COMMON c_KarLud $ !Input CMS energy[GeV] $ !CMS energy after beam spread beam strahlung[GeV] $ !Beam energy spread[GeV] $ !z boost due to beam spread $ !electron beam mass *ff pair spectrum $ !minimum v
Referenced by DifVector::rotate().
◆ rotate() [2/2]
void DifRotation::rotate |
( |
DifVector & |
v | ) |
const |
◆ xnew() [1/2]
◆ xnew() [2/2]
◆ ynew() [1/2]
◆ ynew() [2/2]
◆ znew() [1/2]
◆ znew() [2/2]
The documentation for this class was generated from the following files: