gparticle
Loading...
Searching...
No Matches
gparticleConventions.h
Go to the documentation of this file.
1#pragma once
2
3namespace gparticle {
4
11
16
23
32
34inline constexpr int ERR_GPARTICLENOTFOUND = 901;
35
37inline constexpr int ERR_GPARTICLEWRONGTHETAMODEL = 902;
38
40inline constexpr int ERR_GPARTICLETABLENOTFOUND = 903;
41
43inline constexpr int ERR_GPARTICLEREADERNOTFOUND = 904;
44
46inline constexpr int ERR_GPARTICLEFILEOPEN = 905;
47
49inline constexpr int ERR_GPARTICLEFILEFORMAT = 906;
50
52
53} // namespace gparticle
constexpr int ERR_GPARTICLETABLENOTFOUND
G4ParticleTable could not be obtained (unexpected runtime state).
constexpr int ERR_GPARTICLEFILEFORMAT
Particle input file contained malformed or unsupported data.
constexpr int ERR_GPARTICLEREADERNOTFOUND
Particle reader factory could not be found or instantiated.
constexpr int ERR_GPARTICLEFILEOPEN
Particle input file could not be opened.
constexpr int ERR_GPARTICLEWRONGTHETAMODEL
Theta randomization model was not recognized or not supported.
constexpr int ERR_GPARTICLENOTFOUND
Requested particle name was not found in the G4ParticleTable.