|
Geant4.10
|
Main program of the B2b example. More...
#include "B2bDetectorConstruction.hh"#include "B2ActionInitialization.hh"#include "tbbUserWorkerInitialization.hh"#include "tbbMasterRunManager.hh"#include "G4Threading.hh"#include "G4UImanager.hh"#include "FTFP_BERT.hh"#include "G4StepLimiterPhysics.hh"#include "Randomize.hh"#include <tbb/task_scheduler_init.h>#include <tbb/task.h>Go to the source code of this file.
Functions | |
| G4ThreadFunReturnType | startWork (G4ThreadFunArgType arg) |
| int | main (int argc, char **argv) |
Main program of the B2b example.
Definition in file extended/parallel/TBB/B2b/exampleB2b.cc.
Definition at line 81 of file extended/parallel/TBB/B2b/exampleB2b.cc.
References G4UImanager::ApplyCommand(), G4Threading::G4GetNumberOfCores(), G4THREADCREATE, G4THREADJOIN, G4UImanager::GetUIpointer(), G4MTRunManager::Initialize(), G4VisManager::Initialize(), G4UIExecutive::IsGUI(), G4VModularPhysicsList::RegisterPhysics(), G4UIExecutive::SessionStart(), tbbMasterRunManager::SetNumberEventsPerTask(), tbbMasterRunManager::SetTaskList(), G4MTRunManager::SetUserInitialization(), and startWork().
| G4ThreadFunReturnType startWork | ( | G4ThreadFunArgType | arg | ) |
1.8.7