EDepSimFixedCountGenerator.cc
Go to the documentation of this file.
3 
5  int count,
6  double intensity)
7  : EDepSim::VCountGenerator(name,intensity), fCount(count) {}
8 
10 
static QCString name
Definition: declinfo.cpp:673
int GetCount()
Return the number of events to generate.
Construct a module from components.
Definition: TG4HitSegment.h:10
int fCount
The number of events to generate.
FixedCountGenerator(G4String name, int count, double intensity)