47 #ifndef G4PENELOPEBREMSSTRAHLUNGANGULAR_HH 
   48 #define G4PENELOPEBREMSSTRAHLUNGANGULAR_HH 1 
   94   std::map<const G4Material*,G4double> *theEffectiveZSq;
 
   98   std::map<G4double,G4PhysicsTable*> *theLorentzTables1;
 
   99   std::map<G4double,G4PhysicsTable*> *theLorentzTables2;
 
  104   static const G4int NumberofZPoints=6;
 
  105   static const G4int NumberofEPoints=6;
 
  106   static const G4int NumberofKPoints=4;
 
  108   G4double QQ1[NumberofZPoints][NumberofEPoints][NumberofKPoints];
 
  109   G4double QQ2[NumberofZPoints][NumberofEPoints][NumberofKPoints];
 
  111   G4int verbosityLevel;
 
void SetVerbosityLevel(G4int vl)
Set/Get Verbosity level. 
 
G4int GetVerbosityLevel()
 
void PrepareTables(const G4Material *material, G4bool isMaster)
Reserved for Master Model. 
 
G4ThreeVector & SampleDirection(const G4DynamicParticle *dp, G4double out_energy, G4int Z, const G4Material *mat=0)
Samples the direction of the outgoing photon (in global coordinates). 
 
G4PenelopeBremsstrahlungAngular()
 
G4double PolarAngle(const G4double initial_energy, const G4double final_energy, const G4int Z)
 
~G4PenelopeBremsstrahlungAngular()