11 lines
153 B
C++
11 lines
153 B
C++
#ifndef GeneConst_hh
|
|
#define GeneConst_hh 1
|
|
|
|
#include "globals.hh"
|
|
|
|
extern G4double innerR;
|
|
extern G4double outerR;
|
|
extern G4double fBeamEnergy;
|
|
|
|
#endif
|