Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 타입 | Public 멤버 함수 | 정적 Public 멤버 함수 | Protected 멤버 함수 | Protected 속성 | 정적 Protected 속성 | Private 멤버 함수 | Private 속성 | 정적 Private 속성 | 모든 멤버 목록
G4RunManager 클래스 참조

#include <G4RunManager.hh>

G4RunManager에 대한 상속 다이어그램 :
CexmcRunManager G4MTRunManager G4WorkerRunManager ParRunManager ParRunManager SimpleTbbMasterRunManager tbbWorkerRunManager

Public 타입

enum  RMType { sequentialRM, masterRM, workerRM }
 

Public 멤버 함수

 G4RunManager ()
 
virtual ~G4RunManager ()
 
virtual void BeamOn (G4int n_event, const char *macroFile=0, G4int n_select=-1)
 
virtual void Initialize ()
 
virtual void DefineWorldVolume (G4VPhysicalVolume *worldVol, G4bool topologyIsChanged=true)
 
virtual void AbortRun (G4bool softAbort=false)
 
virtual void AbortEvent ()
 
virtual void InitializeGeometry ()
 
virtual void InitializePhysics ()
 
virtual G4bool ConfirmBeamOnCondition ()
 
virtual void RunInitialization ()
 
virtual void DoEventLoop (G4int n_event, const char *macroFile=0, G4int n_select=-1)
 
virtual void RunTermination ()
 
virtual void InitializeEventLoop (G4int n_event, const char *macroFile=0, G4int n_select=-1)
 
virtual void ProcessOneEvent (G4int i_event)
 
virtual void TerminateOneEvent ()
 
virtual void TerminateEventLoop ()
 
virtual G4EventGenerateEvent (G4int i_event)
 
virtual void AnalyzeEvent (G4Event *anEvent)
 
void DumpRegion (const G4String &rname) const
 
void DumpRegion (G4Region *region=0) const
 
virtual void rndmSaveThisRun ()
 
virtual void rndmSaveThisEvent ()
 
virtual void RestoreRandomNumberStatus (const G4String &fileN)
 
virtual void SetUserInitialization (G4VUserDetectorConstruction *userInit)
 
virtual void SetUserInitialization (G4VUserPhysicsList *userInit)
 
virtual void SetUserInitialization (G4VUserActionInitialization *userInit)
 
virtual void SetUserInitialization (G4UserWorkerInitialization *userInit)
 
virtual void SetUserInitialization (G4UserWorkerThreadInitialization *userInit)
 
virtual void SetUserAction (G4UserRunAction *userAction)
 
virtual void SetUserAction (G4VUserPrimaryGeneratorAction *userAction)
 
virtual void SetUserAction (G4UserEventAction *userAction)
 
virtual void SetUserAction (G4UserStackingAction *userAction)
 
virtual void SetUserAction (G4UserTrackingAction *userAction)
 
virtual void SetUserAction (G4UserSteppingAction *userAction)
 
const G4VUserDetectorConstructionGetUserDetectorConstruction () const
 
const G4VUserPhysicsListGetUserPhysicsList () const
 
const G4VUserActionInitializationGetUserActionInitialization () const
 
G4VUserActionInitializationGetNonConstUserActionInitialization () const
 
const G4UserWorkerInitializationGetUserWorkerInitialization () const
 
const
G4UserWorkerThreadInitialization
GetUserWorkerThreadInitialization () const
 
const G4UserRunActionGetUserRunAction () const
 
const
G4VUserPrimaryGeneratorAction
GetUserPrimaryGeneratorAction () const
 
const G4UserEventActionGetUserEventAction () const
 
const G4UserStackingActionGetUserStackingAction () const
 
const G4UserTrackingActionGetUserTrackingAction () const
 
const G4UserSteppingActionGetUserSteppingAction () const
 
void SetNumberOfAdditionalWaitingStacks (G4int iAdd)
 
const G4StringGetVersionString () const
 
void SetPrimaryTransformer (G4PrimaryTransformer *pt)
 
void StoreRandomNumberStatusToG4Event (G4int vl)
 
G4int GetFlagRandomNumberStatusToG4Event () const
 
void SetRandomNumberStore (G4bool flag)
 
G4bool GetRandomNumberStore () const
 
void SetRandomNumberStoreDir (const G4String &dir)
 
const G4StringGetRandomNumberStoreDir () const
 
const G4StringGetRandomNumberStatusForThisRun () const
 
const G4StringGetRandomNumberStatusForThisEvent () const
 
void SetRandomNumberStorePerEvent (G4bool flag)
 
G4bool GetRandomNumberStorePerEvent () const
 
void GeometryHasBeenModified (G4bool prop=true)
 
void ReinitializeGeometry (G4bool destroyFirst=false, G4bool prop=true)
 
void PhysicsHasBeenModified ()
 
void CutOffHasBeenModified ()
 
void ReOptimizeMotherOf (G4VPhysicalVolume *)
 
void ReOptimize (G4LogicalVolume *)
 
void SetVerboseLevel (G4int vl)
 
G4int GetVerboseLevel () const
 
G4int GetPrintProgress ()
 
void SetPrintProgress (G4int i)
 
void SetGeometryToBeOptimized (G4bool vl)
 
G4bool GetGeometryToBeOptimized ()
 
void SetNumberOfEventsToBeStored (G4int val)
 
const G4RunGetCurrentRun () const
 
G4RunGetNonConstCurrentRun () const
 
const G4EventGetCurrentEvent () const
 
const G4EventGetPreviousEvent (G4int i) const
 
void SetRunIDCounter (G4int i)
 
G4int GetNumberOfParallelWorld () const
 
void SetNumberOfEventsToBeProcessed (G4int val)
 
G4int GetNumberOfEventsToBeProcessed () const
 
G4int GetNumberOfSelectEvents () const
 
G4String GetSelectMacro () const
 
void SetDCtable (G4DCtable *DCtbl)
 
RMType GetRunManagerType () const
 
virtual void ConstructScoringWorlds ()
 
virtual void RestoreRndmEachEvent (G4bool)
 

정적 Public 멤버 함수

static G4RunManagerGetRunManager ()
 
static G4bool IfGeometryHasBeenDestroyed ()
 

Protected 멤버 함수

void CleanUpPreviousEvents ()
 
void CleanUpUnnecessaryEvents (G4int keepNEvents)
 
void StackPreviousEvent (G4Event *anEvent)
 
 G4RunManager (RMType rmType)
 
virtual void StoreRNGStatus (const G4String &filenamePrefix)
 
void UpdateScoring ()
 
virtual void DeleteUserInitializations ()
 

Protected 속성

G4RunManagerKernelkernel
 
G4EventManagereventManager
 
G4VUserDetectorConstructionuserDetector
 
G4VUserPhysicsListphysicsList
 
G4VUserActionInitializationuserActionInitialization
 
G4UserWorkerInitializationuserWorkerInitialization
 
G4UserWorkerThreadInitializationuserWorkerThreadInitialization
 
G4UserRunActionuserRunAction
 
G4VUserPrimaryGeneratorActionuserPrimaryGeneratorAction
 
G4UserEventActionuserEventAction
 
G4UserStackingActionuserStackingAction
 
G4UserTrackingActionuserTrackingAction
 
G4UserSteppingActionuserSteppingAction
 
G4bool geometryInitialized
 
G4bool physicsInitialized
 
G4bool runAborted
 
G4bool initializedAtLeastOnce
 
G4bool geometryToBeOptimized
 
G4int runIDCounter
 
G4int verboseLevel
 
G4int printModulo
 
G4Timertimer
 
G4DCtableDCtable
 
G4RuncurrentRun
 
G4EventcurrentEvent
 
std::list< G4Event * > * previousEvents
 
G4int n_perviousEventsToBeStored
 
G4int numberOfEventToBeProcessed
 
G4bool storeRandomNumberStatus
 
G4int storeRandomNumberStatusToG4Event
 
G4String randomNumberStatusDir
 
G4String randomNumberStatusForThisRun
 
G4String randomNumberStatusForThisEvent
 
G4bool rngStatusEventsFlag
 
G4VPhysicalVolumecurrentWorld
 
G4int nParallelWorlds
 
G4String msgText
 
G4int n_select_msg
 
G4int numberOfEventProcessed
 
G4String selectMacro
 
G4bool fakeRun
 
RMType runManagerType
 

정적 Protected 속성

static G4bool fGeometryHasBeenDestroyed = false
 

Private 멤버 함수

 G4RunManager (const G4RunManager &)
 
G4RunManageroperator= (const G4RunManager &)
 

Private 속성

G4RunMessengerrunMessenger
 

정적 Private 속성

static G4ThreadLocal G4RunManagerfRunManager = 0
 

상세한 설명

G4RunManager.hh 파일의 138 번째 라인에서 정의되었습니다.

멤버 열거형 문서화

열거형 멤버
sequentialRM 
masterRM 
workerRM 

G4RunManager.hh 파일의 268 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4RunManager::G4RunManager ( )
G4RunManager::~G4RunManager ( )
virtual
G4RunManager::G4RunManager ( RMType  rmType)
protected
G4RunManager::G4RunManager ( const G4RunManager )
inlineprivate

G4RunManager.hh 파일의 585 번째 라인에서 정의되었습니다.

멤버 함수 문서화

void G4RunManager::AbortEvent ( )
virtual
void G4RunManager::AbortRun ( G4bool  softAbort = false)
virtual
void G4RunManager::AnalyzeEvent ( G4Event anEvent)
virtual
void G4RunManager::BeamOn ( G4int  n_event,
const char *  macroFile = 0,
G4int  n_select = -1 
)
virtual
void G4RunManager::CleanUpPreviousEvents ( )
protected

G4RunManager.cc 파일의 501 번째 라인에서 정의되었습니다.

다음을 참조함 : previousEvents, G4Event::ToBeKept().

다음에 의해서 참조됨 : G4WorkerRunManager::RunInitialization(), RunInitialization(), ~G4RunManager().

void G4RunManager::CleanUpUnnecessaryEvents ( G4int  keepNEvents)
protected

G4RunManager.cc 파일의 520 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Event::GetNumberOfGrips(), previousEvents, G4Event::ToBeKept().

다음에 의해서 참조됨 : RunTermination(), StackPreviousEvent().

G4bool G4RunManager::ConfirmBeamOnCondition ( )
virtual
void G4RunManager::ConstructScoringWorlds ( )
virtual
void G4RunManager::CutOffHasBeenModified ( )
inline

G4RunManager.hh 파일의 479 번째 라인에서 정의되었습니다.

다음을 참조함 : G4cerr, G4endl.

void G4RunManager::DefineWorldVolume ( G4VPhysicalVolume worldVol,
G4bool  topologyIsChanged = true 
)
virtual
void G4RunManager::DeleteUserInitializations ( )
protectedvirtual

G4RunManager.cc 파일의 230 번째 라인에서 정의되었습니다.

다음을 참조함 : G4cout, G4endl, physicsList, userActionInitialization, userDetector, userWorkerInitialization, userWorkerThreadInitialization, verboseLevel.

다음에 의해서 참조됨 : ~G4RunManager().

void G4RunManager::DoEventLoop ( G4int  n_event,
const char *  macroFile = 0,
G4int  n_select = -1 
)
virtual

CexmcRunManager, G4WorkerRunManager, ParRunManager, ParRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 365 번째 라인에서 정의되었습니다.

다음을 참조함 : InitializeEventLoop(), ProcessOneEvent(), runAborted, runManagerType, sequentialRM, TerminateEventLoop(), TerminateOneEvent(), TIMEMORY_AUTO_TIMER.

다음에 의해서 참조됨 : BeamOn().

void G4RunManager::DumpRegion ( const G4String rname) const

G4RunManager.cc 파일의 726 번째 라인에서 정의되었습니다.

다음을 참조함 : G4RunManagerKernel::DumpRegion(), kernel.

다음에 의해서 참조됨 : G4RunMessenger::SetNewValue().

void G4RunManager::DumpRegion ( G4Region region = 0) const

G4RunManager.cc 파일의 731 번째 라인에서 정의되었습니다.

다음을 참조함 : G4RunManagerKernel::DumpRegion(), kernel.

G4Event * G4RunManager::GenerateEvent ( G4int  i_event)
virtual
void G4RunManager::GeometryHasBeenModified ( G4bool  prop = true)

G4RunManager.cc 파일의 921 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UImanager::ApplyCommand(), G4RunManagerKernel::GeometryHasBeenModified(), G4UImanager::GetUIpointer(), kernel.

다음에 의해서 참조됨 : CML2PhantomConstruction::applyNewCentre(), ConstructScoringWorlds(), export_G4RunManager(), IORTGeometryController::registerGeometry(), CML2AcceleratorConstruction::rotateAccelerator(), DetectorConstruction::SetAbsLength(), GB03DetectorConstruction::SetAbsorberMaterial(), RE06DetectorConstruction::SetAbsorberMaterial(), B5DetectorConstruction::SetArmAngle(), DetectorConstruction::SetDiameter(), DetectorConstruction::SetEcalLength(), DetectorConstruction::SetEcalWidth(), GB03DetectorConstruction::SetGapMaterial(), RE06DetectorConstruction::SetGapMaterial(), DetectorConstruction::SetLength(), DMXDetectorMessenger::SetNewValue(), XrayFluoDetectorMessenger::SetNewValue(), XrayFluoPlaneDetectorMessenger::SetNewValue(), XrayFluoMercuryDetectorMessenger::SetNewValue(), G4RunMessenger::SetNewValue(), GB03DetectorConstruction::SetNumberOfLayers(), RE06DetectorConstruction::SetNumberOfLayers(), DetectorConstruction::SetPadLength(), DetectorConstruction::SetPadWidth(), ElectronBenchmarkDetector::SetPrimFoilThickness(), RE06DetectorConstruction::SetSerialGeometry(), DetectorConstruction::SetSurfaceFinish(), DetectorConstruction::SetSurfaceModel(), DetectorConstruction::SetSurfaceSigmaAlpha(), DetectorConstruction::SetSurfaceType(), DetectorConstruction::SetVertexLength(), GammaKnifeDetectorConstruction::UpdateHelmet().

const G4Event* G4RunManager::GetCurrentEvent ( ) const
inline
const G4Run* G4RunManager::GetCurrentRun ( ) const
inline
G4int G4RunManager::GetFlagRandomNumberStatusToG4Event ( ) const
inline

G4RunManager.hh 파일의 407 번째 라인에서 정의되었습니다.

다음을 참조함 : storeRandomNumberStatusToG4Event.

다음에 의해서 참조됨 : G4RunMessenger::GetCurrentValue().

G4bool G4RunManager::GetGeometryToBeOptimized ( )
inline

G4RunManager.hh 파일의 516 번째 라인에서 정의되었습니다.

다음을 참조함 : geometryToBeOptimized.

다음에 의해서 참조됨 : export_G4RunManager().

G4Run* G4RunManager::GetNonConstCurrentRun ( ) const
inline
G4VUserActionInitialization* G4RunManager::GetNonConstUserActionInitialization ( ) const
inline

G4RunManager.hh 파일의 365 번째 라인에서 정의되었습니다.

다음을 참조함 : userActionInitialization.

다음에 의해서 참조됨 : tbbTask::execute(), G4MTRunManagerKernel::StartThread().

G4int G4RunManager::GetNumberOfEventsToBeProcessed ( ) const
inline

G4RunManager.hh 파일의 560 번째 라인에서 정의되었습니다.

다음을 참조함 : numberOfEventToBeProcessed.

다음에 의해서 참조됨 : G4VisManager::BeginOfRun(), G4WorkerRunManager::DoWork(), G4VisManager::EndOfEvent(), G4VisManager::EndOfRun().

G4int G4RunManager::GetNumberOfParallelWorld ( ) const
inline

G4RunManager.hh 파일의 556 번째 라인에서 정의되었습니다.

다음을 참조함 : nParallelWorlds.

G4int G4RunManager::GetNumberOfSelectEvents ( ) const
inline

G4RunManager.hh 파일의 562 번째 라인에서 정의되었습니다.

다음을 참조함 : n_select_msg.

다음에 의해서 참조됨 : G4WorkerRunManager::DoWork(), tbbTask::execute().

const G4Event* G4RunManager::GetPreviousEvent ( G4int  i) const
inline

G4RunManager.hh 파일의 536 번째 라인에서 정의되었습니다.

다음을 참조함 : n_perviousEventsToBeStored, previousEvents.

다음에 의해서 참조됨 : G4DigiManager::GetDigiCollection(), G4DigiManager::GetHitsCollection().

G4int G4RunManager::GetPrintProgress ( )
inline
const G4String& G4RunManager::GetRandomNumberStatusForThisEvent ( ) const
inline

G4RunManager.hh 파일의 439 번째 라인에서 정의되었습니다.

다음을 참조함 : G4Exception(), JustWarning, randomNumberStatusForThisEvent, storeRandomNumberStatusToG4Event.

const G4String& G4RunManager::GetRandomNumberStatusForThisRun ( ) const
inline

G4RunManager.hh 파일의 437 번째 라인에서 정의되었습니다.

다음을 참조함 : randomNumberStatusForThisRun.

G4bool G4RunManager::GetRandomNumberStore ( ) const
inline

G4RunManager.hh 파일의 413 번째 라인에서 정의되었습니다.

다음을 참조함 : storeRandomNumberStatus.

다음에 의해서 참조됨 : export_G4RunManager().

const G4String& G4RunManager::GetRandomNumberStoreDir ( ) const
inline

G4RunManager.hh 파일의 435 번째 라인에서 정의되었습니다.

다음을 참조함 : randomNumberStatusDir.

다음에 의해서 참조됨 : export_G4RunManager(), G4RunMessenger::GetCurrentValue(), WLSSteppingAction::SaveRandomStatus().

G4bool G4RunManager::GetRandomNumberStorePerEvent ( ) const
inline

G4RunManager.hh 파일의 449 번째 라인에서 정의되었습니다.

다음을 참조함 : rngStatusEventsFlag.

G4RunManager * G4RunManager::GetRunManager ( )
static

