54 #ifndef G4EXTDEDXTABLE_HH
55 #define G4EXTDEDXTABLE_HH
80 G4int atomicNumberIon,
81 G4int atomicNumberElem
87 G4int atomicNumberIon,
94 G4int atomicNumberIon,
95 G4int atomicNumberElem
101 G4int atomicNumberIon,
110 G4int atomicNumberIon,
111 G4int atomicNumberElem
118 G4int atomicNumberIon,
126 G4int atomicNumberIon,
128 G4int atomicNumberElem = 0
133 G4int atomicNumberIon,
158 typedef std::pair<G4int, G4int> G4IonDEDXKeyElem;
159 typedef std::pair<G4int, G4String> G4IonDEDXKeyMat;
161 typedef std::map<G4IonDEDXKeyElem, G4PhysicsVector*> G4IonDEDXMapElem;
162 typedef std::map<G4IonDEDXKeyMat, G4PhysicsVector*> G4IonDEDXMapMat;
164 G4IonDEDXMapElem dedxMapElements;
165 G4IonDEDXMapMat dedxMapMaterials;
168 #endif // G4EXTDEDXTABLE_HH