84{
85
86
88 G4MolecularConfiguration* OH = molTable->GetConfiguration("°OH");
89 G4MolecularConfiguration* OHm = molTable->GetConfiguration("OHm");
90 G4MolecularConfiguration* e_aq = molTable->GetConfiguration("e_aq");
91 G4MolecularConfiguration* H2 = molTable->GetConfiguration("H2");
92 G4MolecularConfiguration* H3O = molTable->GetConfiguration("H3Op");
93 G4MolecularConfiguration* H = molTable->GetConfiguration("H");
94
95
96
98 G4MolecularDissociationChannel* decCh1;
99 G4MolecularDissociationChannel* decCh2;
100
102
103
104
105
106 G4DNAWaterExcitationStructure waterExcitation;
107
108
109
110 decCh1 = new G4MolecularDissociationChannel("A^1B_1_Relax");
111 decCh2 = new G4MolecularDissociationChannel("A^1B_1_DissociDecay");
112
116
121
122
123 occ->RemoveElectron(4, 1);
124 occ->AddElectron(5, 1);
125
129
130
131
132 decCh1 = new G4MolecularDissociationChannel("B^1A_1_Relax_Channel");
133 decCh2 = new G4MolecularDissociationChannel("B^1A_1_DissociDecay");
134 auto decCh3 = new G4MolecularDissociationChannel("B^1A_1_AutoIoni_Channel");
135
136
139
140
146
147
148 decCh3->AddProduct(OH);
149 decCh3->AddProduct(H3O);
150 decCh3->AddProduct(e_aq);
151 decCh3->SetProbability(0.55);
152 decCh3->SetDisplacementType(G4DNAWaterDissociationDisplacer::AutoIonisation);
153
155 occ->RemoveElectron(3);
156 occ->AddElectron(5, 1);
157
162
163
164
165 decCh1 = new G4MolecularDissociationChannel("Exc3rdLayer_AutoIoni_Channel");
166 decCh2 = new G4MolecularDissociationChannel("Exc3rdLayer_Relax_Channel");
167
168
172
175
176
179
180
182 occ->RemoveElectron(2, 1);
183 occ->AddElectron(5, 1);
184
185
189
190
191
192 decCh1 = new G4MolecularDissociationChannel("Exc2ndLayer_AutoIoni_Channel");
193 decCh2 = new G4MolecularDissociationChannel("Exc2ndLayer_Relax_Channel");
194
195
199
202
203
206
208 occ->RemoveElectron(1, 1);
209 occ->AddElectron(5, 1);
210
214
215
216
217 decCh1 = new G4MolecularDissociationChannel("Exci1stLayer_AutoIoni_Channel");
218 decCh2 = new G4MolecularDissociationChannel("Exci1stLayer_Relax_Channel");
219
221 occ->RemoveElectron(0, 1);
222 occ->AddElectron(5, 1);
223
224
230
231
234
238
239
240
241
242
243
244
245 decCh1 = new G4MolecularDissociationChannel("Ioni_Channel");
246
247
251 decCh1->
SetDisplacementType(G4DNAWaterDissociationDisplacer::Ionisation_DissociationDecay);
252
254 occ->RemoveElectron(4, 1);
255
258
260 occ->RemoveElectron(3, 1);
262 water->
AddDecayChannel(
"Ioni4",
new G4MolecularDissociationChannel(*decCh1));
263
265 occ->RemoveElectron(2, 1);
267 water->
AddDecayChannel(
"Ioni3",
new G4MolecularDissociationChannel(*decCh1));
268
270 occ->RemoveElectron(1, 1);
272 water->
AddDecayChannel(
"Ioni2",
new G4MolecularDissociationChannel(*decCh1));
273
275 occ->RemoveElectron(0, 1);
277 water->
AddDecayChannel(
"Ioni1",
new G4MolecularDissociationChannel(*decCh1));
278
279
280
281
282 decCh1 = new G4MolecularDissociationChannel("DissociAttachment");
283
284
290
292 occ->AddElectron(5, 1);
295
296
297
298
299 decCh1 = new G4MolecularDissociationChannel("H2Ovib_DissociDecay1");
300 decCh2 = new G4MolecularDissociationChannel("H2Ovib_DissociDecay2");
301 decCh3 = new G4MolecularDissociationChannel("H2Ovib_DissociDecay3");
302
303
309
310
315
316
317 decCh3->SetProbability(0.30);
318
323
324 delete occ;
325}
G4double ExcitationEnergy(G4int level)
static G4H2O * Definition()
void SetDisplacementType(DisplacementType)
void AddProduct(Product *, G4double displacement=0.)
void SetProbability(G4double)
const G4ElectronOccupancy * GetGroundStateElectronOccupancy() const
void AddDecayChannel(const G4MolecularConfiguration *molConf, const G4MolecularDissociationChannel *channel)
G4MolecularConfiguration * NewConfiguration(const G4String &excitedStateLabel)
G4MolecularConfiguration * NewConfigurationWithElectronOccupancy(const G4String &excitedStateLabel, const G4ElectronOccupancy &, double decayTime=0.)
static G4MoleculeTable * Instance()