33#define ABLAXX_IN_GEANT4_MODE 1
37#ifndef G4AblaVirtualData_hh
38#define G4AblaVirtualData_hh 1
40#ifdef ABLAXX_IN_GEANT4_MODE
61#ifdef ABLAXX_IN_GEANT4_MODE
170 static const G4int alphaRows = 154;
171 static const G4int alphaCols = 99;
173 static const G4int paceRows = 500;
174 static const G4int paceCols = 500;
176 static const G4int rmsRows = 154;
177 static const G4int rmsCols = 99;
179 static const G4int betaRows = 251;
180 static const G4int betaCols = 137;
182 static const G4int massRows = 154;
183 static const G4int massCols = 13;
185 G4double alpha[alphaRows][alphaCols];
186 G4double ecnz[alphaRows][alphaCols];
187 G4double vgsld[alphaRows][alphaCols];
191 G4int mexpid[massRows][massCols];
G4bool setVgsld(G4int A, G4int Z, G4double value)
G4double getMexp(G4int A, G4int Z)
G4double getPace2(G4int A, G4int Z)
G4bool setMexp(G4int A, G4int Z, G4double value)
virtual ~G4AblaVirtualData()
G4double getAlpha(G4int A, G4int Z)
G4bool setEcnz(G4int A, G4int Z, G4double value)
G4bool setPace2(G4int A, G4int Z, G4double value)
G4bool setRms(G4int A, G4int Z, G4double value)
G4double getBeta2(G4int A, G4int Z)
G4double getRms(G4int A, G4int Z)
G4double getVgsld(G4int A, G4int Z)
G4bool setMexpID(G4int A, G4int Z, G4int value)
G4bool setAlpha(G4int A, G4int Z, G4double value)
G4bool setBeta2(G4int A, G4int Z, G4double value)
G4double getBeta4(G4int A, G4int Z)
G4bool setBeta4(G4int A, G4int Z, G4double value)
G4double getEcnz(G4int A, G4int Z)
G4int getMexpID(G4int A, G4int Z)
virtual G4bool readData()=0