#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"
Go to the source code of this file.
|
enum | G4TankSimulatorOG::G4TankOpBoundaryProcessStatus {
G4TankSimulatorOG::Undefined,
G4TankSimulatorOG::FresnelRefraction,
G4TankSimulatorOG::FresnelReflection,
G4TankSimulatorOG::TotalInternalReflection,
G4TankSimulatorOG::LambertianReflection,
G4TankSimulatorOG::LobeReflection,
G4TankSimulatorOG::SpikeReflection,
G4TankSimulatorOG::BackScattering,
G4TankSimulatorOG::Absorption,
G4TankSimulatorOG::Detection,
G4TankSimulatorOG::NotAtBoundary,
G4TankSimulatorOG::SameMaterial,
G4TankSimulatorOG::StepTooSmall,
G4TankSimulatorOG::NoRINDEX
} |
|