99 const G4String& nam =
"MicroElecInelasticModel");
165 typedef std::map<G4String,G4String,std::less<G4String> > MapFile;
166 typedef std::map<G4String,G4MicroElecCrossSectionDataSet_new*,std::less<G4String> > MapData;
167 typedef std::map<G4double, std::map<G4double, G4double> > TriDimensionMap;
168 typedef std::map<G4double, std::vector<G4double> > VecMap;
171 typedef std::map<G4String, MapData*, std::less<G4String> > TCSMap;
173 typedef std::map<G4String, std::vector<TriDimensionMap>* > dataDiffCSMap;
174 dataDiffCSMap eDiffDatatable, pDiffDatatable;
175 dataDiffCSMap eNrjTransStorage, pNrjTransStorage;
176 typedef std::map<G4String, std::vector<VecMap>* > dataProbaShellMap;
177 dataProbaShellMap eProbaShellStorage, pProbaShellStorage;
178 typedef std::map<G4String, std::vector<G4double>* > incidentEnergyMap;
179 incidentEnergyMap eIncidentEnergyStorage, pIncidentEnergyStorage;
180 typedef std::map<G4String, VecMap* > TranfEnergyMap;
181 TranfEnergyMap eVecmStorage, pVecmStorage;
182 typedef std::map<G4String, G4MicroElecMaterialStructure*, std::less<G4String> > MapStructure;
183 MapStructure tableMaterialsStructures;
186 std::map<G4String,G4double,std::less<G4String> > lowEnergyLimit;
187 std::map<G4String,G4double,std::less<G4String> > highEnergyLimit;