#include <G4GHEKinematicsVector.hh>
|
| | G4GHEKinematicsVector () |
| |
| | ~G4GHEKinematicsVector () |
| |
| | G4GHEKinematicsVector (const G4GHEKinematicsVector &p) |
| |
| G4GHEKinematicsVector & | operator= (const G4GHEKinematicsVector &p) |
| |
| void | SetMomentum (G4ParticleMomentum mom) |
| |
| void | SetMomentumAndUpdate (G4ParticleMomentum mom) |
| |
| const G4ParticleMomentum | GetMomentum () const |
| |
| void | SetMomentum (G4double x, G4double y, G4double z) |
| |
| void | SetMomentumAndUpdate (G4double x, G4double y, G4double z) |
| |
| void | SetMomentum (G4double x, G4double y) |
| |
| void | SetMomentumAndUpdate (G4double x, G4double y) |
| |
| void | SetMomentum (G4double z) |
| |
| void | SetMomentumAndUpdate (G4double z) |
| |
| void | SetEnergy (G4double e) |
| |
| void | SetEnergyAndUpdate (G4double e) |
| |
| void | SetKineticEnergy (G4double ekin) |
| |
| void | SetKineticEnergyAndUpdate (G4double ekin) |
| |
| G4double | GetEnergy () |
| |
| G4double | GetKineticEnergy () |
| |
| void | SetMass (G4double mas) |
| |
| void | SetMassAndUpdate (G4double mas) |
| |
| G4double | GetMass () |
| |
| void | SetCharge (G4double c) |
| |
| G4double | GetCharge () |
| |
| void | SetTOF (G4double t) |
| |
| G4double | GetTOF () |
| |
| void | SetSide (G4int sid) |
| |
| G4int | GetSide () |
| |
| void | setFlag (G4bool f) |
| |
| G4bool | getFlag () |
| |
| void | SetCode (G4int c) |
| |
| void | SetParticleDef (G4ParticleDefinition *c) |
| |
| G4int | GetCode () |
| |
| G4ParticleDefinition * | GetParticleDef () |
| |
| void | SetZero () |
| |
| void | Add (const G4GHEKinematicsVector &p1, const G4GHEKinematicsVector &p2) |
| |
| void | Sub (const G4GHEKinematicsVector &p1, const G4GHEKinematicsVector &p2) |
| |
| void | Lor (const G4GHEKinematicsVector &p1, const G4GHEKinematicsVector &p2) |
| |
| G4double | CosAng (const G4GHEKinematicsVector &p) |
| |
| G4double | Ang (const G4GHEKinematicsVector &p) |
| |
| G4double | Dot4 (const G4GHEKinematicsVector &p1, const G4GHEKinematicsVector &p2) |
| |
| G4double | Impu (const G4GHEKinematicsVector &p1, const G4GHEKinematicsVector &p2) |
| |
| void | Add3 (const G4GHEKinematicsVector &p1, const G4GHEKinematicsVector &p2) |
| |
| void | Sub3 (const G4GHEKinematicsVector &p1, const G4GHEKinematicsVector &p2) |
| |
| void | Cross (const G4GHEKinematicsVector &p1, const G4GHEKinematicsVector &p2) |
| |
| G4double | Dot (const G4GHEKinematicsVector &p1, const G4GHEKinematicsVector &p2) |
| |
| void | Smul (const G4GHEKinematicsVector &p, G4double h) |
| |
| void | SmulAndUpdate (const G4GHEKinematicsVector &p, G4double h) |
| |
| void | Norz (const G4GHEKinematicsVector &p) |
| |
| G4double | Length () |
| |
| void | Exch (G4GHEKinematicsVector &p1) |
| |
| void | Defs1 (const G4GHEKinematicsVector &p1, const G4GHEKinematicsVector &p2) |
| |
| void | Defs (const G4GHEKinematicsVector &p1, const G4GHEKinematicsVector &p2, G4GHEKinematicsVector &my, G4GHEKinematicsVector &mz) |
| |
| void | Trac (const G4GHEKinematicsVector &p1, const G4GHEKinematicsVector &mx, const G4GHEKinematicsVector &my, const G4GHEKinematicsVector &mz) |
| |
| void | Print (G4int L) |
| |
Definition at line 50 of file G4GHEKinematicsVector.hh.
| G4GHEKinematicsVector::G4GHEKinematicsVector |
( |
| ) |
|
|
inline |
| G4GHEKinematicsVector::~G4GHEKinematicsVector |
( |
| ) |
|
|
inline |
| G4double G4GHEKinematicsVector::GetCharge |
( |
| ) |
|
|
inline |
| G4int G4GHEKinematicsVector::GetCode |
( |
| ) |
|
|
inline |
| G4double G4GHEKinematicsVector::GetEnergy |
( |
| ) |
|
|
inline |
| G4bool G4GHEKinematicsVector::getFlag |
( |
| ) |
|
|
inline |
| G4double G4GHEKinematicsVector::GetKineticEnergy |
( |
| ) |
|
|
inline |
| G4double G4GHEKinematicsVector::GetMass |
( |
| ) |
|
|
inline |
| G4int G4GHEKinematicsVector::GetSide |
( |
| ) |
|
|
inline |
| G4double G4GHEKinematicsVector::GetTOF |
( |
| ) |
|
|
inline |
| G4double G4GHEKinematicsVector::Length |
( |
| ) |
|
|
inline |
| void G4GHEKinematicsVector::SetCode |
( |
G4int |
c | ) |
|
|
inline |
| void G4GHEKinematicsVector::SetEnergyAndUpdate |
( |
G4double |
e | ) |
|
|
inline |
| void G4GHEKinematicsVector::SetKineticEnergy |
( |
G4double |
ekin | ) |
|
|
inline |
| void G4GHEKinematicsVector::SetKineticEnergyAndUpdate |
( |
G4double |
ekin | ) |
|
|
inline |
| void G4GHEKinematicsVector::SetMassAndUpdate |
( |
G4double |
mas | ) |
|
|
inline |
| void G4GHEKinematicsVector::SetMomentumAndUpdate |
( |
G4double |
z | ) |
|
|
inline |
| void G4GHEKinematicsVector::SetSide |
( |
G4int |
sid | ) |
|
|
inline |
| void G4GHEKinematicsVector::SetZero |
( |
| ) |
|
|
inline |
| G4int G4GHEKinematicsVector::code |
| G4bool G4GHEKinematicsVector::flag |
| G4double G4GHEKinematicsVector::kineticEnergy |
| G4int G4GHEKinematicsVector::side |
| G4double G4GHEKinematicsVector::timeOfFlight |
The documentation for this class was generated from the following file: