ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
ThreadLocalData () | |
~ThreadLocalData () | |
Public Attributes | |
std::unique_ptr< G4VPhysChemIO > | fpPhysChemIO |
G4bool | fThreadInitialized = false |
Definition at line 230 of file G4DNAChemistryManager.hh.
View newest version in sPHENIX GitHub at line 230 of file G4DNAChemistryManager.hh
G4DNAChemistryManager::ThreadLocalData::ThreadLocalData | ( | ) |
Definition at line 73 of file G4DNAChemistryManager.cc.
View newest version in sPHENIX GitHub at line 73 of file G4DNAChemistryManager.cc
References fpPhysChemIO, and fThreadInitialized.
G4DNAChemistryManager::ThreadLocalData::~ThreadLocalData | ( | ) |
Definition at line 81 of file G4DNAChemistryManager.cc.
View newest version in sPHENIX GitHub at line 81 of file G4DNAChemistryManager.cc
References G4DNAChemistryManager::fpThreadData.
std::unique_ptr<G4VPhysChemIO> G4DNAChemistryManager::ThreadLocalData::fpPhysChemIO |
Definition at line 233 of file G4DNAChemistryManager.hh.
View newest version in sPHENIX GitHub at line 233 of file G4DNAChemistryManager.hh
Referenced by G4DNAChemistryManager::AddEmptyLineInOutputFile(), G4DNAChemistryManager::CloseFile(), G4DNAChemistryManager::CreateSolvatedElectron(), G4DNAChemistryManager::CreateWaterMolecule(), G4DNAChemistryManager::InitializeFile(), G4DNAChemistryManager::SetPhysChemIO(), ThreadLocalData(), and G4DNAChemistryManager::WriteInto().
Definition at line 234 of file G4DNAChemistryManager.hh.
View newest version in sPHENIX GitHub at line 234 of file G4DNAChemistryManager.hh
Referenced by G4DNAChemistryManager::InitializeThread(), G4DNAChemistryManager::Run(), G4DNAChemistryManager::TagThreadForReinitialization(), and ThreadLocalData().