add: root path
This commit is contained in:
parent
d6ebd65d0c
commit
623a9db84d
3
.vscode/c_cpp_properties.json
vendored
3
.vscode/c_cpp_properties.json
vendored
@ -5,7 +5,8 @@
|
||||
"includePath": [
|
||||
"${default}",
|
||||
"${workspaceFolder}/include",
|
||||
"D:/Geant4/dist/include/Geant4"
|
||||
"D:/Geant4/dist/include/Geant4",
|
||||
"D:/ROOT/include"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
|
@ -16,7 +16,6 @@ namespace B1 {
|
||||
|
||||
RunAction::RunAction() {
|
||||
// 定义剂量的单位,以 Gy 为准
|
||||
//
|
||||
const G4double milligray = 1.e-3 * gray;
|
||||
const G4double microgray = 1.e-6 * gray;
|
||||
const G4double nanogray = 1.e-9 * gray;
|
||||
|
Loading…
Reference in New Issue
Block a user