#include "globals.hh"
#include "templates.hh"
#include "geomdefs.hh"
#include "Randomize.hh"
#include "G4Step.hh"
#include "G4VDiscreteProcess.hh"
#include "G4DynamicParticle.hh"
#include "G4Material.hh"
#include "G4LogicalBorderSurface.hh"
#include "G4LogicalSkinSurface.hh"
#include "G4OpticalSurface.hh"
#include "G4OpticalPhoton.hh"
#include "G4TransportationManager.hh"
#include "G4PhysicalConstants.hh"
Go to the source code of this file.
|
enum | G4StationSimulatorOG::G4TankOpBoundaryProcessStatus {
G4StationSimulatorOG::Undefined,
G4StationSimulatorOG::FresnelRefraction,
G4StationSimulatorOG::FresnelReflection,
G4StationSimulatorOG::TotalInternalReflection,
G4StationSimulatorOG::LambertianReflection,
G4StationSimulatorOG::LobeReflection,
G4StationSimulatorOG::SpikeReflection,
G4StationSimulatorOG::BackScattering,
G4StationSimulatorOG::Absorption,
G4StationSimulatorOG::Detection,
G4StationSimulatorOG::NotAtBoundary,
G4StationSimulatorOG::SameMaterial,
G4StationSimulatorOG::StepTooSmall,
G4StationSimulatorOG::NoRINDEX
} |
|