Geant4
10.03.p03
|
#include <G4SPSAngDistribution.hh>
Andrea Dotti Feb 2015 Important: This is a shared class between threads. Only one thread should use the set-methods here. Note that this is exactly what is achieved using UI commands. If you use the set methods to set defaults in your application take care that only one thread is executing them. In addition take care of calling these methods before the run is started Do not use these setters during the event loop
Definition at line 174 of file G4SPSAngDistribution.hh.
G4SPSAngDistribution::G4SPSAngDistribution | ( | ) |
Definition at line 55 of file G4SPSAngDistribution.cc.
G4SPSAngDistribution::~G4SPSAngDistribution | ( | ) |
Definition at line 84 of file G4SPSAngDistribution.cc.
void G4SPSAngDistribution::DefineAngRefAxes | ( | G4String | refname, |
G4ThreeVector | ref | ||
) |
Definition at line 107 of file G4SPSAngDistribution.cc.
G4ParticleMomentum G4SPSAngDistribution::GenerateOne | ( | ) |
Definition at line 656 of file G4SPSAngDistribution.cc.
G4ThreeVector G4SPSAngDistribution::GetDirection | ( | ) |
Definition at line 215 of file G4SPSAngDistribution.cc.
G4String G4SPSAngDistribution::GetDistType | ( | ) |
Definition at line 210 of file G4SPSAngDistribution.cc.
G4double G4SPSAngDistribution::GetMaxPhi | ( | ) |
Definition at line 214 of file G4SPSAngDistribution.cc.
G4double G4SPSAngDistribution::GetMaxTheta | ( | ) |
Definition at line 212 of file G4SPSAngDistribution.cc.
G4double G4SPSAngDistribution::GetMinPhi | ( | ) |
Definition at line 213 of file G4SPSAngDistribution.cc.
G4double G4SPSAngDistribution::GetMinTheta | ( | ) |
Definition at line 211 of file G4SPSAngDistribution.cc.
Definition at line 641 of file G4SPSAngDistribution.cc.
Definition at line 90 of file G4SPSAngDistribution.cc.
Definition at line 153 of file G4SPSAngDistribution.cc.
Definition at line 159 of file G4SPSAngDistribution.cc.
Definition at line 165 of file G4SPSAngDistribution.cc.
void G4SPSAngDistribution::SetBiasRndm | ( | G4SPSRandomGenerator * | a | ) |
Definition at line 184 of file G4SPSAngDistribution.cc.
void G4SPSAngDistribution::SetFocusPoint | ( | G4ThreeVector | input | ) |
Definition at line 230 of file G4SPSAngDistribution.cc.
Definition at line 147 of file G4SPSAngDistribution.cc.
Definition at line 141 of file G4SPSAngDistribution.cc.
Definition at line 135 of file G4SPSAngDistribution.cc.
Definition at line 129 of file G4SPSAngDistribution.cc.
void G4SPSAngDistribution::SetParticleMomentumDirection | ( | G4ParticleMomentum | aMomentumDirection | ) |
Definition at line 171 of file G4SPSAngDistribution.cc.
void G4SPSAngDistribution::SetPosDistribution | ( | G4SPSPosDistribution * | a | ) |
Definition at line 178 of file G4SPSAngDistribution.cc.
Definition at line 236 of file G4SPSAngDistribution.cc.
Definition at line 247 of file G4SPSAngDistribution.cc.
Definition at line 190 of file G4SPSAngDistribution.cc.
void G4SPSAngDistribution::UserDefAngPhi | ( | G4ThreeVector | input | ) |
Definition at line 217 of file G4SPSAngDistribution.cc.
void G4SPSAngDistribution::UserDefAngTheta | ( | G4ThreeVector | input | ) |
Definition at line 197 of file G4SPSAngDistribution.cc.