G4RunManager.cc 파일의 80 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GammaKnifePhysicsList::AddPhysicsList(), HadrontherapyPhysicsList::AddPhysicsList(), IORTPhysicsList::AddPhysicsList(), CML2PhantomConstruction::applyNewCentre(), B2RunAction::B2RunAction(), B4bRunAction::B4bRunAction(), B4RunAction::B4RunAction(), GammaKnifeController::BeamOn(), HadrontherapyInteractionParameters::BeamOn(), IORTInteractionParameters::BeamOn(), G4MPImanager::BeamOn(), RunAction::BeginMaster(), B4bEventAction::BeginOfEventAction(), DMXEventAction::BeginOfEventAction(), CexmcEventAction::BeginOfEventAction(), G4VisManager::BeginOfRun(), B3aRunAction::BeginOfRunAction(), ExN04RunAction::BeginOfRunAction(), RE01RunAction::BeginOfRunAction(), B3bRunAction::BeginOfRunAction(), B2RunAction::BeginOfRunAction(), HadrontherapyRunAction::BeginOfRunAction(), F04RunAction::BeginOfRunAction(), B1RunAction::BeginOfRunAction(), GammaKnifeRunAction::BeginOfRunAction(), FFRunAction::BeginOfRunAction(), B1ConRunAction::BeginOfRunAction(), DicomRunAction::BeginOfRunAction(), WLSRunAction::BeginOfRunAction(), IORTRunAction::BeginOfRunAction(), TSRunAction::BeginOfRunAction(), PurgMagActionInitializer::Build(), XrayFluoActionInitializer::Build(), DetectorConstruction::BuildBoundingVolume(), HadrontherapyModulator::BuildSteps(), CexmcChargeExchangeReconstructor::CexmcChargeExchangeReconstructor(), CexmcEnergyDepositDigitizer::CexmcEnergyDepositDigitizer(), CexmcReconstructor::CexmcReconstructor(), CexmcSteppingAction::CexmcSteppingAction(), CexmcTrackingAction::CexmcTrackingAction(), CexmcTrackPointsDigitizer::CexmcTrackPointsDigitizer(), BrachyDetectorConstructionFlexi::CleanFlexi(), BrachyDetectorConstructionI::CleanIodium(), BrachyDetectorConstructionTG186::CleanTG186(), G4BlineTracer::ComputeBlines(), Construct(), pyEMSTDpl::Construct(), pyExN01pl::Construct(), pyQgeom::Construct(), pyParticleGun::Construct(), pyMedicalBeam::Construct(), pyEZgeom::Construct(), CexmcSetup::Construct(), Par02Output::CreateNtuples(), G4AdjointSimManager::DefineUserActions(), IORTDetectorConstruction::DeleteDisc(), G4TrajectoriesModel::DescribeYourselfTo(), CexmcEnergyDepositDigitizer::Digitize(), G4VisManager::Draw(), DetectorConstruction::DrawAtoms_(), DetectorConstruction::DrawAtomsWithBounding_(), DetectorConstruction::DrawNucleotides_(), DetectorConstruction::DrawNucleotidesWithBounding_(), DetectorConstruction::DrawResidues_(), DetectorConstruction::DrawResiduesWithBounding_(), ElectronRunAction::ElectronRunAction(), G4VisManager::Enable(), RunAction::EndMaster(), RMC01AnalysisManager::EndOfEvent(), G4VisManager::EndOfEvent(), B4bEventAction::EndOfEventAction(), LXeEventAction::EndOfEventAction(), B4dEventAction::EndOfEventAction(), EventAction::EndOfEventAction(), B4cEventAction::EndOfEventAction(), F01EventAction::EndOfEventAction(), F02EventAction::EndOfEventAction(), F03EventAction::EndOfEventAction(), B4aEventAction::EndOfEventAction(), G4VisManager::EndOfRun(), B3aRunAction::EndOfRunAction(), B3bRunAction::EndOfRunAction(), B1RunAction::EndOfRunAction(), B1ConRunAction::EndOfRunAction(), B02RunAction::EndOfRunAction(), B01RunAction::EndOfRunAction(), B03RunAction::EndOfRunAction(), RE02RunAction::EndOfRunAction(), export_G4RunManager(), CML2PrimaryGenerationAction::fillParticlesContainer(), G4DigiManager::G4DigiManager(), G4MonopoleTransportation::G4MonopoleTransportation(), GammaRayTelAnalysis::GammaRayTelAnalysis(), GammaRayTelAnticoincidenceSD::GammaRayTelAnticoincidenceSD(), GammaRayTelCalorimeterSD::GammaRayTelCalorimeterSD(), GammaRayTelPrimaryGeneratorAction::GammaRayTelPrimaryGeneratorAction(), GammaRayTelTrackerSD::GammaRayTelTrackerSD(), UltraPrimaryGeneratorAction::GeneratePrimaries(), XrayFluoPrimaryGeneratorAction::GeneratePrimaries(), HepMCG4Interface::GeneratePrimaryVertex(), RE01StackingAction::GetCalCollection(), RE05StackingAction::GetCollection(), ExN04StackingAction::GetCollection(), G4WorkerRunManager::GetWorkerRunManager(), HadrontherapyLet::HadrontherapyLet(), PhantomSD::Initialize(), TargetSD::Initialize(), G4ErrorRunManagerHelper::InitializePhysics(), RunAction::InitializeWorker(), CexmcProductionModel::IsGoodCandidateForAngularRange(), DetectorConstruction::LoadPDBfile(), G4ExceptionHandler::Notify(), G4VisCommandSceneAddEventID::EventID::operator()(), TrackingAction::PostUserTrackingAction(), RunAction::PrintRunInfo(), PhantomSD::ProcessHits(), PrimaryKiller::ProcessHits(), G4VSceneHandler::ProcessScene(), HadrontherapyGeometryController::registerGeometry(), IORTGeometryController::registerGeometry(), LaserDrivenBeamLine::RemoveESS(), LaserDrivenBeamLine::RemoveQuads(), G4EzWorld::Reset(), G4AdjointSimManager::ResetRestOfUserActions(), G4AdjointSimManager::ResetUserActions(), G4AdjointSimManager::ResetUserPrimaryRunAndStackingActions(), G4EzWorld::Resize(), CML2AcceleratorConstruction::rotateAccelerator(), RunAction::RunAction(), G4AdjointSimManager::RunAdjointSimulation(), WLSSteppingAction::SaveRandomStatus(), DetectorConstruction::SetAbsLength(), DetectorConstruction::SetAbsMaterial(), GB03DetectorConstruction::SetAbsorberMaterial(), RE06DetectorConstruction::SetAbsorberMaterial(), DetectorConstruction::SetAbsorberMaterial(), F03DetectorConstruction::SetAbsorberMaterial(), F02DetectorConstruction::SetAbsorberMaterial(), F01DetectorConstruction::SetAbsorberMaterial(), F03DetectorConstruction::SetAbsorberRadius(), F01DetectorConstruction::SetAbsorberRadius(), F02DetectorConstruction::SetAbsorberRadius(), DetectorConstruction::SetAbsorberThickness(), F03DetectorConstruction::SetAbsorberThickness(), F02DetectorConstruction::SetAbsorberThickness(), F01DetectorConstruction::SetAbsorberThickness(), F03DetectorConstruction::SetAbsorberZpos(), F01DetectorConstruction::SetAbsorberZpos(), F02DetectorConstruction::SetAbsorberZpos(), DetectorConstruction::SetAbsorLength(), DetectorConstruction::SetAbsorMaterial(), DetectorConstruction::SetAbsorRadius(), DetectorConstruction::SetAbsorSizeYZ(), DetectorConstruction::SetAbsorThickness(), G4AdjointSimManager::SetAdjointActions(), G4AdjointSimManager::SetAdjointPrimaryRunAndStackingActions(), TrentoPassiveProtonBeamLine::SetAirTubeYSize(), TrentoPassiveProtonBeamLine::SetAirTubeZSize(), B5DetectorConstruction::SetArmAngle(), WLSDetectorConstruction::SetBarBase(), WLSDetectorConstruction::SetBarLength(), DetectorConstruction::SetCalorSizeYZ(), F04DetectorConstruction::SetCaptureMgntB1(), F04DetectorConstruction::SetCaptureMgntB2(), F04DetectorConstruction::SetCaptureMgntLength(), F04DetectorConstruction::SetCaptureMgntRadius(), WLSDetectorConstruction::SetClad1Radius(), WLSDetectorConstruction::SetClad2Radius(), WLSDetectorConstruction::SetCoatingRadius(), WLSDetectorConstruction::SetCoatingThickness(), DetectorConstruction::SetCoef(), DetectorConstruction::SetContainerMaterial(), DetectorConstruction::SetContainMaterial(), DetectorConstruction::SetContainThickness(), F04DetectorConstruction::SetDegraderMaterial(), F04DetectorConstruction::SetDegraderPos(), F04DetectorConstruction::SetDegraderRadius(), F04DetectorConstruction::SetDegraderThickness(), DetectorConstruction::SetDetectorLength(), DetectorConstruction::SetDetectorMaterial(), DetectorConstruction::SetDetectorThickness(), DetectorConstruction::SetDiameter(), LXeDetectorConstruction::SetDimensions(), IORTDetectorConstruction::SetDiscoMaterialIORT(), IORTDetectorConstruction::SetDiscoMaterialIORT1(), DetectorConstruction::SetEcalLength(), DetectorConstruction::SetEcalMaterial(), DetectorConstruction::SetEcalWidth(), LaserDrivenBeamLine::SetFirstCollimatorPositionZ(), LaserDrivenBeamLine::SetFirstCollimatorRadius(), LaserDrivenBeamLine::SetFirstCollimatorThickness(), PassiveProtonBeamLine::SetFirstScatteringFoilXSize(), DetectorConstruction::SetG1(), DetectorConstruction::SetG2(), DetectorConstruction::SetG3(), DetectorConstruction::SetG4(), WLSDetectorConstruction::SetGap(), GB03DetectorConstruction::SetGapMaterial(), RE06DetectorConstruction::SetGapMaterial(), DetectorConstruction::SetGapMaterial(), DetectorConstruction::SetGapThickness(), DetectorConstruction::SetGasMaterial(), DetectorConstruction::SetGrid(), WLSDetectorConstruction::SetHoleRadius(), LXeDetectorConstruction::SetHousingReflectivity(), LXeDetectorConstruction::SetHousingThickness(), PassiveCarbonBeamLine::SetInnerRadiusFinalCollimator(), PassiveProtonBeamLine::SetInnerRadiusFinalCollimator(), Collimator100BeamLine::SetInnerRadiusFinalCollimatorIORT(), Collimator40BeamLine::SetInnerRadiusFinalCollimatorIORT(), Collimator50BeamLine::SetInnerRadiusFinalCollimatorIORT(), Collimator60BeamLine::SetInnerRadiusFinalCollimatorIORT(), Collimator70BeamLine::SetInnerRadiusFinalCollimatorIORT(), Collimator80BeamLine::SetInnerRadiusFinalCollimatorIORT(), HistoManager::SetIonPhysics(), DetectorConstruction::SetLength(), LXeDetectorConstruction::SetMainVolumeOn(), DetectorConstruction::SetMaterial(), DetectorConstruction::SetMethod(), WLSDetectorConstruction::SetMirror(), WLSDetectorConstruction::SetMirrorPolish(), WLSDetectorConstruction::SetMirrorReflectivity(), DetectorConstruction::SetModel(), HadrontherapyModulator::SetModulatorAngle(), HadrontherapyModulator::SetModulatorInnerRadius(), HadrontherapyModulator::SetModulatorMaterial(), HadrontherapyModulator::SetModulatorOuterRadius(), HadrontherapyModulator::SetModulatorPosition(), DetectorConstruction::SetNbOfAbsor(), DetectorConstruction::SetNbOfDivisions(), DetectorConstruction::SetNbOfLayers(), XrayFluoPhysicsListMessenger::SetNewValue(), LXeDetectorMessenger::SetNewValue(), G4GDMLMessenger::SetNewValue(), XrayFluoDetectorMessenger::SetNewValue(), DMXDetectorMessenger::SetNewValue(), XrayFluoPlaneDetectorMessenger::SetNewValue(), XrayFluoMercuryDetectorMessenger::SetNewValue(), CexmcParticleGunMessenger::SetNewValue(), G4VisCommandSceneEndOfEventAction::SetNewValue(), G4VisCommandReviewKeptEvents::SetNewValue(), G4AdjointSimMessenger::SetNewValue(), LXeDetectorConstruction::SetNFibers(), WLSDetectorConstruction::SetNumberOfCladding(), GB03DetectorConstruction::SetNumberOfLayers(), RE06DetectorConstruction::SetNumberOfLayers(), LXeDetectorConstruction::SetNX(), LXeDetectorConstruction::SetNY(), LXeDetectorConstruction::SetNZ(), Collimator50BeamLine::SetOuterRadiusFinalCollimatorIORT(), Collimator40BeamLine::SetOuterRadiusFinalCollimatorIORT(), Collimator100BeamLine::SetOuterRadiusFinalCollimatorIORT(), Collimator60BeamLine::SetOuterRadiusFinalCollimatorIORT(), Collimator70BeamLine::SetOuterRadiusFinalCollimatorIORT(), Collimator80BeamLine::SetOuterRadiusFinalCollimatorIORT(), PassiveProtonBeamLine::SetOuterRadiusStopper(), DetectorConstruction::SetPadLength(), DetectorConstruction::SetPadWidth(), HadrontherapyDetectorConstruction::SetPhantomMaterial(), IORTDetectorConstruction::SetPhantomMaterial(), WLSDetectorConstruction::SetPhotonDetAlignment(), WLSDetectorConstruction::SetPhotonDetGeometry(), WLSDetectorConstruction::SetPhotonDetHalfLength(), WLSDetectorConstruction::SetPhotonDetPolish(), WLSDetectorConstruction::SetPhotonDetReflectivity(), LXeDetectorConstruction::SetPMTRadius(), TrentoPassiveProtonBeamLine::SetPreCollimatorXPosition(), TrentoPassiveProtonBeamLine::SetPreCollimatorXSize(), ElectronBenchmarkDetector::SetPrimFoilMaterial(), ElectronBenchmarkDetector::SetPrimFoilThickness(), DetectorConstruction::SetProfile(), PassiveProtonBeamLine::SetRangeShifterXPosition(), PassiveProtonBeamLine::SetRangeShifterXSize(), G4AdjointSimManager::SetRestOfAdjointActions(), PassiveCarbonBeamLine::SetRippleFilterXPosition(), CCalPrimaryGeneratorAction::SetRunNo(), LXeEventAction::SetSaveThreshold(), TrentoPassiveProtonBeamLine::SetScatteringFoilXSize(), LaserDrivenBeamLine::SetSecondCollimatorPositionZ(), LaserDrivenBeamLine::SetSecondCollimatorRadius(), LaserDrivenBeamLine::SetSecondCollimatorThickness(), PassiveProtonBeamLine::SetSecondScatteringFoilXSize(), RE06DetectorConstruction::SetSerialGeometry(), LaserDrivenBeamLine::SetSlitHoleDimensionY(), LaserDrivenBeamLine::SetSlitHoleDimensionZ(), LaserDrivenBeamLine::SetSlitHolePositionZ(), LXeDetectorConstruction::SetSphereOn(), DetectorConstruction::SetSurfaceFinish(), DetectorConstruction::SetSurfaceModel(), WLSDetectorConstruction::SetSurfaceRoughness(), DetectorConstruction::SetSurfaceSigmaAlpha(), DetectorConstruction::SetSurfaceType(), DetectorConstruction::SetTarget1Material(), DetectorConstruction::SetTarget2Material(), F04DetectorConstruction::SetTargetAngle(), DetectorConstruction::SetTargetMaterial(), F04DetectorConstruction::SetTargetMaterial(), F04DetectorConstruction::SetTargetPos(), F04DetectorConstruction::SetTargetRadius(), F04DetectorConstruction::SetTargetThickness(), LaserDrivenBeamLine::SetThicknessSlit(), DetectorConstruction::SetTrackingCut(), F04DetectorConstruction::SetTransferMgntB(), F04DetectorConstruction::SetTransferMgntLength(), F04DetectorConstruction::SetTransferMgntPos(), F04DetectorConstruction::SetTransferMgntRadius(), CexmcSetup::SetupSpecialVolumes(), G4VUserActionInitialization::SetUserAction(), DetectorConstruction::SetVertexLength(), WLSDetectorConstruction::SetWLSLength(), WLSDetectorConstruction::SetWLSRadius(), LXeDetectorConstruction::SetWLSSlabOn(), F03DetectorConstruction::SetWorldMaterial(), F01DetectorConstruction::SetWorldMaterial(), F02DetectorConstruction::SetWorldMaterial(), F04DetectorConstruction::SetWorldMaterial(), F03DetectorConstruction::SetWorldSizeR(), F01DetectorConstruction::SetWorldSizeR(), F02DetectorConstruction::SetWorldSizeR(), F04DetectorConstruction::SetWorldSizeR(), F03DetectorConstruction::SetWorldSizeZ(), F01DetectorConstruction::SetWorldSizeZ(), F02DetectorConstruction::SetWorldSizeZ(), F04DetectorConstruction::SetWorldSizeZ(), WLSDetectorConstruction::SetXYRatio(), CCalSensAssign::stackingAction(), BrachyDetectorConstruction::SwitchBrachytherapicSeed(), ThrowExceptionIfProjectIsRead(), G4HumanPhantomEventAction::totalEventEnergyDeposit(), G4MPIsession::TryForcedTerminate(), DetectorConstruction::UpdateGeometry(), IORTGeometryController::UpdateGeometry(), ExN03DetectorConstruction::UpdateGeometry(), XrayFluoPlaneDetectorConstruction::UpdateGeometry(), XrayFluoMercuryDetectorConstruction::UpdateGeometry(), XrayFluoDetectorConstruction::UpdateGeometry(), GammaRayTelDetectorConstruction::UpdateGeometry(), HadrontherapyDetectorConstruction::UpdateGeometry(), IORTDetectorConstruction::UpdateGeometry(), GammaKnifeDetectorConstruction::UpdateHelmet(), CexmcEventAction::UpdateRunHits(), G4MPImanager::UpdateStatus(), CCalSteppingAction::UserSteppingAction(), OpNoviceSteppingAction::UserSteppingAction(), B4bSteppingAction::UserSteppingAction(), B1SteppingAction::UserSteppingAction(), DMXSteppingAction::UserSteppingAction(), G4Run::~G4Run().

RMType G4RunManager::GetRunManagerType ( ) const
inline

G4RunManager.hh 파일의 570 번째 라인에서 정의되었습니다.

다음을 참조함 : runManagerType.

다음에 의해서 참조됨 : RunAction::BeginMaster(), RunAction::EndMaster(), G4RunMessenger::GetCurrentValue(), RunAction::PrintRunInfo(), G4RunMessenger::SetNewValue(), G4Run::~G4Run().

G4String G4RunManager::GetSelectMacro ( ) const
inline

G4RunManager.hh 파일의 564 번째 라인에서 정의되었습니다.

다음을 참조함 : selectMacro.

다음에 의해서 참조됨 : G4WorkerRunManager::DoWork(), tbbTask::execute().

const G4VUserActionInitialization* G4RunManager::GetUserActionInitialization ( ) const
inline

G4RunManager.hh 파일의 363 번째 라인에서 정의되었습니다.

다음을 참조함 : userActionInitialization.

다음에 의해서 참조됨 : tbbTask::execute(), G4MTRunManagerKernel::StartThread().

const G4VUserDetectorConstruction* G4RunManager::GetUserDetectorConstruction ( ) const
inline
const G4UserEventAction* G4RunManager::GetUserEventAction ( ) const
inline
const G4VUserPhysicsList* G4RunManager::GetUserPhysicsList ( ) const
inline

G4RunManager.hh 파일의 361 번째 라인에서 정의되었습니다.

다음을 참조함 : physicsList.

다음에 의해서 참조됨 : CexmcSetup::Construct(), tbbTask::execute(), export_G4RunManager(), G4MTRunManagerKernel::StartThread().

const G4VUserPrimaryGeneratorAction* G4RunManager::GetUserPrimaryGeneratorAction ( ) const
inline
const G4UserRunAction* G4RunManager::GetUserRunAction ( ) const
inline
const G4UserStackingAction* G4RunManager::GetUserStackingAction ( ) const
inline

G4RunManager.hh 파일의 377 번째 라인에서 정의되었습니다.

다음을 참조함 : userStackingAction.

다음에 의해서 참조됨 : G4BlineTracer::ComputeBlines(), G4AdjointSimManager::DefineUserActions(), export_G4RunManager(), G4RTWorkerInitialization::WorkerRunStart().

const G4UserSteppingAction* G4RunManager::GetUserSteppingAction ( ) const
inline

G4RunManager.hh 파일의 381 번째 라인에서 정의되었습니다.

다음을 참조함 : userSteppingAction.

다음에 의해서 참조됨 : G4BlineTracer::ComputeBlines(), G4AdjointSimManager::DefineUserActions(), export_G4RunManager(), G4RTWorkerInitialization::WorkerRunStart().

const G4UserTrackingAction* G4RunManager::GetUserTrackingAction ( ) const
inline
const G4UserWorkerInitialization* G4RunManager::GetUserWorkerInitialization ( ) const
inline
const G4UserWorkerThreadInitialization* G4RunManager::GetUserWorkerThreadInitialization ( ) const
inline

G4RunManager.hh 파일의 369 번째 라인에서 정의되었습니다.

다음을 참조함 : userWorkerThreadInitialization.

다음에 의해서 참조됨 : tbbTask::execute(), G4WorkerRunManager::SetupDefaultRNGEngine(), G4MTRunManagerKernel::StartThread().

G4int G4RunManager::GetVerboseLevel ( ) const
inline

G4RunManager.hh 파일의 500 번째 라인에서 정의되었습니다.

다음을 참조함 : verboseLevel.

다음에 의해서 참조됨 : export_G4RunManager(), G4RunMessenger::GetCurrentValue(), message().

const G4String& G4RunManager::GetVersionString ( ) const
inline

G4RunManager.hh 파일의 392 번째 라인에서 정의되었습니다.

다음을 참조함 : G4RunManagerKernel::GetVersionString(), kernel.

다음에 의해서 참조됨 : export_G4RunManager().

G4bool G4RunManager::IfGeometryHasBeenDestroyed ( )
static

G4RunManager.cc 파일의 72 번째 라인에서 정의되었습니다.

void G4RunManager::Initialize ( void  )
virtual
void G4RunManager::InitializeEventLoop ( G4int  n_event,
const char *  macroFile = 0,
G4int  n_select = -1 
)
virtual

G4MTRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 382 번째 라인에서 정의되었습니다.

다음을 참조함 : msgText, n_select_msg, selectMacro, G4Timer::Start(), timer, verboseLevel.

다음에 의해서 참조됨 : G4WorkerRunManager::DoEventLoop(), DoEventLoop().

void G4RunManager::InitializeGeometry ( )
virtual
void G4RunManager::InitializePhysics ( )
virtual
G4RunManager& G4RunManager::operator= ( const G4RunManager )
inlineprivate

G4RunManager.hh 파일의 586 번째 라인에서 정의되었습니다.

void G4RunManager::PhysicsHasBeenModified ( )
inline
void G4RunManager::ProcessOneEvent ( G4int  i_event)
virtual
void G4RunManager::ReinitializeGeometry ( G4bool  destroyFirst = false,
G4bool  prop = true 
)

G4RunManager.cc 파일의 935 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UImanager::ApplyCommand(), G4PhysicalVolumeStore::Clean(), G4LogicalVolumeStore::Clean(), G4SolidStore::Clean(), G4TransportationManager::ClearParallelWorlds(), fGeometryHasBeenDestroyed, G4cout, G4endl, G4RunManagerKernel::GeometryHasBeenModified(), G4VVisManager::GeometryHasChanged(), geometryInitialized, G4VVisManager::GetConcreteInstance(), G4LogicalVolumeStore::GetInstance(), G4PhysicalVolumeStore::GetInstance(), G4SolidStore::GetInstance(), G4RegionStore::GetInstance(), G4GeometryManager::GetInstance(), G4TransportationManager::GetTransportationManager(), G4UImanager::GetUIpointer(), G4Threading::IsMasterThread(), kernel, G4GeometryManager::OpenGeometry(), verboseLevel.

다음에 의해서 참조됨 : DetectorConstruction::BuildBoundingVolume(), DetectorConstruction::DrawAtoms_(), DetectorConstruction::DrawAtomsWithBounding_(), DetectorConstruction::DrawNucleotides_(), DetectorConstruction::DrawNucleotidesWithBounding_(), DetectorConstruction::DrawResidues_(), DetectorConstruction::DrawResiduesWithBounding_(), DetectorConstruction::LoadPDBfile(), F03DetectorConstruction::SetAbsorberRadius(), F01DetectorConstruction::SetAbsorberRadius(), F02DetectorConstruction::SetAbsorberRadius(), DetectorConstruction::SetAbsorberThickness(), F03DetectorConstruction::SetAbsorberThickness(), F02DetectorConstruction::SetAbsorberThickness(), F01DetectorConstruction::SetAbsorberThickness(), F03DetectorConstruction::SetAbsorberZpos(), F01DetectorConstruction::SetAbsorberZpos(), F02DetectorConstruction::SetAbsorberZpos(), DetectorConstruction::SetAbsorLength(), DetectorConstruction::SetAbsorRadius(), DetectorConstruction::SetAbsorSizeYZ(), DetectorConstruction::SetAbsorThickness(), WLSDetectorConstruction::SetBarBase(), WLSDetectorConstruction::SetBarLength(), DetectorConstruction::SetCalorSizeYZ(), F04DetectorConstruction::SetCaptureMgntB1(), F04DetectorConstruction::SetCaptureMgntB2(), F04DetectorConstruction::SetCaptureMgntLength(), F04DetectorConstruction::SetCaptureMgntRadius(), WLSDetectorConstruction::SetClad1Radius(), WLSDetectorConstruction::SetClad2Radius(), WLSDetectorConstruction::SetCoatingRadius(), WLSDetectorConstruction::SetCoatingThickness(), DetectorConstruction::SetCoef(), DetectorConstruction::SetContainThickness(), F04DetectorConstruction::SetDegraderPos(), F04DetectorConstruction::SetDegraderRadius(), F04DetectorConstruction::SetDegraderThickness(), DetectorConstruction::SetDetectorLength(), DetectorConstruction::SetDetectorThickness(), LXeDetectorConstruction::SetDimensions(), DetectorConstruction::SetG1(), DetectorConstruction::SetG2(), DetectorConstruction::SetG3(), DetectorConstruction::SetG4(), WLSDetectorConstruction::SetGap(), DetectorConstruction::SetGapThickness(), DetectorConstruction::SetGrid(), WLSDetectorConstruction::SetHoleRadius(), LXeDetectorConstruction::SetHousingReflectivity(), LXeDetectorConstruction::SetHousingThickness(), LXeDetectorConstruction::SetMainVolumeOn(), WLSDetectorConstruction::SetMirror(), WLSDetectorConstruction::SetMirrorPolish(), WLSDetectorConstruction::SetMirrorReflectivity(), DetectorConstruction::SetModel(), DetectorConstruction::SetNbOfAbsor(), DetectorConstruction::SetNbOfDivisions(), DetectorConstruction::SetNbOfLayers(), LXeDetectorMessenger::SetNewValue(), G4GDMLMessenger::SetNewValue(), G4RunMessenger::SetNewValue(), LXeDetectorConstruction::SetNFibers(), WLSDetectorConstruction::SetNumberOfCladding(), LXeDetectorConstruction::SetNX(), LXeDetectorConstruction::SetNY(), LXeDetectorConstruction::SetNZ(), WLSDetectorConstruction::SetPhotonDetAlignment(), WLSDetectorConstruction::SetPhotonDetGeometry(), WLSDetectorConstruction::SetPhotonDetHalfLength(), WLSDetectorConstruction::SetPhotonDetPolish(), WLSDetectorConstruction::SetPhotonDetReflectivity(), LXeDetectorConstruction::SetPMTRadius(), DetectorConstruction::SetProfile(), LXeDetectorConstruction::SetSphereOn(), WLSDetectorConstruction::SetSurfaceRoughness(), F04DetectorConstruction::SetTargetAngle(), F04DetectorConstruction::SetTargetPos(), F04DetectorConstruction::SetTargetRadius(), F04DetectorConstruction::SetTargetThickness(), DetectorConstruction::SetTrackingCut(), F04DetectorConstruction::SetTransferMgntB(), F04DetectorConstruction::SetTransferMgntLength(), F04DetectorConstruction::SetTransferMgntPos(), F04DetectorConstruction::SetTransferMgntRadius(), WLSDetectorConstruction::SetWLSLength(), WLSDetectorConstruction::SetWLSRadius(), LXeDetectorConstruction::SetWLSSlabOn(), F03DetectorConstruction::SetWorldSizeR(), F01DetectorConstruction::SetWorldSizeR(), F02DetectorConstruction::SetWorldSizeR(), F04DetectorConstruction::SetWorldSizeR(), F03DetectorConstruction::SetWorldSizeZ(), F01DetectorConstruction::SetWorldSizeZ(), F02DetectorConstruction::SetWorldSizeZ(), F04DetectorConstruction::SetWorldSizeZ(), WLSDetectorConstruction::SetXYRatio(), XrayFluoPlaneDetectorConstruction::UpdateGeometry(), XrayFluoMercuryDetectorConstruction::UpdateGeometry(), XrayFluoDetectorConstruction::UpdateGeometry(), GammaRayTelDetectorConstruction::UpdateGeometry().

