#include <EDepSimFixedCountGenerator.hh>
Public Member Functions | |
| FixedCountGenerator (G4String name, int count, double intensity) | |
| virtual | ~FixedCountGenerator () |
| int | GetCount () |
| Return the number of events to generate. More... | |
Public Member Functions inherited from EDepSim::VCountGenerator | |
| VCountGenerator (const G4String &name, double intensity) | |
| virtual | ~VCountGenerator () |
| G4String | GetName () const |
| Return the name of the generator. More... | |
| double | GetIntensity () const |
Private Attributes | |
| int | fCount |
| The number of events to generate. More... | |
Definition at line 7 of file EDepSimFixedCountGenerator.hh.
| EDepSim::FixedCountGenerator::FixedCountGenerator | ( | G4String | name, |
| int | count, | ||
| double | intensity | ||
| ) |
Definition at line 4 of file EDepSimFixedCountGenerator.cc.
|
virtual |
Definition at line 9 of file EDepSimFixedCountGenerator.cc.
|
virtual |
Return the number of events to generate.
Implements EDepSim::VCountGenerator.
Definition at line 11 of file EDepSimFixedCountGenerator.cc.
|
private |
The number of events to generate.
Definition at line 17 of file EDepSimFixedCountGenerator.hh.
1.8.11