33#ifndef G4AblaVirtualData_hh
34#define G4AblaVirtualData_hh 1
101 static const G4int alphaRows = 155;
102 static const G4int alphaCols = 100;
104 static const G4int paceRows = 500;
105 static const G4int paceCols = 500;
107 G4double alpha[alphaRows][alphaCols];
108 G4double ecnz[alphaRows][alphaCols];
109 G4double vgsld[alphaRows][alphaCols];
G4bool setVgsld(G4int A, G4int Z, G4double value)
G4double getPace2(G4int A, G4int Z)
G4double getAlpha(G4int A, G4int Z)
G4bool setEcnz(G4int A, G4int Z, G4double value)
G4bool setPace2(G4int A, G4int Z, G4double value)
G4double getVgsld(G4int A, G4int Z)
G4bool setAlpha(G4int A, G4int Z, G4double value)
G4double getEcnz(G4int A, G4int Z)
virtual G4bool readData()=0