Skip to content
Snippets Groups Projects
Commit 1955cd44 authored by Dmitry Popov's avatar Dmitry Popov
Browse files

fast fix for g4calo test

parent 9c06d126
No related branches found
No related tags found
1 merge request!79"Modernize" CMake configuration
......@@ -34,5 +34,6 @@ install(TARGETS G4SamplingCaloTest)
install(
PROGRAMS
scripts/G4SamplingCaloTest.py
G4SamplingCaloTest_postprocess.C
TYPE BIN
)
......@@ -387,7 +387,8 @@ def main():
print('Running the post-processing application...')
subprocess.call(
'root -l -b -q $G4SAMPLINGCALOTESTROOT/G4SamplingCaloTest_postprocess.C', shell=True)
'root -l -b -q $GEANT4_PROJECT_ROOT/InstallArea/$BINARY_TAG/bin/G4SamplingCaloTest_postprocess.C',
shell=True)
print("Results produced in Save.root, Selectedresults.root and selectedresults.txt")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment