43 #ifndef G4DOPPLERPROFILE_HH 
   44 #define G4DOPPLERPROFILE_HH 1 
   76   std::map<G4int,G4VEMDataSet*,std::less<G4int> > profileMap;
 
   77   std::vector<G4int> nShells;
 
   84   std::vector<G4double> biggsP;
 
   86   void LoadBiggsP(
const G4String& fileName);
 
const G4VEMDataSet * Profiles(G4int Z) const 
 
size_t NumberOfProfiles(G4int Z) const 
 
const G4VEMDataSet * Profile(G4int Z, G4int ShellIndex) const 
 
G4DopplerProfile(G4int minZ=1, G4int maxZ=100)
 
G4double RandomSelectMomentum(G4int Z, G4int shellIndex) const