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

fixed lhcb g4 calo test

parent 1955cd44
No related branches found
No related tags found
1 merge request!79"Modernize" CMake configuration
......@@ -34,6 +34,11 @@ install(TARGETS G4SamplingCaloTest)
install(
PROGRAMS
scripts/G4SamplingCaloTest.py
G4SamplingCaloTest_postprocess.C
TYPE BIN
)
install(
FILES
G4SamplingCaloTest_postprocess.C
DESTINATION
data
)
......@@ -387,7 +387,7 @@ def main():
print('Running the post-processing application...')
subprocess.call(
'root -l -b -q $GEANT4_PROJECT_ROOT/InstallArea/$BINARY_TAG/bin/G4SamplingCaloTest_postprocess.C',
'root -l -b -q $GEANT4_PROJECT_ROOT/InstallArea/$BINARY_TAG/data/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 to comment