Graduation-Project/src/GeneConst.cc

8 lines
135 B
C++
Raw Normal View History

2023-05-14 20:38:15 +08:00
#include "GeneConst.hh"
#include "G4SystemOfUnits.hh"
G4double innerR = 8.5 * cm;
G4double outerR = 13.0 * cm;
G4double fBeamEnergy;