EDepSimFixedCountGenerator.hh
Go to the documentation of this file.
1 #ifndef EDepSim_FixedCountGenerator_hh_seen
2 #define EDepSim_FixedCountGenerator_hh_seen
3 
5 
6 namespace EDepSim {class FixedCountGenerator;}
8 public:
9  FixedCountGenerator(G4String name, int count, double intensity);
10  virtual ~FixedCountGenerator();
11 
12  /// Return the number of events to generate.
13  int GetCount();
14 
15 private:
16  /// The number of events to generate.
17  int fCount;
18 };
19 #endif
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)