#include <TPhoton.h>
Definition at line 118 of file TPhoton.h.
◆ TPhotonS()
◆ GetEnergy() [1/2]
| double TPhotonS::GetEnergy |
( |
| ) |
|
|
inlinevirtual |
◆ GetEnergy() [2/2]
| void TPhotonS::GetEnergy |
( |
double & | x1, |
|
|
double & | x2, |
|
|
double & | x3, |
|
|
double & | x4 ) |
|
inline |
Definition at line 127 of file TPhoton.h.
127 {
128 double t1 = log( gRandom->Rndm() ) *
fP1;
130
131 double t2 = log( gRandom->Rndm() ) *
fP1;
133
134 double t3 = log( gRandom->Rndm() ) *
fP1;
136
137 double t4 = log( gRandom->Rndm() ) *
fP1;
139
140 fX = t1 + t2 + t3 + t4;
141 }
EvtComplex exp(const EvtComplex &c)
◆ GetENorm()
| double TPhotonS::GetENorm |
( |
| ) |
|
|
inlinevirtual |
◆ GetX()
| double TPhotonS::GetX |
( |
| ) |
|
|
inline |
◆ GetXNorm()
| double TPhotonS::GetXNorm |
( |
| ) |
|
|
inline |
◆ Init() [1/2]
◆ Init() [2/2]
| void TPhotonS::Init |
( |
const double & | , |
|
|
const double & | ) |
◆ fP2
◆ fP3
The documentation for this class was generated from the following file: