49 #ifndef G4VAtomDeexcitation_h
50 #define G4VAtomDeexcitation_h 1
182 std::vector<G4bool> activeZ;
183 std::vector<G4bool> activeDeexcitationMedia;
184 std::vector<G4bool> activeAugerMedia;
185 std::vector<G4bool> activePIXEMedia;
186 std::vector<G4String> activeRegions;
187 std::vector<G4bool> deRegions;
188 std::vector<G4bool> AugerRegions;
189 std::vector<G4bool> PIXERegions;
190 std::vector<G4DynamicParticle*> vdyn;
206 if(val) { isActive =
true; }
217 if(val) { isActive =
true; }
239 nameElectronPIXE =
n;
251 return nameElectronPIXE;
254 inline const std::vector<G4bool>&
273 return (isActive || activeDeexcitationMedia[coupleIndex]);
280 return (flagAuger || activeAugerMedia[coupleIndex]);
290 if (theCoupleTable) {
293 if(gCut < as->BindingEnergy()) {
296 if (theCoupleTable) {