void G4RunManager::ReOptimize ( G4LogicalVolume pLog)
void G4RunManager::ReOptimizeMotherOf ( G4VPhysicalVolume pPhys)

G4RunManager.cc 파일의 829 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VPhysicalVolume::GetMotherLogical(), ReOptimize().

void G4RunManager::RestoreRandomNumberStatus ( const G4String fileN)
virtual

G4RunManager.cc 파일의 712 번째 라인에서 정의되었습니다.

다음을 참조함 : G4cout, G4endl, G4String::index(), randomNumberStatusDir, verboseLevel.

다음에 의해서 참조됨 : export_G4RunManager(), G4RunMessenger::SetNewValue().

virtual void G4RunManager::RestoreRndmEachEvent ( G4bool  )
inlinevirtual

G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.hh 파일의 596 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4RunMessenger::SetNewValue().

void G4RunManager::rndmSaveThisEvent ( )
virtual
void G4RunManager::rndmSaveThisRun ( )
virtual
void G4RunManager::RunInitialization ( )
virtual
void G4RunManager::RunTermination ( )
virtual
void G4RunManager::SetDCtable ( G4DCtable DCtbl)
inline

G4RunManager.hh 파일의 566 번째 라인에서 정의되었습니다.

다음을 참조함 : DCtable.

다음에 의해서 참조됨 : G4DigiManager::AddNewModule().

void G4RunManager::SetGeometryToBeOptimized ( G4bool  vl)
inline

G4RunManager.hh 파일의 507 번째 라인에서 정의되었습니다.

다음을 참조함 : G4RunManagerKernel::GeometryHasBeenModified(), geometryToBeOptimized, kernel, G4RunManagerKernel::SetGeometryToBeOptimized().

다음에 의해서 참조됨 : G4RunMessenger::SetNewValue().

void G4RunManager::SetNumberOfAdditionalWaitingStacks ( G4int  iAdd)
inline

G4RunManager.hh 파일의 385 번째 라인에서 정의되었습니다.

다음을 참조함 : eventManager, G4EventManager::SetNumberOfAdditionalWaitingStacks().

void G4RunManager::SetNumberOfEventsToBeProcessed ( G4int  val)
inline

G4RunManager.hh 파일의 558 번째 라인에서 정의되었습니다.

다음을 참조함 : numberOfEventToBeProcessed.

void G4RunManager::SetNumberOfEventsToBeStored ( G4int  val)
inline

G4RunManager.hh 파일의 520 번째 라인에서 정의되었습니다.

다음을 참조함 : n_perviousEventsToBeStored.

void G4RunManager::SetPrimaryTransformer ( G4PrimaryTransformer pt)
inline

G4RunManager.hh 파일의 395 번째 라인에서 정의되었습니다.

다음을 참조함 : kernel, G4RunManagerKernel::SetPrimaryTransformer().

void G4RunManager::SetPrintProgress ( G4int  i)
inline
void G4RunManager::SetRandomNumberStore ( G4bool  flag)
inline
void G4RunManager::SetRandomNumberStoreDir ( const G4String dir)
inline
void G4RunManager::SetRandomNumberStorePerEvent ( G4bool  flag)
inline

G4RunManager.hh 파일의 447 번째 라인에서 정의되었습니다.

다음을 참조함 : rngStatusEventsFlag.

다음에 의해서 참조됨 : G4RunMessenger::SetNewValue().

void G4RunManager::SetRunIDCounter ( G4int  i)
inline

G4RunManager.hh 파일의 550 번째 라인에서 정의되었습니다.

다음을 참조함 : runIDCounter.

다음에 의해서 참조됨 : export_G4RunManager(), G4MTRunManager::Initialize(), CCalPrimaryGeneratorAction::SetRunNo().

void G4RunManager::SetUserAction ( G4UserRunAction userAction)
virtual
void G4RunManager::SetUserAction ( G4VUserPrimaryGeneratorAction userAction)
virtual

G4MTRunManager, G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 892 번째 라인에서 정의되었습니다.

다음을 참조함 : userPrimaryGeneratorAction.

void G4RunManager::SetUserAction ( G4UserEventAction userAction)
virtual

G4MTRunManager, G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 897 번째 라인에서 정의되었습니다.

다음을 참조함 : eventManager, G4EventManager::SetUserAction(), userEventAction.

void G4RunManager::SetUserAction ( G4UserStackingAction userAction)
virtual

G4MTRunManager, G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 903 번째 라인에서 정의되었습니다.

다음을 참조함 : eventManager, G4EventManager::SetUserAction(), userStackingAction.

void G4RunManager::SetUserAction ( G4UserTrackingAction userAction)
virtual

G4MTRunManager, G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 909 번째 라인에서 정의되었습니다.

다음을 참조함 : eventManager, G4EventManager::SetUserAction(), userTrackingAction.

void G4RunManager::SetUserAction ( G4UserSteppingAction userAction)
virtual

G4MTRunManager, G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 915 번째 라인에서 정의되었습니다.

다음을 참조함 : eventManager, G4EventManager::SetUserAction(), userSteppingAction.

void G4RunManager::SetUserInitialization ( G4VUserDetectorConstruction userInit)
virtual

G4MTRunManager, G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 860 번째 라인에서 정의되었습니다.

다음을 참조함 : userDetector.

다음에 의해서 참조됨 : main(), IORTGeometryController::registerGeometry(), XrayFluoSimulation::RunSimulation(), G4WorkerRunManager::SetUserInitialization(), G4MTRunManager::SetUserInitialization().

void G4RunManager::SetUserInitialization ( G4VUserPhysicsList userInit)
virtual

G4MTRunManager, G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 863 번째 라인에서 정의되었습니다.

다음을 참조함 : kernel, physicsList, G4RunManagerKernel::SetPhysics().

void G4RunManager::SetUserInitialization ( G4VUserActionInitialization userInit)
virtual

G4MTRunManager, G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 881 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VUserActionInitialization::Build(), userActionInitialization.

void G4RunManager::SetUserInitialization ( G4UserWorkerInitialization userInit)
virtual

G4MTRunManager, G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 869 번째 라인에서 정의되었습니다.

다음을 참조함 : FatalException, G4Exception().

void G4RunManager::SetUserInitialization ( G4UserWorkerThreadInitialization userInit)
virtual

