Geant4
10.03.p03
|
#include <G4Scatterer.hh>
Public Member Functions | |
G4Scatterer () | |
virtual | ~G4Scatterer () |
virtual G4double | GetTimeToInteraction (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
G4double | GetCrossSection (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
virtual G4KineticTrackVector * | Scatter (const G4KineticTrack &trk1, const G4KineticTrack &trk2) const |
virtual const std::vector < G4CollisionInitialState * > & | GetCollisions (G4KineticTrack *aProjectile, std::vector< G4KineticTrack * > &someCandidates, G4double aCurrentTime) |
virtual G4KineticTrackVector * | GetFinalState (G4KineticTrack *aProjectile, std::vector< G4KineticTrack * > &theTargets) |
Public Member Functions inherited from G4VScatterer | |
G4VScatterer () | |
virtual | ~G4VScatterer () |
Public Member Functions inherited from G4BCAction | |
G4BCAction () | |
virtual | ~G4BCAction () |
Definition at line 44 of file G4Scatterer.hh.
G4Scatterer::G4Scatterer | ( | ) |
Definition at line 63 of file G4Scatterer.cc.
|
virtual |
Definition at line 76 of file G4Scatterer.cc.
|
virtual |
Implements G4BCAction.
Definition at line 439 of file G4Scatterer.cc.
G4double G4Scatterer::GetCrossSection | ( | const G4KineticTrack & | trk1, |
const G4KineticTrack & | trk2 | ||
) | const |
Definition at line 424 of file G4Scatterer.cc.
|
virtual |
Implements G4BCAction.
Definition at line 463 of file G4Scatterer.cc.
|
virtual |
Implements G4VScatterer.
Definition at line 85 of file G4Scatterer.cc.
|
virtual |
Implements G4VScatterer.
Definition at line 284 of file G4Scatterer.cc.