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": [
|
"includePath": [
|
||||||
"${default}",
|
"${default}",
|
||||||
"${workspaceFolder}/include",
|
"${workspaceFolder}/include",
|
||||||
"D:/Geant4/dist/include/Geant4"
|
"D:/Geant4/dist/include/Geant4",
|
||||||
|
"D:/ROOT/include"
|
||||||
],
|
],
|
||||||
"defines": [
|
"defines": [
|
||||||
"_DEBUG",
|
"_DEBUG",
|
||||||
|
@ -16,7 +16,6 @@ namespace B1 {
|
|||||||
|
|
||||||
RunAction::RunAction() {
|
RunAction::RunAction() {
|
||||||
// 定义剂量的单位,以 Gy 为准
|
// 定义剂量的单位,以 Gy 为准
|
||||||
//
|
|
||||||
const G4double milligray = 1.e-3 * gray;
|
const G4double milligray = 1.e-3 * gray;
|
||||||
const G4double microgray = 1.e-6 * gray;
|
const G4double microgray = 1.e-6 * gray;
|
||||||
const G4double nanogray = 1.e-9 * gray;
|
const G4double nanogray = 1.e-9 * gray;
|
||||||
|
Loading…
Reference in New Issue
Block a user