#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 | G4TankSimulatorASCII::G4TankOpBoundaryProcessStatus {
G4TankSimulatorASCII::Undefined,
G4TankSimulatorASCII::FresnelRefraction,
G4TankSimulatorASCII::FresnelReflection,
G4TankSimulatorASCII::TotalInternalReflection,
G4TankSimulatorASCII::LambertianReflection,
G4TankSimulatorASCII::LobeReflection,
G4TankSimulatorASCII::SpikeReflection,
G4TankSimulatorASCII::BackScattering,
G4TankSimulatorASCII::Absorption,
G4TankSimulatorASCII::Detection,
G4TankSimulatorASCII::NotAtBoundary,
G4TankSimulatorASCII::SameMaterial,
G4TankSimulatorASCII::StepTooSmall,
G4TankSimulatorASCII::NoRINDEX
} |
|