Skip to content
Snippets Groups Projects
Commit ade1e4c9 authored by pre-commit-ci[bot]'s avatar pre-commit-ci[bot]
Browse files

[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
parent ec0b53d0
No related branches found
No related tags found
No related merge requests found
......@@ -56,9 +56,9 @@ mc cp S3/eictest/{output.filepath} {output.filepath}
"""
if use_s3
else f"""
echo 'Unexpected value for config["remote_provider"]: {config["remote_provider"]}'
exit 1
"""
echo 'Unexpected value for config["remote_provider"]: {config["remote_provider"]}'
exit 1
"""
)
)
......
......@@ -102,13 +102,13 @@ MATPLOTLIBRC={input.matplotlibrc} \
DETECTOR_CONFIG="""
+ DETECTOR_CONFIG
+ """ \
PLOT_TITLE="""
PLOT_TITLE="""
+ DETECTOR_CONFIG
+ """ \
INPUT_PATH_FORMAT=sim_output/backwards_ecal/"""
INPUT_PATH_FORMAT=sim_output/backwards_ecal/"""
+ DETECTOR_CONFIG
+ """/{{particle}}/{{energy}}/130to177deg/{{particle}}_{{energy}}_130to177deg.{{ix:04d}}.eicrecon.tree.edm4eic.root \
OUTPUT_DIR={output} \
python {input.script}
"""
OUTPUT_DIR={output} \
python {input.script}
"""
)
......@@ -37,9 +37,9 @@ exec ddsim \
--compactFile """
+ DETECTOR_PATH
+ """/{wildcards.DETECTOR_CONFIG}.xml \
--inputFiles {input} \
--outputFile {output}
"""
--inputFiles {input} \
--outputFile {output}
"""
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment