Geant4
10.02.p01
|
Main program of the biasing/B02 example. More...
#include <iostream>
#include <stdlib.h>
#include "G4RunManager.hh"
#include "G4VPhysicalVolume.hh"
#include "G4UImanager.hh"
#include "G4GeometryManager.hh"
#include "B02DetectorConstruction.hh"
#include "B02ImportanceDetectorConstruction.hh"
#include "FTFP_BERT.hh"
#include "G4ImportanceBiasing.hh"
#include "G4ParallelWorldPhysics.hh"
#include "B02ActionInitialization.hh"
#include "G4GeometrySampler.hh"
#include "G4IStore.hh"
#include "G4VWeightWindowStore.hh"
#include "G4WeightWindowAlgorithm.hh"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Main program of the biasing/B02 example.
Definition in file exampleB02.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 84 of file exampleB02.cc.
References G4UImanager::ApplyCommand(), G4UIcommand::ConvertToString(), B02ImportanceDetectorConstruction::CreateImportanceStore(), G4cout, G4endl, G4Threading::G4GetNumberOfCores(), G4GeometryManager::GetInstance(), G4UImanager::GetUIpointer(), B02ImportanceDetectorConstruction::GetWorldVolume(), G4RunManager::Initialize(), G4GeometryManager::OpenGeometry(), G4VUserDetectorConstruction::RegisterParallelWorld(), G4VModularPhysicsList::RegisterPhysics(), G4MTRunManager::SetNumberOfThreads(), G4GeometrySampler::SetParallel(), and G4RunManager::SetUserInitialization().