#include <DifFourVector.h>
◆ DifFourVector() [1/8]
DifFourVector::DifFourVector |
( |
| ) |
|
◆ DifFourVector() [2/8]
◆ DifFourVector() [3/8]
DifFourVector::DifFourVector |
( |
const double & |
mass, |
|
|
const DifVector & |
p |
|
) |
| |
◆ DifFourVector() [4/8]
Definition at line 40 of file DifFourVector.cxx.
42{}
**********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
◆ ~DifFourVector() [1/2]
DifFourVector::~DifFourVector |
( |
| ) |
|
|
inline |
◆ DifFourVector() [5/8]
DifFourVector::DifFourVector |
( |
| ) |
|
◆ DifFourVector() [6/8]
◆ DifFourVector() [7/8]
DifFourVector::DifFourVector |
( |
const double & |
mass, |
|
|
const DifVector & |
p |
|
) |
| |
◆ DifFourVector() [8/8]
◆ ~DifFourVector() [2/2]
DifFourVector::~DifFourVector |
( |
| ) |
|
|
inline |
◆ boostFrom() [1/2]
Definition at line 166 of file DifFourVector.cxx.
167{
173 if(y.
length()<0.01) y=xHat-z*(xHat*z);
176
180
183
186
189}
EvtVector3R cross(const EvtVector3R &p1, const EvtVector3R &p2)
DifVector direction() const
◆ boostFrom() [2/2]
◆ boostFromMe() [1/2]
void DifFourVector::boostFromMe |
( |
std::vector< DifFourVector * > & |
listToBoost | ) |
const |
Definition at line 134 of file DifFourVector.cxx.
134 {
141 if(y.lengthSq()<0.0001) y=xHat-z*(xHat*z);
144
147
148 for(int i=0;i<(int)list.size();i++) {
154
157
159 p4i.
P=px*
x+py*y+pzP*z;
160
161 }
162
163}
◆ boostFromMe() [2/2]
void DifFourVector::boostFromMe |
( |
std::vector< DifFourVector * > & |
listToBoost | ) |
const |
◆ boostTo() [1/2]
Definition at line 72 of file DifFourVector.cxx.
73{
79 if(y.
length()<0.01) y=xHat-z*(xHat*z);
82
86
89
92
95
96 return;
97
98}
◆ boostTo() [2/2]
◆ boostToMe() [1/2]
void DifFourVector::boostToMe |
( |
std::vector< DifFourVector * > & |
listToBoost | ) |
const |
Definition at line 101 of file DifFourVector.cxx.
101 {
108 if(y.lengthSq()<0.0001) y=xHat-z*(xHat*z);
111
114
115 for(int i=0;i<(int)list.size();i++) {
121
124
126 p4i.
P=px*
x+py*y+pzP*z;
127
128 }
129
130}
◆ boostToMe() [2/2]
void DifFourVector::boostToMe |
( |
std::vector< DifFourVector * > & |
listToBoost | ) |
const |
◆ direction() [1/2]
◆ direction() [2/2]
◆ errorMatrix() [1/2]
HepSymMatrix DifFourVector::errorMatrix |
( |
const HepSymMatrix & |
e | ) |
const |
Definition at line 44 of file DifFourVector.cxx.
44 {
45 HepSymMatrix temp(4);
56 return temp;
57}
double correlation(const DifNumber &a, const DifNumber &b)
◆ errorMatrix() [2/2]
HepSymMatrix DifFourVector::errorMatrix |
( |
const HepSymMatrix & |
e | ) |
const |
◆ jacobian() [1/2]
HepMatrix DifFourVector::jacobian |
( |
| ) |
const |
Definition at line 59 of file DifFourVector.cxx.
59 {
61 HepMatrix temp(4,npar);
62 for(int i=1; i<=npar; i++){
67 }
68 return temp;
69}
double derivative(int i) const
◆ jacobian() [2/2]
HepMatrix DifFourVector::jacobian |
( |
| ) |
const |
◆ mass() [1/2]
◆ mass() [2/2]
◆ massSq() [1/2]
◆ massSq() [2/2]
◆ nPar() [1/2]
int DifFourVector::nPar |
( |
| ) |
const |
|
inline |
◆ nPar() [2/2]
int DifFourVector::nPar |
( |
| ) |
const |
|
inline |
◆ operator+=() [1/2]
◆ operator+=() [2/2]
◆ operator-() [1/2]
◆ operator-() [2/2]
◆ operator-=() [1/2]
◆ operator-=() [2/2]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ pMag() [1/2]
◆ pMag() [2/2]
◆ print() [1/2]
void DifFourVector::print |
( |
| ) |
const |
Definition at line 192 of file DifFourVector.cxx.
192 {
193
194
195 cout << "SKIP of DifFourVector::print()" <<endl;
196}
◆ print() [2/2]
void DifFourVector::print |
( |
| ) |
const |
◆ zeroDerivatives() [1/2]
◆ zeroDerivatives() [2/2]
◆ operator* [1/2]
◆ operator* [2/2]
◆ operator+ [1/2]
◆ operator+ [2/2]
◆ operator- [1/2]
◆ operator- [2/2]
The documentation for this class was generated from the following files: