|
Geant4
9.6.p02
|
#include <G4SPSRandomGenerator.hh>
Public Member Functions | |
| G4SPSRandomGenerator () | |
| ~G4SPSRandomGenerator () | |
| void | SetXBias (G4ThreeVector) |
| void | SetYBias (G4ThreeVector) |
| void | SetZBias (G4ThreeVector) |
| void | SetThetaBias (G4ThreeVector) |
| void | SetPhiBias (G4ThreeVector) |
| void | SetEnergyBias (G4ThreeVector) |
| void | SetPosThetaBias (G4ThreeVector) |
| void | SetPosPhiBias (G4ThreeVector) |
| G4double | GenRandX () |
| G4double | GenRandY () |
| G4double | GenRandZ () |
| G4double | GenRandTheta () |
| G4double | GenRandPhi () |
| G4double | GenRandEnergy () |
| G4double | GenRandPosTheta () |
| G4double | GenRandPosPhi () |
| void | SetIntensityWeight (G4double weight) |
| G4double | GetBiasWeight () |
| void | ReSetHist (G4String) |
| void | SetVerbosity (G4int a) |
Definition at line 138 of file G4SPSRandomGenerator.hh.
| G4SPSRandomGenerator::G4SPSRandomGenerator | ( | ) |
Definition at line 65 of file G4SPSRandomGenerator.cc.
| G4SPSRandomGenerator::~G4SPSRandomGenerator | ( | ) |
Definition at line 91 of file G4SPSRandomGenerator.cc.
| G4double G4SPSRandomGenerator::GenRandEnergy | ( | ) |
| G4double G4SPSRandomGenerator::GenRandPhi | ( | ) |
| G4double G4SPSRandomGenerator::GenRandPosPhi | ( | ) |
| G4double G4SPSRandomGenerator::GenRandPosTheta | ( | ) |
| G4double G4SPSRandomGenerator::GenRandTheta | ( | ) |
| G4double G4SPSRandomGenerator::GenRandX | ( | ) |
| G4double G4SPSRandomGenerator::GenRandY | ( | ) |
| G4double G4SPSRandomGenerator::GenRandZ | ( | ) |
|
inline |
| void G4SPSRandomGenerator::SetEnergyBias | ( | G4ThreeVector | input) |
Definition at line 142 of file G4SPSRandomGenerator.cc.


Definition at line 163 of file G4SPSRandomGenerator.hh.
| void G4SPSRandomGenerator::SetPhiBias | ( | G4ThreeVector | input) |
Definition at line 134 of file G4SPSRandomGenerator.cc.


| void G4SPSRandomGenerator::SetPosPhiBias | ( | G4ThreeVector | input) |
Definition at line 158 of file G4SPSRandomGenerator.cc.


| void G4SPSRandomGenerator::SetPosThetaBias | ( | G4ThreeVector | input) |
Definition at line 150 of file G4SPSRandomGenerator.cc.


| void G4SPSRandomGenerator::SetThetaBias | ( | G4ThreeVector | input) |
Definition at line 126 of file G4SPSRandomGenerator.cc.


Definition at line 179 of file G4SPSRandomGenerator.hh.
| void G4SPSRandomGenerator::SetXBias | ( | G4ThreeVector | input) |
Definition at line 102 of file G4SPSRandomGenerator.cc.


| void G4SPSRandomGenerator::SetYBias | ( | G4ThreeVector | input) |
Definition at line 110 of file G4SPSRandomGenerator.cc.


| void G4SPSRandomGenerator::SetZBias | ( | G4ThreeVector | input) |
Definition at line 118 of file G4SPSRandomGenerator.cc.


1.8.4