#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>
클래스 | |
class | G4VLEPTSModel |
열거형 타입 | |
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 |
열거형 멤버 | |
---|---|
XSEnergy | |
XSTotal | |
XSElastic | |
XSInelastic | |
XSIonisation | |
XSExcitation | |
XSDissociation | |
XSVibration | |
XSAttachment | |
XSRotation | |
XSPositronium |
G4VLEPTSModel.hh 파일의 52 번째 라인에서 정의되었습니다.