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

#include <G4DNAChemistryManager.hh>

G4DNAChemistryManager에 대한 상속 다이어그램 :
G4UImessenger G4VStateDependent

클래스

struct  ThreadLocalData
 

Public 멤버 함수

G4bool IsChemistryActivated ()
 
void SetChemistryActivation (G4bool)
 
virtual G4bool Notify (G4ApplicationState requestedState)
 
virtual void SetNewValue (G4UIcommand *, G4String)
 
virtual G4String GetCurrentValue (G4UIcommand *command)
 
void Initialize ()
 
void SetChemistryList (G4VUserChemistryList *)
 
void Deregister (G4VUserChemistryList *)
 
void SetGlobalTemperature (G4double temp_K)
 
void ForceMasterReinitialization ()
 
void TagThreadForReinitialization ()
 
void Run ()
 
void Clear ()
 
void Gun (G4ITGun *, bool physicsTableToBuild=true)
 
void ForceThreadReinitialization ()
 
void ForceRebuildingPhysicsTable ()
 
void WriteInto (const G4String &, std::ios_base::openmode mode=std::ios_base::out)
 
void AddEmptyLineInOuputFile ()
 
void CloseFile ()
 
void CreateWaterMolecule (ElectronicModification, G4int, const G4Track *)
 
void CreateSolvatedElectron (const G4Track *, G4ThreeVector *finalPosition=0)
 
void PushMolecule (G4Molecule *&molecule, G4double time, const G4ThreeVector &position, G4int parentID)
 
void PushMoleculeAtParentTimeAndPlace (G4Molecule *&molecule, const G4Track *)
 
void SetVerbose (G4int verbose)
 
void SetBuildPhysicsTable (G4bool flag)
 
G4bool IsCounterResetWhenRunEnds () const
 
void ResetCounterWhenRunEnds (G4bool resetCounterWhenRunEnds)
 
void SetPhysChemIO (G4VPhysChemIO *physChemIO)
 
G4bool operator== (const G4UImessenger &messenger) const
 
G4bool CommandsShouldBeInMaster () const
 
G4int operator== (const G4VStateDependent &right) const
 
G4int operator!= (const G4VStateDependent &right) const
 

정적 Public 멤버 함수

static G4DNAChemistryManagerInstance ()
 
static G4DNAChemistryManagerGetInstanceIfExists ()
 
static void DeleteInstance ()
 
static G4bool IsActivated ()
 
static void Activated (G4bool flag=true)
 

Protected 멤버 함수

virtual ~G4DNAChemistryManager ()
 
G4DNAWaterExcitationStructureGetExcitationLevel ()
 
G4DNAWaterIonisationStructureGetIonisationLevel ()
 
void InitializeFile ()
 
void InitializeMaster ()
 
void InitializeThread ()
 
 G4DNAChemistryManager ()
 
G4String ItoS (G4int i)
 
G4String DtoS (G4double a)
 
G4String BtoS (G4bool b)
 
G4int StoI (G4String s)
 
G4double StoD (G4String s)
 
G4bool StoB (G4String s)
 
void AddUIcommand (G4UIcommand *newCommand)
 
void CreateDirectory (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
 
template<typename T >
T * CreateCommand (const G4String &cname, const G4String &dsc)
 

Protected 속성

G4UIdirectorybaseDir
 
G4String baseDirName
 
G4bool commandsShouldBeInMaster
 

Private 속성

G4UIdirectoryfpChemDNADirectory
 
G4UIcmdWithABoolfpActivateChem
 
G4UIcmdWithoutParameterfpRunChem
 
G4UIcmdWithoutParameterfpSkipReactionsFromChemList
 
G4UIcmdWithADoubleAndUnitfpScaleForNewTemperature
 
G4UIcmdWithoutParameterfpInitChem
 
G4bool fActiveChemistry
 
G4bool fMasterInitialized
 
G4bool fForceThreadReinitialization
 
G4DNAWaterExcitationStructurefpExcitationLevel
 
G4DNAWaterIonisationStructurefpIonisationLevel
 
G4VUserChemistryListfpUserChemistryList
 
G4bool fBuildPhysicsTable
 
G4bool fPhysicsTableBuilt
 
G4bool fSkipReactions
 
G4bool fGeometryClosed
 
G4int fVerbose
 
G4bool fResetCounterWhenRunEnds
 

정적 Private 속성

static G4DNAChemistryManagerfgInstance
 
static G4ThreadLocal
ThreadLocalData
fpThreadData = 0
 

상세한 설명

WARNING: THIS CLASS IS A PROTOTYPE G4DNAChemistryManager is called from the physics models. It creates the water molecules and the solvated electrons and and send them to G4ITStepManager to be treated in the chemistry stage. For this, the fActiveChemistry flag needs to be on. It is also possible to give already molecule's pointers already built. G4DNAChemistryManager will then be in charge of creating the track and loading it to the IT system. The user can also ask to create a file containing a information about the creation of water molecules and solvated electrons.

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

생성자 & 소멸자 문서화

G4DNAChemistryManager::~G4DNAChemistryManager ( )
protectedvirtual

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

다음을 참조함 : Clear(), fgInstance.

G4DNAChemistryManager::G4DNAChemistryManager ( )
protected

멤버 함수 문서화

void G4DNAChemistryManager::Activated ( G4bool  flag = true)
static

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

다음을 참조함 : fActiveChemistry, Instance().

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

void G4DNAChemistryManager::AddEmptyLineInOuputFile ( )
void G4UImessenger::AddUIcommand ( G4UIcommand newCommand)
protectedinherited

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

다음을 참조함 : G4cerr, G4endl, G4UIcommand::GetCommandPath().

G4String G4UImessenger::BtoS ( G4bool  b)
protectedinherited

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

void G4DNAChemistryManager::Clear ( )
void G4DNAChemistryManager::CloseFile ( )

Close the file specified with WriteInto

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

다음을 참조함 : G4VPhysChemIO::CloseFile(), G4DNAChemistryManager::ThreadLocalData::fpPhysChemIO, fpThreadData.

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

G4bool G4UImessenger::CommandsShouldBeInMaster ( ) const
inlineinherited

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

다음을 참조함 : G4UImessenger::commandsShouldBeInMaster.

template<typename T >
T * G4UImessenger::CreateCommand ( const G4String cname,
const G4String dsc 
)
protectedinherited

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

다음을 참조함 : G4UImessenger::baseDirName.

void G4UImessenger::CreateDirectory ( const G4String path,
const G4String dsc,
G4bool  commandsToBeBroadcasted = true 
)
protectedinherited
void G4DNAChemistryManager::CreateSolvatedElectron ( const G4Track theIncomingTrack,
G4ThreeVector finalPosition = 0 
)

On the same idea as the previous method but for solvated electron. This method should be used by the physics model of the ElectronSolvatation process.

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

다음을 참조함 : G4Molecule::BuildTrack(), G4VPhysChemIO::CreateSolvatedElectron(), G4Electron_aq::Definition(), fActiveChemistry, fAlive, G4DNAChemistryManager::ThreadLocalData::fpPhysChemIO, fpThreadData, G4Track::GetPosition(), G4Track::GetTrackID(), G4VITTrackHolder::Instance(), picosecond, G4VITTrackHolder::Push().

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

void G4DNAChemistryManager::CreateWaterMolecule ( ElectronicModification  modification,
G4int  electronicLevel,
const G4Track theIncomingTrack 
)

Method used by DNA physics model to create a water molecule. The ElectronicModification is a flag telling whether the molecule is ionized or excited, the electronic level is calculated by the model and the IncomingTrack is the track responsible for the creation of this molecule (electron, proton...).

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

다음을 참조함 : G4Molecule::BuildTrack(), G4VPhysChemIO::CreateWaterMolecule(), G4H2O::Definition(), eDissociativeAttachment, eExcitedMolecule, eIonizedMolecule, energy, G4DNAWaterExcitationStructure::ExcitationEnergy(), fActiveChemistry, G4DNAChemistryManager::ThreadLocalData::fpPhysChemIO, fpThreadData, fStopButAlive, GetExcitationLevel(), GetIonisationLevel(), G4Track::GetPosition(), G4Track::GetTrackID(), G4VITTrackHolder::Instance(), G4DNAWaterIonisationStructure::IonisationEnergy(), picosecond, G4VITTrackHolder::Push().

다음에 의해서 참조됨 : G4DNADingfelderChargeDecreaseModel::SampleSecondaries(), G4DNARuddIonisationExtendedModel::SampleSecondaries(), G4DNARuddIonisationModel::SampleSecondaries(), G4DNABornExcitationModel1::SampleSecondaries(), G4DNABornIonisationModel2::SampleSecondaries(), G4DNABornIonisationModel1::SampleSecondaries(), G4DNABornExcitationModel2::SampleSecondaries(), G4DNAMillerGreenExcitationModel::SampleSecondaries(), G4DNAEmfietzoglouExcitationModel::SampleSecondaries(), G4DNAEmfietzoglouIonisationModel::SampleSecondaries(), G4DNACPA100ExcitationModel::SampleSecondaries(), G4DNACPA100IonisationModel::SampleSecondaries(), G4DNAPTBExcitationModel::SampleSecondaries().

void G4DNAChemistryManager::DeleteInstance ( )
static

You should rather use DeleteInstance than the destructor of this class

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

다음을 참조함 : chemManExistence, fgInstance, G4cout, G4endl, G4TemplateAutoLock< _Mutex_t >::unlock().

void G4DNAChemistryManager::Deregister ( G4VUserChemistryList chemistryList)
inline

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

다음을 참조함 : fpUserChemistryList.

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

G4String G4UImessenger::DtoS ( G4double  a)
protectedinherited

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

다음을 참조함 : a.

다음에 의해서 참조됨 : G4ScoreQuantityMessenger::FilterCommands(), G4UIcontrolMessenger::SetNewValue().

void G4DNAChemistryManager::ForceMasterReinitialization ( )
inline

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

다음을 참조함 : fMasterInitialized, InitializeMaster().

void G4DNAChemistryManager::ForceRebuildingPhysicsTable ( )
inline

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

다음을 참조함 : fPhysicsTableBuilt.

void G4DNAChemistryManager::ForceThreadReinitialization ( )
inline

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

다음을 참조함 : fForceThreadReinitialization.

G4String G4DNAChemistryManager::GetCurrentValue ( G4UIcommand command)
virtual

G4UImessenger(으)로부터 재구현되었습니다.

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

다음을 참조함 : G4UIcommand::ConvertToString(), fActiveChemistry, fpActivateChem.

G4DNAWaterExcitationStructure * G4DNAChemistryManager::GetExcitationLevel ( )
protected

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

다음을 참조함 : fpExcitationLevel.

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

G4DNAChemistryManager * G4DNAChemistryManager::GetInstanceIfExists ( )
static

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

다음을 참조함 : fgInstance.

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

G4DNAWaterIonisationStructure * G4DNAChemistryManager::GetIonisationLevel ( )
protected

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

다음을 참조함 : fpIonisationLevel.

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

void G4DNAChemistryManager::Gun ( G4ITGun gun,
bool  physicsTableToBuild = true 
)

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

다음을 참조함 : fBuildPhysicsTable, G4Scheduler::Instance(), G4Scheduler::SetGun().

void G4DNAChemistryManager::Initialize ( )

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

다음을 참조함 : InitializeMaster(), InitializeThread(), G4Threading::IsMultithreadedApplication(), G4Threading::IsWorkerThread().

다음에 의해서 참조됨 : G4EmDNAChemistry::ConstructProcess(), SetNewValue().

void G4DNAChemistryManager::InitializeFile ( )
protected

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

다음을 참조함 : G4DNAChemistryManager::ThreadLocalData::fpPhysChemIO, fpThreadData, fVerbose, G4cout, G4endl, G4VPhysChemIO::InitializeFile().

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

void G4DNAChemistryManager::InitializeMaster ( )
protected
void G4DNAChemistryManager::InitializeThread ( )
protected
G4DNAChemistryManager * G4DNAChemistryManager::Instance ( void  )
static
G4bool G4DNAChemistryManager::IsActivated ( )
static

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

다음을 참조함 : fActiveChemistry, Instance().

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

G4bool G4DNAChemistryManager::IsChemistryActivated ( )

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

다음을 참조함 : fActiveChemistry.

G4bool G4DNAChemistryManager::IsCounterResetWhenRunEnds ( ) const
inline

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

다음을 참조함 : fResetCounterWhenRunEnds.

G4String G4UImessenger::ItoS ( G4int  i)
protectedinherited

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

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

G4bool G4DNAChemistryManager::Notify ( G4ApplicationState  requestedState)
virtual
G4int G4VStateDependent::operator!= ( const G4VStateDependent right) const
inherited

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

G4int G4VStateDependent::operator== ( const G4VStateDependent right) const
inherited

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

G4bool G4UImessenger::operator== ( const G4UImessenger messenger) const
inherited

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

void G4DNAChemistryManager::PushMolecule ( G4Molecule *&  molecule,
G4double  time,
const G4ThreeVector position,
G4int  parentID 
)

WARNING : In case chemistry is not activated, PushMolecule will take care of deleting the transfered molecule. Before calling this method, it is also possible to check if the chemistry is activated through IsChemistryActived(). This method will create the track corresponding to the transfered molecule and will be in charge of loading the new track to the system.

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

다음을 참조함 : G4Molecule::BuildTrack(), fActiveChemistry, fAlive, G4VITTrackHolder::Instance(), G4VITTrackHolder::Push(), track.

void G4DNAChemistryManager::PushMoleculeAtParentTimeAndPlace ( G4Molecule *&  molecule,
const G4Track theIncomingTrack 
)

WARNING : In case chemistry is not activated, PushMoleculeAtParentTimeAndPlace will take care of deleting the transfered molecule. Before calling this method, it is also possible to check if the chemistry is activated through IsChemistryActived(). This method will create the track corresponding to the transfered molecule and will be in charge of loading the new track to the system.

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

다음을 참조함 : G4Molecule::BuildTrack(), fActiveChemistry, fAlive, G4Track::GetGlobalTime(), G4Track::GetPosition(), G4Track::GetTrackID(), G4VITTrackHolder::Instance(), G4VITTrackHolder::Push(), track.

void G4DNAChemistryManager::ResetCounterWhenRunEnds ( G4bool  resetCounterWhenRunEnds)
inline

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

다음을 참조함 : fResetCounterWhenRunEnds.

void G4DNAChemistryManager::Run ( )
void G4DNAChemistryManager::SetBuildPhysicsTable ( G4bool  flag)
inline

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

다음을 참조함 : fBuildPhysicsTable.

void G4DNAChemistryManager::SetChemistryActivation ( G4bool  flag)

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

다음을 참조함 : fActiveChemistry.

void G4DNAChemistryManager::SetChemistryList ( G4VUserChemistryList chemistryList)
inline

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

다음을 참조함 : Activated(), fpUserChemistryList.

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

void G4DNAChemistryManager::SetGlobalTemperature ( G4double  temp_K)

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

다음을 참조함 : G4DNAMolecularReactionTable::Instance(), G4MolecularConfiguration::SetGlobalTemperature().

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

void G4DNAChemistryManager::SetNewValue ( G4UIcommand command,
G4String  value 
)
virtual
void G4DNAChemistryManager::SetPhysChemIO ( G4VPhysChemIO physChemIO)

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

void G4DNAChemistryManager::SetVerbose ( G4int  verbose)
inline

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

다음을 참조함 : fVerbose.

G4bool G4UImessenger::StoB ( G4String  s)
protectedinherited

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

다음을 참조함 : G4String::toUpper().

다음에 의해서 참조됨 : G4LocalThreadCoutMessenger::SetNewValue(), G4CascadeParamMessenger::SetNewValue(), G4ScoreQuantityMessenger::SetNewValue().

G4double G4UImessenger::StoD ( G4String  s)
protectedinherited
G4int G4UImessenger::StoI ( G4String  s)
protectedinherited
void G4DNAChemistryManager::TagThreadForReinitialization ( )
inline

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

다음을 참조함 : fpThreadData, G4DNAChemistryManager::ThreadLocalData::fThreadInitialized_tl.

void G4DNAChemistryManager::WriteInto ( const G4String ,
std::ios_base::openmode  mode = std::ios_base::out 
)

Tells the chemMan to write into a file the position and electronic state of the water molecule and the position thermalized or not of the solvated electron

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

다음을 참조함 : G4String::data(), G4DNAChemistryManager::ThreadLocalData::fpPhysChemIO, fpThreadData, fVerbose, G4cout, G4endl, G4VPhysChemIO::WriteInto().

멤버 데이타 문서화

G4UIdirectory* G4UImessenger::baseDir
protectedinherited

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

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

G4String G4UImessenger::baseDirName
protectedinherited

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

다음에 의해서 참조됨 : G4UImessenger::CreateCommand(), G4UImessenger::CreateDirectory().

G4bool G4UImessenger::commandsShouldBeInMaster
protectedinherited

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

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

G4bool G4DNAChemistryManager::fActiveChemistry
private
G4bool G4DNAChemistryManager::fBuildPhysicsTable
private

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

다음에 의해서 참조됨 : G4DNAChemistryManager(), Gun(), InitializeThread(), SetBuildPhysicsTable().

G4bool G4DNAChemistryManager::fForceThreadReinitialization
private

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

다음에 의해서 참조됨 : ForceThreadReinitialization(), G4DNAChemistryManager(), InitializeThread().

G4bool G4DNAChemistryManager::fGeometryClosed
private

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

다음에 의해서 참조됨 : G4DNAChemistryManager(), InitializeThread(), Notify().

G4DNAChemistryManager * G4DNAChemistryManager::fgInstance
staticprivate

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

다음에 의해서 참조됨 : DeleteInstance(), GetInstanceIfExists(), Instance(), ~G4DNAChemistryManager().

G4bool G4DNAChemistryManager::fMasterInitialized
private

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

다음에 의해서 참조됨 : ForceMasterReinitialization(), G4DNAChemistryManager(), InitializeMaster(), Run().

G4UIcmdWithABool* G4DNAChemistryManager::fpActivateChem
private

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

다음에 의해서 참조됨 : Clear(), G4DNAChemistryManager(), GetCurrentValue(), SetNewValue().

G4UIdirectory* G4DNAChemistryManager::fpChemDNADirectory
private

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

다음에 의해서 참조됨 : Clear(), G4DNAChemistryManager().

G4DNAWaterExcitationStructure* G4DNAChemistryManager::fpExcitationLevel
private

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

다음에 의해서 참조됨 : Clear(), G4DNAChemistryManager(), GetExcitationLevel().

G4bool G4DNAChemistryManager::fPhysicsTableBuilt
private

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

다음에 의해서 참조됨 : ForceRebuildingPhysicsTable(), G4DNAChemistryManager(), InitializeThread().

G4UIcmdWithoutParameter* G4DNAChemistryManager::fpInitChem
private

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

다음에 의해서 참조됨 : Clear(), G4DNAChemistryManager(), SetNewValue().

G4DNAWaterIonisationStructure* G4DNAChemistryManager::fpIonisationLevel
private

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

다음에 의해서 참조됨 : Clear(), G4DNAChemistryManager(), GetIonisationLevel().

G4UIcmdWithoutParameter* G4DNAChemistryManager::fpRunChem
private

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

다음에 의해서 참조됨 : Clear(), G4DNAChemistryManager(), SetNewValue().

G4UIcmdWithADoubleAndUnit* G4DNAChemistryManager::fpScaleForNewTemperature
private

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

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

G4UIcmdWithoutParameter* G4DNAChemistryManager::fpSkipReactionsFromChemList
private

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

다음에 의해서 참조됨 : Clear(), G4DNAChemistryManager(), SetNewValue().

G4ThreadLocal G4DNAChemistryManager::ThreadLocalData * G4DNAChemistryManager::fpThreadData = 0
staticprivate
G4VUserChemistryList* G4DNAChemistryManager::fpUserChemistryList
private

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

다음에 의해서 참조됨 : Clear(), Deregister(), G4DNAChemistryManager(), InitializeMaster(), InitializeThread(), SetChemistryList().

G4bool G4DNAChemistryManager::fResetCounterWhenRunEnds
private

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

다음에 의해서 참조됨 : G4DNAChemistryManager(), IsCounterResetWhenRunEnds(), ResetCounterWhenRunEnds(), Run().

G4bool G4DNAChemistryManager::fSkipReactions
private

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

다음에 의해서 참조됨 : G4DNAChemistryManager(), InitializeMaster(), SetNewValue().

G4int G4DNAChemistryManager::fVerbose
private

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

다음에 의해서 참조됨 : G4DNAChemistryManager(), InitializeFile(), InitializeMaster(), InitializeThread(), Notify(), SetVerbose(), WriteInto().


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