Geant4
10.03.p03
|
#include <G4StepPoint.hh>
Definition at line 68 of file G4StepPoint.hh.
G4StepPoint::G4StepPoint | ( | ) |
Definition at line 48 of file G4StepPoint.cc.
|
inline |
Definition at line 79 of file G4StepPoint.hh.
G4StepPoint::G4StepPoint | ( | const G4StepPoint & | right | ) |
Definition at line 60 of file G4StepPoint.cc.
void G4StepPoint::AddMomentumDirection | ( | const G4ThreeVector & | aValue | ) |
void G4StepPoint::AddPolarization | ( | const G4ThreeVector & | aValue | ) |
void G4StepPoint::AddPosition | ( | const G4ThreeVector & | aValue | ) |
G4double G4StepPoint::GetBeta | ( | ) | const |
G4double G4StepPoint::GetCharge | ( | ) | const |
G4double G4StepPoint::GetGamma | ( | ) | const |
G4double G4StepPoint::GetGlobalTime | ( | ) | const |
G4double G4StepPoint::GetKineticEnergy | ( | ) | const |
G4double G4StepPoint::GetLocalTime | ( | ) | const |
G4double G4StepPoint::GetMagneticMoment | ( | ) | const |
G4double G4StepPoint::GetMass | ( | ) | const |
G4Material* G4StepPoint::GetMaterial | ( | ) | const |
const G4MaterialCutsCouple* G4StepPoint::GetMaterialCutsCouple | ( | ) | const |
G4ThreeVector G4StepPoint::GetMomentum | ( | ) | const |
const G4ThreeVector& G4StepPoint::GetMomentumDirection | ( | ) | const |
G4VPhysicalVolume* G4StepPoint::GetPhysicalVolume | ( | ) | const |
const G4ThreeVector& G4StepPoint::GetPolarization | ( | ) | const |
const G4ThreeVector& G4StepPoint::GetPosition | ( | ) | const |
const G4VProcess* G4StepPoint::GetProcessDefinedStep | ( | ) | const |
G4double G4StepPoint::GetProperTime | ( | ) | const |
G4double G4StepPoint::GetSafety | ( | ) | const |
G4VSensitiveDetector* G4StepPoint::GetSensitiveDetector | ( | ) | const |
G4StepStatus G4StepPoint::GetStepStatus | ( | ) | const |
G4double G4StepPoint::GetTotalEnergy | ( | ) | const |
const G4VTouchable* G4StepPoint::GetTouchable | ( | ) | const |
const G4TouchableHandle& G4StepPoint::GetTouchableHandle | ( | ) | const |
G4double G4StepPoint::GetVelocity | ( | ) | const |
G4double G4StepPoint::GetWeight | ( | ) | const |
G4StepPoint & G4StepPoint::operator= | ( | const G4StepPoint & | right | ) |
Definition at line 85 of file G4StepPoint.cc.
void G4StepPoint::SetMaterial | ( | G4Material * | ) |
void G4StepPoint::SetMaterialCutsCouple | ( | const G4MaterialCutsCouple * | ) |
void G4StepPoint::SetMomentumDirection | ( | const G4ThreeVector & | aValue | ) |
void G4StepPoint::SetPolarization | ( | const G4ThreeVector & | aValue | ) |
void G4StepPoint::SetPosition | ( | const G4ThreeVector & | aValue | ) |
void G4StepPoint::SetProcessDefinedStep | ( | const G4VProcess * | aValue | ) |
void G4StepPoint::SetSensitiveDetector | ( | G4VSensitiveDetector * | ) |
void G4StepPoint::SetStepStatus | ( | const G4StepStatus | aValue | ) |
void G4StepPoint::SetTouchableHandle | ( | const G4TouchableHandle & | apValue | ) |