#include <DifFourVector.h>
Definition at line 34 of file DifFourVector.h.
◆ DifFourVector() [1/4]
DifFourVector::DifFourVector |
( |
| ) |
|
◆ DifFourVector() [2/4]
◆ DifFourVector() [3/4]
DifFourVector::DifFourVector |
( |
const double & | mass, |
|
|
const DifVector & | p ) |
◆ DifFourVector() [4/4]
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()
DifFourVector::~DifFourVector |
( |
| ) |
|
|
inline |
◆ boostFrom()
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
◆ boostFromMe()
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}
◆ boostTo()
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}
◆ boostToMe()
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}
◆ direction()
◆ errorMatrix()
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)
◆ jacobian()
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
◆ mass()
◆ massSq()
◆ nPar()
int DifFourVector::nPar |
( |
| ) |
const |
|
inline |
◆ operator+=()
◆ operator-()
◆ operator-=()
◆ operator=()
◆ pMag()
◆ print()
void DifFourVector::print |
( |
| ) |
const |
Definition at line 192 of file DifFourVector.cxx.
192 {
193
194
195 cout << "SKIP of DifFourVector::print()" <<endl;
196}
◆ zeroDerivatives()
◆ operator*
◆ operator+
◆ operator-
The documentation for this class was generated from the following files: