#include <G4DNADamage.hh>
Definition at line 79 of file G4DNADamage.hh.
◆ G4DNADamage()
G4DNADamage::G4DNADamage |
( |
| ) |
|
|
protected |
◆ ~G4DNADamage()
G4DNADamage::~G4DNADamage |
( |
| ) |
|
|
protectedvirtual |
Definition at line 70 of file G4DNADamage.cc.
71{
73 {
74 delete fIndirectHit;
75 }
77}
std::vector< G4DNAIndirectHit * > fIndirectHits
◆ AddIndirectDamage()
Definition at line 95 of file G4DNADamage.cc.
99{
101 {
103 return;
104 }
105
106 G4DNAIndirectHit* indirectHit = nullptr;
107 auto it =
fMolMap.find(*molecule);
108
110 {
111 G4Molecule* mol(nullptr);
112 fMolMap[*molecule] = (mol =
new G4Molecule(*molecule));
113 indirectHit = new G4DNAIndirectHit(baseName, mol, position, time);
114 }
115 else
116 {
117 indirectHit = new G4DNAIndirectHit(baseName, it->second, position, time);
118 }
120}
std::map< G4Molecule, const G4Molecule * > fMolMap
Referenced by G4DNASecondOrderReaction::PostStepDoIt().
◆ DeleteInstance()
void G4DNADamage::DeleteInstance |
( |
| ) |
|
|
static |
◆ GetIndirectHits()
◆ GetNIndirectHits()
virtual G4int G4DNADamage::GetNIndirectHits |
( |
| ) |
const |
|
inlinevirtual |
◆ Instance()
◆ OnlyCountDamage()
virtual G4bool G4DNADamage::OnlyCountDamage |
( |
| ) |
const |
|
inlinevirtual |
◆ Reset()
void G4DNADamage::Reset |
( |
| ) |
|
|
virtual |
Definition at line 85 of file G4DNADamage.cc.
86{
89 {
90 delete fIndirectHit;
91 }
93}
◆ SetOnlyCountDamage()
virtual void G4DNADamage::SetOnlyCountDamage |
( |
G4bool | flag = true | ) |
|
|
inlinevirtual |
◆ fIndirectHits
◆ fJustCountDamage
G4bool G4DNADamage::fJustCountDamage |
|
protected |
◆ fMolMap
◆ fNIndirectDamage
G4int G4DNADamage::fNIndirectDamage |
|
protected |
◆ fpInstance
The documentation for this class was generated from the following files: