Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Modules
MdSimulation
Deprecated
MdGroundPropagatorAG
MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.h
Go to the documentation of this file.
1
#ifndef _GroundPropagatorAG_PrimaryGenerator_h_
2
#define _GroundPropagatorAG_PrimaryGenerator_h_
3
4
#include <G4VUserPrimaryGeneratorAction.hh>
5
#include <fstream>
6
#include <string>
7
8
9
class
G4Event;
10
class
G4ParticleGun;
11
class
G4ParticleTable;
12
13
14
namespace
GroundPropagatorAG {
15
16
class
PrimaryGenerator
:
public
G4VUserPrimaryGeneratorAction {
17
18
public
:
19
PrimaryGenerator
();
20
PrimaryGenerator
(
const
std::string&);
21
~PrimaryGenerator
();
22
23
// This method is called each time
24
// G4RunManager* fRunManager->BeamOn() is called:
25
26
void
GeneratePrimaries
(G4Event*
const
event);
27
28
private
:
29
G4ParticleGun*
fParticleGun
;
30
G4ParticleTable*
fParticleTable
;
31
std::ofstream
fStatFile
;
32
33
};
34
35
}
36
37
38
#endif
GroundPropagatorAG::PrimaryGenerator::GeneratePrimaries
void GeneratePrimaries(G4Event *const event)
Definition:
MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.cc:69
GroundPropagatorAG::PrimaryGenerator::fStatFile
std::ofstream fStatFile
Definition:
MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.h:31
GroundPropagatorAG::PrimaryGenerator::~PrimaryGenerator
~PrimaryGenerator()
Definition:
MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.cc:62
GroundPropagatorAG::PrimaryGenerator::fParticleTable
G4ParticleTable * fParticleTable
Definition:
MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.h:30
GroundPropagatorAG::PrimaryGenerator::PrimaryGenerator
PrimaryGenerator()
Definition:
MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.cc:41
GroundPropagatorAG::PrimaryGenerator
Definition:
MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.h:16
GroundPropagatorAG::PrimaryGenerator::fParticleGun
G4ParticleGun * fParticleGun
Definition:
MdSimulation/Deprecated/MdGroundPropagatorAG/PrimaryGenerator.h:29
, generated on Tue Sep 26 2023.