51 #ifndef G4SANDIATABLE_HH
52 #define G4SANDIATABLE_HH
76 std::vector<G4double>& coeff)
const;
79 std::vector<G4double>& coeff)
const;
106 void ComputeMatSandiaMatrix();
107 void ComputeMatSandiaMatrixPAI();
114 static void PrintErrorV(
const G4String&);
118 static G4int fCumulInterval[101];
122 std::vector<G4double> fSandiaCofPerAtom;
126 G4int fMatNbOfIntervals;
158 void ComputeMatTable();
170 static const G4double fSandiaTable[981][5];
171 static const G4int fNumberOfElements;
172 static const G4int fIntervalLimit;
173 static const G4int fNumberOfIntervals;
174 static const G4int fH2OlowerInt;
const G4double * GetSandiaCofForMaterialPAI(G4double energy) const
G4double GetSandiaCofForMaterial(G4int, G4int) const
G4int GetMaxInterval() const
G4double GetSandiaMatTablePAI(G4int, G4int) const
G4int SandiaMixing(G4int Z[], const G4double *fractionW, G4int el, G4int mi)
G4double GetWaterCofForMaterial(G4int, G4int) const
G4int GetMatNbOfIntervals() const
G4int SandiaIntervals(G4int Z[], G4int el)
void SetLowerI1(G4bool flag)
G4double energy(const ThreeVector &p, const G4double m)
static G4double GetZtoA(G4int Z)
G4double GetPhotoAbsorpCof(G4int i, G4int j) const
G4double GetSandiaMatTable(G4int, G4int) const
void GetSandiaCofWater(G4double energy, std::vector< G4double > &coeff) const
void SetVerbose(G4int ver)
void GetSandiaCofPerAtom(G4int Z, G4double energy, std::vector< G4double > &coeff) const
G4double GetWaterEnergyLimit() const
void Initialize(G4Material *)