Variables | |
| macro = sys.argv[1] | |
| version = sys.argv[2] | |
| energy = sys.argv[3] | |
| user = sys.argv[4] | |
| string | fhc_file = "/dune/data/users/" |
| string | rhc_file = "/dune/data/users/" |
| pwd = os.getenv("PWD") | |
| RunRunSensitivity.energy = sys.argv[3] |
Definition at line 9 of file RunRunSensitivity.py.
| string RunRunSensitivity.fhc_file = "/dune/data/users/" |
Definition at line 12 of file RunRunSensitivity.py.
| RunRunSensitivity.macro = sys.argv[1] |
Definition at line 7 of file RunRunSensitivity.py.
| RunRunSensitivity.pwd = os.getenv("PWD") |
Definition at line 15 of file RunRunSensitivity.py.
| string RunRunSensitivity.rhc_file = "/dune/data/users/" |
Definition at line 13 of file RunRunSensitivity.py.
| RunRunSensitivity.user = sys.argv[4] |
Definition at line 10 of file RunRunSensitivity.py.
| RunRunSensitivity.version = sys.argv[2] |
Definition at line 8 of file RunRunSensitivity.py.
1.8.11