#include <EDepSimCombinationGenerator.hh>
Public Member Functions | |
| CombinationGenerator (int src, int dest, bool relative) | |
| virtual | ~CombinationGenerator () |
| virtual void | GeneratePrimaryVertex (G4Event *evt) |
| G4String | GetName () |
| Return the name of this generator. More... | |
Private Attributes | |
| int | fSource |
| The index of the source vertex to copy from. More... | |
| int | fDestination |
| The index of the destination vertex to copy to. More... | |
| bool | fRelative |
Definition at line 16 of file EDepSimCombinationGenerator.hh.
| EDepSim::CombinationGenerator::CombinationGenerator | ( | int | src, |
| int | dest, | ||
| bool | relative | ||
| ) |
Definition at line 8 of file EDepSimCombinationGenerator.cc.
|
virtual |
Definition at line 12 of file EDepSimCombinationGenerator.cc.
|
virtual |
A pure virtual method to generate the actual primary particles which must be implemented in each derived class.
Definition at line 14 of file EDepSimCombinationGenerator.cc.
| G4String EDepSim::CombinationGenerator::GetName | ( | void | ) |
Return the name of this generator.
Definition at line 39 of file EDepSimCombinationGenerator.cc.
|
private |
The index of the destination vertex to copy to.
Definition at line 33 of file EDepSimCombinationGenerator.hh.
|
private |
A flag to indicate if the new vertex position is a direct copy of the source, or simply relative to the source.
Definition at line 37 of file EDepSimCombinationGenerator.hh.
|
private |
The index of the source vertex to copy from.
Definition at line 30 of file EDepSimCombinationGenerator.hh.
1.8.11