|
Geant4.10
|
Main program of the biasing/B03 example. More...
#include <iostream>#include "G4RunManager.hh"#include "G4VPhysicalVolume.hh"#include "G4UImanager.hh"#include "G4SystemOfUnits.hh"#include "B03DetectorConstruction.hh"#include "B03PhysicsList.hh"#include "B03ActionInitialization.hh"#include "B03ImportanceDetectorConstruction.hh"#include "G4GeometrySampler.hh"#include "G4IStore.hh"Go to the source code of this file.
Functions | |
| int | main (int, char **) |
Main program of the biasing/B03 example.
Definition in file exampleB03.cc.
Definition at line 88 of file exampleB03.cc.
References G4IStore::AddImportanceGeometryCell(), B03PhysicsList::AddParallelWorldName(), G4UImanager::ApplyCommand(), G4UIcommand::ConvertToString(), G4cout, G4endl, G4Threading::G4GetNumberOfCores(), B03ImportanceDetectorConstruction::GetGeometryCell(), G4IStore::GetInstance(), G4VUserParallelWorld::GetName(), G4VPhysicalVolume::GetName(), G4GeometryCell::GetPhysicalVolume(), G4GeometryCell::GetReplicaNumber(), G4UImanager::GetUIpointer(), B03ImportanceDetectorConstruction::GetWorldVolume(), B03ImportanceDetectorConstruction::GetWorldVolumeAddress(), G4RunManager::Initialize(), G4VUserDetectorConstruction::RegisterParallelWorld(), G4MTRunManager::SetNumberOfThreads(), and G4RunManager::SetUserInitialization().
1.8.7