43 #ifndef G4MuElecInelasticModel_h
44 #define G4MuElecInelasticModel_h 1
70 const G4String& nam =
"MuElecInelasticModel");
101 std::map<G4String,G4double,std::less<G4String> > lowEnergyLimit;
102 std::map<G4String,G4double,std::less<G4String> > highEnergyLimit;
109 typedef std::map<G4String,G4String,std::less<G4String> > MapFile;
112 typedef std::map<G4String,G4MuElecCrossSectionDataSet*,std::less<G4String> > MapData;
139 typedef std::map<double, std::map<double, double> > TriDimensionMap;
140 TriDimensionMap eDiffCrossSectionData[7];
141 TriDimensionMap pDiffCrossSectionData[7];
142 std::vector<double> eTdummyVec;
143 std::vector<double> pTdummyVec;
145 typedef std::map<double, std::vector<double> > VecMap;