![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Main program of the B2b example. More...
#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 "G4VisExecutive.hh"#include "G4UIExecutive.hh"#include <tbb/task_scheduler_init.h>#include <tbb/task.h>
Include dependency graph for exampleB2b.cc: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 exampleB2b.cc.
Definition at line 75 of file exampleB2b.cc.
View newest version in sPHENIX GitHub at line 75 of file exampleB2b.cc
References G4UImanager::ApplyCommand(), G4RunManager::BeamOn(), G4Threading::G4GetNumberOfCores(), G4THREADCREATE(), G4UImanager::GetUIpointer(), init(), G4MTRunManager::Initialize(), G4UIExecutive::IsGUI(), G4DummyThread::join(), nEvents, G4VModularPhysicsList::RegisterPhysics(), G4UIExecutive::SessionStart(), SimpleTbbMasterRunManager::SetNumberEventsPerTask(), SimpleTbbMasterRunManager::SetTaskList(), G4MTRunManager::SetUserInitialization(), and startWork().
Here is the call graph for this function:| G4ThreadFunReturnType startWork | ( | G4ThreadFunArgType | arg | ) |
Definition at line 59 of file exampleB2b.cc.
View newest version in sPHENIX GitHub at line 59 of file exampleB2b.cc
References e.
Referenced by main().
Here is the caller graph for this function: