Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include "G4ios.hh"
#include "globals.hh"
#include "Randomize.hh"
#include "G4VEmModel.hh"
#include "G4PhysicsTable.hh"
#include "G4PhysicsLogVector.hh"
#include "G4Element.hh"
#include "G4Electron.hh"
#include "G4Positron.hh"
#include "G4Gamma.hh"
#include "G4Step.hh"
#include "G4EnergyLossTables.hh"
#include "G4UnitsTable.hh"
#include <iostream>
#include "G4LEPTSDiffXS.hh"
#include "G4LEPTSDistribution.hh"
#include "G4LEPTSElossDistr.hh"
#include "G4ForceCondition.hh"
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | G4VLEPTSModel |
Enumerations | |
enum | XSType { XSEnergy =0 , XSTotal =1 , XSElastic =2 , XSInelastic =3 , XSIonisation =4 , XSExcitation =5 , XSDissociation =6 , XSVibration =7 , XSAttachment =8 , XSRotation =9 , XSPositronium =8 } |
enum XSType |
Enumerator | |
---|---|
XSEnergy | |
XSTotal | |
XSElastic | |
XSInelastic | |
XSIonisation | |
XSExcitation | |
XSDissociation | |
XSVibration | |
XSAttachment | |
XSRotation | |
XSPositronium |
Definition at line 52 of file G4VLEPTSModel.hh.