Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena_MET
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Plebani
athena_MET
Commits
87cd0930
Commit
87cd0930
authored
5 years ago
by
Liangliang Han
Browse files
Options
Downloads
Patches
Plain Diff
use the G4MyPhysicalVolume.h in the common directory
parent
191b3660
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ForwardDetectors/ZDC/ZDC_SD/CMakeLists.txt
+1
-1
1 addition, 1 deletion
ForwardDetectors/ZDC/ZDC_SD/CMakeLists.txt
ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx
+1
-1
1 addition, 1 deletion
ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx
with
2 additions
and
2 deletions
ForwardDetectors/ZDC/ZDC_SD/CMakeLists.txt
+
1
−
1
View file @
87cd0930
...
...
@@ -40,7 +40,7 @@ INCLUDE_DIRS ${XERCESC_INCLUDE_DIRS} ${GEANT4_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS}
atlas_add_test
(
ZDC_StripSD_gtest
SOURCES test/ZDC_StripSD_gtest.cxx
INCLUDE_DIRS
${
GTEST_INCLUDE_DIRS
}
${
XERCESC_INCLUDE_DIRS
}
${
GEANT4_INCLUDE_DIRS
}
${
ROOT_INCLUDE_DIRS
}
${
CLHEP_INCLUDE_DIRS
}
LINK_LIBRARIES TestTools pthread ZDC_SDLib
${
GTEST_LIBRARIES
}
${
XERCESC_LIBRARIES
}
${
GEANT4_LIBRARIES
}
${
ROOT_LIBRARIES
}
${
CLHEP_LIBRARIES
}
GaudiKernel CxxUtils StoreGateLib SGtests ZDC_SimEvent G4AtlasToolsLib ENVIRONMENT
"JOBOPTSEARCHPATH=
${
CMAKE_CURRENT_SOURCE_DIR
}
/share"
)
LINK_LIBRARIES TestTools pthread ZDC_SDLib
G4AtlasToolsLib
${
GTEST_LIBRARIES
}
${
XERCESC_LIBRARIES
}
${
GEANT4_LIBRARIES
}
${
ROOT_LIBRARIES
}
${
CLHEP_LIBRARIES
}
GaudiKernel CxxUtils StoreGateLib SGtests ZDC_SimEvent G4AtlasToolsLib ENVIRONMENT
"JOBOPTSEARCHPATH=
${
CMAKE_CURRENT_SOURCE_DIR
}
/share"
)
# Install files from the package:
atlas_install_python_modules
(
python/*.py
)
...
...
This diff is collapsed.
Click to expand it.
ForwardDetectors/ZDC/ZDC_SD/test/ZDC_StripSD_gtest.cxx
+
1
−
1
View file @
87cd0930
...
...
@@ -18,7 +18,7 @@
#include
"G4VPhysicalVolume.hh"
#include
"G4SystemOfUnits.hh"
#include
"
src
/G4MyPhysicalVolume.h"
#include
"
G4AtlasTools
/G4MyPhysicalVolume.h"
//set environment
ISvcLocator
*
g_svcLoc
=
nullptr
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment