68 for (i = MPT.begin(); i != MPT.end(); ++i)
83 for (i = MPT.begin(); i != MPT.end(); ++i)
86 if ( (*i).second != 0 )
88 (*i).second->DumpValues();
92 G4Exception(
"G4MaterialPropertiesTable::DumpTable()",
"mat204",
93 JustWarning,
"NULL Material Property Vector Pointer.");
97 for (j = MPTC.begin(); j != MPTC.end(); ++j)
100 if ( j->second != 0 )
106 G4Exception(
"G4MaterialPropertiesTable::DumpTable()",
"mat202",
117 if (rindex==0) {
return 0; }
137 G4Exception(
"G4MaterialPropertiesTable::SetGROUPVEL()",
"mat205",
151 G4Exception(
"G4MaterialPropertiesTable::SetGROUPVEL()",
"mat205",
159 vg =
c_light/(n0+(n1-n0)/std::log(E1/E0));
172 vg =
c_light/( 0.5*(n0+n1)+(n1-n0)/std::log(E1/E0));
176 if((vg<0) || (vg>
c_light/(0.5*(n0+n1)))) { vg =
c_light/(0.5*(n0+n1)); }
188 G4Exception(
"G4MaterialPropertiesTable::SetGROUPVEL()",
"mat205",
195 vg =
c_light/(n1+(n1-n0)/std::log(E1/E0));