56 : zMin(minZ), zMax(maxZ)
71 std::map<G4int,G4VEMDataSet*,std::less<G4int> >::iterator
pos;
91 std::map<G4int,G4VEMDataSet*,std::less<G4int> >::const_iterator
pos;
92 if (Z < zMin || Z >
zMax)
121 std::ostringstream ost;
122 ost << fileName <<
".dat";
125 char* path = getenv(
"G4LEDATA");
135 std::ifstream file(dirFile);
136 std::filebuf* lsdp = file.rdbuf();
138 if (! (lsdp->is_open()) )
163 std::ostringstream ost;
164 ost << fileName <<
"-" << Z <<
".dat";
167 char* path = getenv(
"G4LEDATA");
170 G4String excep(
"G4LEDATA environment variable not set");
178 std::ifstream file(dirFile);
179 std::filebuf* lsdp = file.rdbuf();
181 if (! (lsdp->is_open()) )
204 for (
size_t i=0; i<
nBiggs; i++)
208 biggs->push_back(
biggsP[i]);
std::map< G4int, G4VEMDataSet *, std::less< G4int > > profileMap
void LoadProfile(const G4String &fileName, G4int Z)
std::vector< G4int > nShells
const G4VEMDataSet * Profiles(G4int Z) const
virtual G4VDataSetAlgorithm * Clone() const =0
void LoadBiggsP(const G4String &fileName)
size_t NumberOfProfiles(G4int Z) const
virtual const G4VEMDataSet * GetComponent(G4int componentId) const =0
const G4VEMDataSet * Profile(G4int Z, G4int ShellIndex) const
virtual void AddComponent(G4VEMDataSet *dataSet)=0
virtual G4double RandomSelect(G4int componentId=0) const =0
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
virtual void PrintData(void) const =0
G4DopplerProfile(G4int minZ=1, G4int maxZ=100)
std::vector< G4double > biggsP
G4double RandomSelectMomentum(G4int Z, G4int shellIndex) const
static const G4double pos