Parent Directory | Revision Log
PamVMC update
1 | formato | 1.1 | #! /bin/bash |
2 | |||
3 | read SETPAMENV | ||
4 | read RUN_G4_SIM | ||
5 | read configmacro | ||
6 | read rfin | ||
7 | |||
8 | source $SETPAMENV | ||
9 | echo "gROOT->LoadMacro(\"run_sim_g4.C+\"); run_sim_g4(\"$configmacro\",\"$rfin\");" | root -l -b | ||
10 | |||
11 | exit |
ViewVC Help | |
Powered by ViewVC 1.1.23 |