260 temp.
set(i,t[0][i]*
v.get(0)+t[1][i]*
v.get(1)
273 temp.
set(i,t[i][0]*
v.get(0)+t[i][1]*
v.get(1)
286 temp.
set(i,t[0][i]*
v.get(0)+t[1][i]*
v.get(1)
299 temp.
set(i,t[i][0]*
v.get(0)+t[i][1]*
v.get(1)
315 temp.t[0][1]=
v.get(2);
316 temp.t[0][2]=-
v.get(1);
318 temp.t[1][0]=-
v.get(2);
319 temp.t[1][2]=
v.get(0);
321 temp.t[2][0]=
v.get(1);
322 temp.t[2][1]=-
v.get(0);
340 s<<endl<<
"("<<
v.t[0][0]<<
","<<
v.t[0][1]<<
","<<
v.t[0][2]<<
")";
341 s<<endl<<
"("<<
v.t[1][0]<<
","<<
v.t[1][1]<<
","<<
v.t[1][2]<<
")";
342 s<<endl<<
"("<<
v.t[2][0]<<
","<<
v.t[2][1]<<
","<<
v.t[2][2]<<
")"<<endl;
349 double alpha,
double beta,
double gamma){
361 double sp,st,sk,cp,ct,ck;
372 r[0][0]=ck*ct*cp-sk*sp;
373 r[0][1]=ck*ct*sp+sk*cp;
376 r[1][0]=-sk*ct*cp-ck*sp;
377 r[1][1]=-sk*ct*sp+ck*cp;
388 temp[i][j]+=r[i][k]*t[k][j];
397 t[i][j]+=r[i][k]*temp[j][k];
EvtTensor3C rotateEuler(const EvtTensor3C &v, double alpha, double beta, double gamma)
EvtTensor3C conj(const EvtTensor3C &t2)
EvtTensor3C directProd(const EvtVector3C &c1, const EvtVector3C &c2)
EvtTensor3C cont22(const EvtTensor3C &t1, const EvtTensor3C &t2)
ostream & operator<<(ostream &s, const EvtTensor3C &v)
EvtTensor3C eps(const EvtVector3R &v)
EvtTensor3C cont11(const EvtTensor3C &t1, const EvtTensor3C &t2)
double sin(const BesAngle a)
double cos(const BesAngle a)
**********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
const EvtComplex & get(int i, int j) const
friend EvtTensor3C conj(const EvtTensor3C &t2)
EvtVector3C cont1(const EvtVector3C &v) const
void set(int i, int j, const EvtComplex &c)
void applyRotateEuler(double phi, double theta, double ksi)
EvtVector3C cont2(const EvtVector3C &v) const
EvtTensor3C operator-=(const EvtTensor3C &t2)
static const EvtTensor3C & id()
EvtTensor3C & operator=(const EvtTensor3C &t1)
EvtTensor3C operator*=(const double d)
EvtTensor3C operator+=(const EvtTensor3C &t2)
const EvtComplex & get(int) const
void set(const int, const EvtComplex &)