Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
edep-sim
src
kinem
EDepSimFixedCountGenerator.cc
Go to the documentation of this file.
1
#include "
kinem/EDepSimVCountGenerator.hh
"
2
#include "
kinem/EDepSimFixedCountGenerator.hh
"
3
4
EDepSim::FixedCountGenerator::FixedCountGenerator
(G4String
name
,
5
int
count
,
6
double
intensity)
7
:
EDepSim
::
VCountGenerator
(name,intensity), fCount(count) {}
8
9
EDepSim::FixedCountGenerator::~FixedCountGenerator
() {}
10
11
int
EDepSim::FixedCountGenerator::GetCount
() {
return
fCount
;}
name
static QCString name
Definition:
declinfo.cpp:673
EDepSim::FixedCountGenerator::GetCount
int GetCount()
Return the number of events to generate.
Definition:
EDepSimFixedCountGenerator.cc:11
EDepSim
Construct a module from components.
Definition:
TG4HitSegment.h:10
EDepSimVCountGenerator.hh
EDepSim::VCountGenerator
Definition:
EDepSimVCountGenerator.hh:18
EDepSimFixedCountGenerator.hh
EDepSim::FixedCountGenerator::fCount
int fCount
The number of events to generate.
Definition:
EDepSimFixedCountGenerator.hh:17
reco_momentum_tuples.count
int count
Definition:
reco_momentum_tuples.py:202
EDepSim::FixedCountGenerator::FixedCountGenerator
FixedCountGenerator(G4String name, int count, double intensity)
Definition:
EDepSimFixedCountGenerator.cc:4
EDepSim::FixedCountGenerator::~FixedCountGenerator
virtual ~FixedCountGenerator()
Definition:
EDepSimFixedCountGenerator.cc:9
Generated by
1.8.11