Main program of the B2b example. 더 자세히 ...
#include "B2bDetectorConstruction.hh"
#include "B2ActionInitialization.hh"
#include "tbbUserWorkerInitialization.hh"
#include "SimpleTbbMasterRunManager.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>
함수 | |
G4ThreadFunReturnType | startWork (G4ThreadFunArgType arg) |
int | main (int argc, char **argv) |
Main program of the B2b example.
extended/parallel/TBB/B2b/exampleB2b.cc 파일에서 정의되었습니다.
extended/parallel/TBB/B2b/exampleB2b.cc 파일의 81 번째 라인에서 정의되었습니다.
다음을 참조함 : G4UImanager::ApplyCommand(), G4RunManager::BeamOn(), G4Threading::G4GetNumberOfCores(), G4THREADCREATE(), G4THREADJOIN, G4UImanager::GetUIpointer(), G4MTRunManager::Initialize(), G4UIExecutive::IsGUI(), G4VModularPhysicsList::RegisterPhysics(), G4UIExecutive::SessionStart(), SimpleTbbMasterRunManager::SetNumberEventsPerTask(), SimpleTbbMasterRunManager::SetTaskList(), G4MTRunManager::SetUserInitialization(), startWork().
G4ThreadFunReturnType startWork | ( | G4ThreadFunArgType | arg | ) |