#include <G4eIonisationParameters.hh>
Definition at line 61 of file G4eIonisationParameters.hh.
G4eIonisationParameters::G4eIonisationParameters |
( |
G4int |
minZ = 1 , |
|
|
G4int |
maxZ = 99 |
|
) |
| |
G4eIonisationParameters::~G4eIonisationParameters |
( |
| ) |
|
Definition at line 71 of file G4eIonisationParameters.cc.
74 std::map<G4int,G4VEMDataSet*,std::less<G4int> >::iterator
pos;
76 for (pos = param.begin(); pos != param.end(); ++
pos)
82 for (pos = excit.begin(); pos != excit.end(); ++
pos)
static const G4double pos
Definition at line 125 of file G4eIonisationParameters.cc.
128 std::map<G4int,G4VEMDataSet*,std::less<G4int> >::const_iterator
pos;
131 if (pos!= excit.end()) {
138 G4cout <<
"WARNING: G4IonisationParameters::Excitation "
139 <<
"did not find ID = "
virtual const G4DataVector & GetEnergies(G4int componentId) const =0
virtual G4double FindValue(G4double x, G4int componentId=0) const =0
G4GLOB_DLL std::ostream G4cout
const XML_Char int const XML_Char * value
T max(const T t1, const T t2)
brief Return the largest of the two arguments
T min(const T t1, const T t2)
brief Return the smallest of the two arguments
static const G4double pos
Definition at line 92 of file G4eIonisationParameters.cc.
97 G4int id =
Z*100 + parameterIndex;
98 std::map<G4int,G4VEMDataSet*,std::less<G4int> >::const_iterator
pos;
100 pos = param.find(
id);
101 if (pos!= param.end()) {
105 if(shellIndex < nShells) {
111 G4cout <<
"WARNING: G4IonisationParameters::FindParameter "
112 <<
"has no parameters for shell= " << shellIndex
117 G4cout <<
"WARNING: G4IonisationParameters::Parameter "
118 <<
"did not find ID = "
virtual const G4DataVector & GetEnergies(G4int componentId) const =0
virtual G4double FindValue(G4double x, G4int componentId=0) const =0
virtual const G4VEMDataSet * GetComponent(G4int componentId) const =0
G4GLOB_DLL std::ostream G4cout
const XML_Char int const XML_Char * value
virtual size_t NumberOfComponents(void) const =0
T max(const T t1, const T t2)
brief Return the largest of the two arguments
T min(const T t1, const T t2)
brief Return the smallest of the two arguments
static const G4double pos
void G4eIonisationParameters::PrintData |
( |
void |
| ) |
const |
Definition at line 384 of file G4eIonisationParameters.cc.
387 G4cout <<
"===== G4eIonisationParameters =====" <<
G4endl;
390 size_t nZ = activeZ.size();
391 std::map<G4int,G4VEMDataSet*,std::less<G4int> >::const_iterator
pos;
393 for (
size_t i=0; i<nZ; i++) {
396 for (
size_t j=0; j<length; j++) {
398 G4int index = Z*100 + j;
400 pos = param.find(index);
401 if (pos!= param.end()) {
405 for (
size_t k=0; k<nShells; k++) {
407 G4cout <<
"===== Z= " << Z <<
" shell= " << k
408 <<
" parameter[" << j <<
"] ====="
416 G4cout <<
"====================================" <<
G4endl;
virtual const G4VEMDataSet * GetComponent(G4int componentId) const =0
G4GLOB_DLL std::ostream G4cout
virtual size_t NumberOfComponents(void) const =0
virtual void PrintData(void) const =0
static const G4double pos
The documentation for this class was generated from the following files: