#include "G4Timer.hh"#include "G4RunManager.hh"#include "G4RunManagerKernel.hh"#include "G4StateManager.hh"#include "G4ApplicationState.hh"#include "Randomize.hh"#include "G4Run.hh"#include "G4RunMessenger.hh"#include "G4VUserPhysicsList.hh"#include "G4VUserDetectorConstruction.hh"#include "G4UserRunAction.hh"#include "G4VUserPrimaryGeneratorAction.hh"#include "G4VPersistencyManager.hh"#include "G4ParticleTable.hh"#include "G4ProcessTable.hh"#include "G4UnitsTable.hh"#include "G4VVisManager.hh"#include "G4Material.hh"#include "G4SDManager.hh"#include "G4UImanager.hh"#include "G4ios.hh"#include <sstream>#include "G4ScoringManager.hh"#include "G4TransportationManager.hh"#include "G4VScoringMesh.hh"#include "G4ParticleDefinition.hh"#include "G4ProcessManager.hh"#include "G4ParallelWorldScoringProcess.hh"#include "G4HCofThisEvent.hh"#include "G4VHitsCollection.hh"#include "G4VPhysicalVolume.hh"#include "G4LogicalVolume.hh"#include "G4SmartVoxelHeader.hh"Go to the source code of this file.
1.4.7