Skip to content
Snippets Groups Projects
Commit 1aa24f83 authored by Chao Peng's avatar Chao Peng
Browse files

add python module

parent f6c77299
No related branches found
No related tags found
1 merge request!74add benchmark for sampling calorimeter
This commit is part of merge request !74. Comments created here will be created in the context of that merge request.
imageio >= 2.9.0
...@@ -70,6 +70,9 @@ if [[ "$?" -ne "0" ]] ; then ...@@ -70,6 +70,9 @@ if [[ "$?" -ne "0" ]] ; then
exit 1 exit 1
fi fi
# check required python modules
python -m pip install -r benchmarks/sampling_ecal/requirements.txt
# Run analysis script # Run analysis script
python ${CB_EMCAL_SCRIPT_DIR}/draw_cluster_layers.py \ python ${CB_EMCAL_SCRIPT_DIR}/draw_cluster_layers.py \
${CB_EMCAL_REC_FILE} -e 0 --topo-size=1.0 --compact=${CB_EMCAL_COMPACT_PATH} -o results ${CB_EMCAL_REC_FILE} -e 0 --topo-size=1.0 --compact=${CB_EMCAL_COMPACT_PATH} -o results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment