44 #ifndef G4RDDOPPLERPROFILE_HH 
   45 #define G4RDDOPPLERPROFILE_HH 1 
   77   std::map<G4int,G4RDVEMDataSet*,std::less<G4int> > profileMap;
 
   78   std::vector<G4int> nShells;
 
   85   std::vector<G4double> biggsP;
 
   87   void LoadBiggsP(
const G4String& fileName);
 
G4RDDopplerProfile(G4int minZ=1, G4int maxZ=100)
const G4RDVEMDataSet * Profile(G4int Z, G4int ShellIndex) const 
size_t NumberOfProfiles(G4int Z) const 
const G4RDVEMDataSet * Profiles(G4int Z) const 
G4double RandomSelectMomentum(G4int Z, G4int shellIndex) const