39#ifndef G4DNACHEMISTRYMANAGER_HH
40#define G4DNACHEMISTRYMANAGER_HH
89 void WriteInto(
const G4String&, std::ios_base::openmode mode = std::ios_base::out);
144 static std::auto_ptr<G4DNAChemistryManager> fInstance;
145 bool fActiveChemistry;
147 std::ofstream fOutput;
156 return fActiveChemistry;
161 fActiveChemistry = flag;
@ eDissociativeAttachment
G4bool IsChemistryActived()
void PushMolecule(G4Molecule *&molecule, double time, const G4ThreeVector &position, int parentID)
static G4DNAChemistryManager * Instance()
void CreateSolvatedElectron(const G4Track *, G4ThreeVector *finalPosition=0)
G4DNAWaterIonisationStructure * GetIonisationLevel()
G4DNAWaterExcitationStructure * GetExcitationLevel()
void PushMoleculeAtParentTimeAndPlace(G4Molecule *&molecule, const G4Track *)
void SetChemistryActivation(G4bool)
static void DeleteInstance()
void WriteInto(const G4String &, std::ios_base::openmode mode=std::ios_base::out)
void CreateWaterMolecule(ElectronicModification, G4int, const G4Track *)