83 std::map<const G4Material*,G4double> *fEffectiveZSq;
87 std::map<G4double,G4PhysicsTable*> *fLorentzTables1;
88 std::map<G4double,G4PhysicsTable*> *fLorentzTables2;
90 static const G4int fNumberofZPoints=6;
91 static const G4int fNumberofEPoints=6;
92 static const G4int fNumberofKPoints=4;
94 G4double fQQ1[fNumberofZPoints][fNumberofEPoints][fNumberofKPoints];
95 G4double fQQ2[fNumberofZPoints][fNumberofEPoints][fNumberofKPoints];
97 G4int fVerbosityLevel;