GGEMS  1.1
GPU GEant4-based Monte Carlo Simulations
GGEMSParticleConstants.hh File Reference

Storing particle states for GGEMS. More...

Include dependency graph for GGEMSParticleConstants.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

__constant GGchar PRIMARY = 0
 
__constant GGchar GEOMETRY_BOUNDARY = 99
 
__constant GGchar ALIVE = 0
 
__constant GGchar DEAD = 1
 
__constant GGchar FREEZE = 2
 
__constant GGfloat OUT_OF_WORLD = FLT_MAX
 
__constant GGchar PHOTON = 0
 
__constant GGchar ELECTRON = 1
 
__constant GGchar POSITRON = 2
 

Detailed Description

Storing particle states for GGEMS.

Author
Julien BERT julie.nosp@m.n.be.nosp@m.rt@un.nosp@m.iv-b.nosp@m.rest..nosp@m.fr
Didier BENOIT didie.nosp@m.r.be.nosp@m.noit@.nosp@m.inse.nosp@m.rm.fr
LaTIM, INSERM - U1101, Brest, FRANCE
Version
1.0
Date
Monday April 13, 2020

Definition in file GGEMSParticleConstants.hh.

Variable Documentation

◆ ALIVE

__constant GGchar ALIVE = 0

Particle alive

Definition at line 38 of file GGEMSParticleConstants.hh.

◆ DEAD

__constant GGchar DEAD = 1

Particle dead

Definition at line 39 of file GGEMSParticleConstants.hh.

◆ ELECTRON

__constant GGchar ELECTRON = 1

Electron particle

Definition at line 44 of file GGEMSParticleConstants.hh.

◆ FREEZE

__constant GGchar FREEZE = 2

Particle freeze

Definition at line 40 of file GGEMSParticleConstants.hh.

◆ GEOMETRY_BOUNDARY

__constant GGchar GEOMETRY_BOUNDARY = 99

Particle on the boundary

Definition at line 37 of file GGEMSParticleConstants.hh.

◆ OUT_OF_WORLD

__constant GGfloat OUT_OF_WORLD = FLT_MAX

Particle out of world

Definition at line 41 of file GGEMSParticleConstants.hh.

◆ PHOTON

__constant GGchar PHOTON = 0

Photon particle

Definition at line 43 of file GGEMSParticleConstants.hh.

◆ POSITRON

__constant GGchar POSITRON = 2

Positron particle

Definition at line 45 of file GGEMSParticleConstants.hh.

◆ PRIMARY

__constant GGchar PRIMARY = 0

Primary particle

Definition at line 36 of file GGEMSParticleConstants.hh.