29 #ifndef G4DNAChampionElasticModel_h
30 #define G4DNAChampionElasticModel_h 1
47 const G4String& nam =
"DNAChampionElasticModel");
74 const std::vector<G4double>* fpMolWaterDensity;
84 typedef std::map<G4String,G4String,std::less<G4String> > MapFile;
87 typedef std::map<G4String,G4DNACrossSectionDataSet*,std::less<G4String> > MapData;
115 typedef std::map<double, std::map<double, double> > TriDimensionMap;
117 TriDimensionMap eDiffCrossSectionData;
118 std::vector<double> eTdummyVec;
120 typedef std::map<double, std::vector<double> > VecMap;
146 G4Exception (
"*** WARNING : G4DNAChampionElasticModel::SetKillBelowThreshold INACTIVE for now",
"",
JustWarning,
"") ;