51 #ifndef G4SANDIATABLE_HH
52 #define G4SANDIATABLE_HH
102 void ComputeMatSandiaMatrix();
103 void ComputeMatSandiaMatrixPAI();
111 static const G4int fNumberOfElements;
112 static const G4int fIntervalLimit;
113 static const G4int fNumberOfIntervals;
114 static const G4int fH2OlowerInt;
116 static const G4double fSandiaTable[981][5];
117 static const G4double fH2OlowerI1[23][5];
118 static const G4int fNbOfIntervals[101];
119 static const G4double fZtoAratio[101];
120 static const G4double fIonizationPotentials[101];
125 static G4int fCumulInterval[101];
128 std::vector<G4double> fSandiaCofPerAtom;
132 G4int fMatNbOfIntervals;
173 void ComputeMatTable();
void SandiaSwap(G4double **da, G4int i, G4int j)
G4int GetMaxInterval() const
G4double GetSandiaMatTablePAI(G4int, G4int)
G4int SandiaMixing(G4int Z[], const G4double *fractionW, G4int el, G4int mi)
G4double GetSandiaMatTable(G4int, G4int)
void SandiaSort(G4double **da, G4int sz)
G4double GetSandiaCofForMaterial(G4int, G4int)
G4int SandiaIntervals(G4int Z[], G4int el)
void GetSandiaCofPerAtom(G4int Z, G4double energy, std::vector< G4double > &coeff)
G4OrderedTable * GetSandiaMatrixPAI()
void SetLowerI1(G4bool flag)
G4int GetMatNbOfIntervals()
static G4double GetZtoA(G4int Z)
G4double GetPhotoAbsorpCof(G4int i, G4int j) const
G4double GetSandiaCofForMaterialPAI(G4int, G4int)
G4double ** GetPointerToCof()
void SetVerbose(G4int ver)
void Initialize(G4Material *)