Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4SmartTrackStack.cc File Reference
#include "G4SmartTrackStack.hh"
#include "G4VTrajectory.hh"
#include "G4Track.hh"

Go to the source code of this file.

Enumerations

enum  { electronCode = 11 , positronCode = -11 , gammaCode = 22 , neutronCode = 2112 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
electronCode 
positronCode 
gammaCode 
neutronCode 

Definition at line 104 of file G4SmartTrackStack.cc.

104 {
105 electronCode = 11, positronCode = -11, gammaCode = 22, neutronCode = 2112
106};
@ electronCode
@ neutronCode
@ gammaCode
@ positronCode