G4MTRunManager, G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 875 번째 라인에서 정의되었습니다.

다음을 참조함 : FatalException, G4Exception().

void G4RunManager::SetVerboseLevel ( G4int  vl)
inline

G4RunManager.hh 파일의 497 번째 라인에서 정의되었습니다.

다음을 참조함 : kernel, G4RunManagerKernel::SetVerboseLevel(), verboseLevel.

다음에 의해서 참조됨 : export_G4RunManager(), message(), G4RunMessenger::SetNewValue().

void G4RunManager::StackPreviousEvent ( G4Event anEvent)
protected
void G4RunManager::StoreRandomNumberStatusToG4Event ( G4int  vl)
inline

G4RunManager.hh 파일의 398 번째 라인에서 정의되었습니다.

다음을 참조함 : eventManager, G4EventManager::StoreRandomNumberStatusToG4Event(), storeRandomNumberStatusToG4Event.

다음에 의해서 참조됨 : G4RunMessenger::SetNewValue().

void G4RunManager::StoreRNGStatus ( const G4String filenamePrefix)
protectedvirtual

G4MTRunManager, G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 473 번째 라인에서 정의되었습니다.

다음을 참조함 : randomNumberStatusDir, TIMEMORY_AUTO_TIMER.

다음에 의해서 참조됨 : GenerateEvent(), RunInitialization().

void G4RunManager::TerminateEventLoop ( )
virtual

G4WorkerRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 420 번째 라인에서 정의되었습니다.

다음을 참조함 : fakeRun, fGeometryHasBeenDestroyed, G4cout, G4endl, numberOfEventProcessed, runAborted, G4Timer::Stop(), timer, verboseLevel.

다음에 의해서 참조됨 : DoEventLoop(), G4MTRunManager::RunTermination().

void G4RunManager::TerminateOneEvent ( )
virtual

G4MTRunManager에서 재구현되었습니다.

G4RunManager.cc 파일의 412 번째 라인에서 정의되었습니다.

다음을 참조함 : currentEvent, numberOfEventProcessed, StackPreviousEvent(), TIMEMORY_AUTO_TIMER.

다음에 의해서 참조됨 : G4WorkerRunManager::DoEventLoop(), DoEventLoop().

void G4RunManager::UpdateScoring ( )
protected

멤버 데이타 문서화

G4Event* G4RunManager::currentEvent
protected
G4Run* G4RunManager::currentRun
protected
G4VPhysicalVolume* G4RunManager::currentWorld
protected

G4RunManager.hh 파일의 319 번째 라인에서 정의되었습니다.

G4DCtable* G4RunManager::DCtable
protected

G4RunManager.hh 파일의 303 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4WorkerRunManager::RunInitialization(), RunInitialization(), SetDCtable().

G4EventManager* G4RunManager::eventManager
protected
G4bool G4RunManager::fakeRun
protected
G4bool G4RunManager::fGeometryHasBeenDestroyed = false
staticprotected
G4ThreadLocal G4RunManager * G4RunManager::fRunManager = 0
staticprivate

G4RunManager.hh 파일의 148 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4RunManager(), ~G4RunManager().

G4bool G4RunManager::geometryInitialized
protected

G4RunManager.hh 파일의 293 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConfirmBeamOnCondition(), Initialize(), G4WorkerRunManager::InitializeGeometry(), InitializeGeometry(), ReinitializeGeometry().

G4bool G4RunManager::geometryToBeOptimized
protected

G4RunManager.hh 파일의 297 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetGeometryToBeOptimized(), SetGeometryToBeOptimized().

G4bool G4RunManager::initializedAtLeastOnce
protected

G4RunManager.hh 파일의 296 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConfirmBeamOnCondition(), Initialize().

G4RunManagerKernel* G4RunManager::kernel
protected
G4String G4RunManager::msgText
protected

G4RunManager.hh 파일의 323 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4MTRunManager::InitializeEventLoop(), InitializeEventLoop(), G4WorkerRunManager::ProcessOneEvent(), ProcessOneEvent().

G4int G4RunManager::n_perviousEventsToBeStored
protected

G4RunManager.hh 파일의 308 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetPreviousEvent(), G4WorkerRunManager::RunInitialization(), RunInitialization(), SetNumberOfEventsToBeStored(), StackPreviousEvent().

G4int G4RunManager::n_select_msg
protected
G4int G4RunManager::nParallelWorlds
protected

G4RunManager.hh 파일의 321 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetNumberOfParallelWorld(), InitializeGeometry().

G4int G4RunManager::numberOfEventProcessed
protected
G4int G4RunManager::numberOfEventToBeProcessed
protected
G4bool G4RunManager::physicsInitialized
protected

G4RunManager.hh 파일의 294 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConfirmBeamOnCondition(), Initialize(), InitializePhysics().

G4VUserPhysicsList* G4RunManager::physicsList
protected
std::list<G4Event*>* G4RunManager::previousEvents
protected
G4int G4RunManager::printModulo
protected
G4String G4RunManager::randomNumberStatusDir
protected
G4String G4RunManager::randomNumberStatusForThisEvent
protected

G4RunManager.hh 파일의 315 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4RunManager(), G4WorkerRunManager::GenerateEvent(), GenerateEvent(), GetRandomNumberStatusForThisEvent().

G4String G4RunManager::randomNumberStatusForThisRun
protected

G4RunManager.hh 파일의 314 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4RunManager(), GetRandomNumberStatusForThisRun(), G4WorkerRunManager::RunInitialization(), RunInitialization().

G4bool G4RunManager::rngStatusEventsFlag
protected
G4bool G4RunManager::runAborted
protected
G4int G4RunManager::runIDCounter
protected

G4RunManager.hh 파일의 299 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4WorkerRunManager::RunInitialization(), RunInitialization(), RunTermination(), SetRunIDCounter().

RMType G4RunManager::runManagerType
protected

G4RunManager.hh 파일의 574 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DoEventLoop(), G4RunManager(), GetRunManagerType().

G4RunMessenger* G4RunManager::runMessenger
private

G4RunManager.hh 파일의 290 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4RunManager(), ~G4RunManager().

G4String G4RunManager::selectMacro
protected

G4RunManager.hh 파일의 326 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetSelectMacro(), G4MTRunManager::InitializeEventLoop(), InitializeEventLoop().

G4bool G4RunManager::storeRandomNumberStatus
protected
G4int G4RunManager::storeRandomNumberStatusToG4Event
protected
G4Timer* G4RunManager::timer
protected
G4VUserActionInitialization* G4RunManager::userActionInitialization
protected
G4VUserDetectorConstruction* G4RunManager::userDetector
protected
G4UserEventAction* G4RunManager::userEventAction
protected

G4RunManager.hh 파일의 284 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CexmcRunManager::BeamParticleChangeHook(), GetUserEventAction(), SetUserAction().

G4VUserPrimaryGeneratorAction* G4RunManager::userPrimaryGeneratorAction
protected
G4UserRunAction* G4RunManager::userRunAction
protected

G4RunManager.hh 파일의 282 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetUserRunAction(), G4WorkerRunManager::RunInitialization(), RunInitialization(), RunTermination(), SetUserAction(), ~G4RunManager().

G4UserStackingAction* G4RunManager::userStackingAction
protected

G4RunManager.hh 파일의 285 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetUserStackingAction(), SetUserAction().

G4UserSteppingAction* G4RunManager::userSteppingAction
protected

G4RunManager.hh 파일의 287 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetUserSteppingAction(), SetUserAction().

G4UserTrackingAction* G4RunManager::userTrackingAction
protected

G4RunManager.hh 파일의 286 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetUserTrackingAction(), SetUserAction().

G4UserWorkerInitialization* G4RunManager::userWorkerInitialization
protected
G4UserWorkerThreadInitialization* G4RunManager::userWorkerThreadInitialization
protected
G4int G4RunManager::verboseLevel
protected

이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: