32 #define ABLAXX_IN_GEANT4_MODE 1
36 #ifndef G4AblaVirtualData_hh
37 #define G4AblaVirtualData_hh 1
39 #ifdef ABLAXX_IN_GEANT4_MODE
60 #ifdef ABLAXX_IN_GEANT4_MODE
115 static const G4int alphaRows = 154;
116 static const G4int alphaCols = 99;
118 static const G4int paceRows = 500;
119 static const G4int paceCols = 500;
121 G4double alpha[alphaRows][alphaCols];
122 G4double ecnz[alphaRows][alphaCols];
123 G4double vgsld[alphaRows][alphaCols];
G4bool setVgsld(G4int A, G4int Z, G4double value)
G4bool setPace2(G4int A, G4int Z, G4double value)
G4double getVgsld(G4int A, G4int Z)
virtual G4bool readData()=0
G4double getAlpha(G4int A, G4int Z)
double A(double temperature)
const XML_Char int const XML_Char * value
G4bool setEcnz(G4int A, G4int Z, G4double value)
G4bool setAlpha(G4int A, G4int Z, G4double value)
virtual ~G4AblaVirtualData()
G4double getEcnz(G4int A, G4int Z)
G4double getPace2(G4int A, G4int Z)