Skip to content
Snippets Groups Projects

WIP: reconstruction chain of crystal electron data set

Closed Jihee Kim requested to merge jihee.kim/reconstruction_benchmarks:crystal into master
+ 12
1
@@ -36,7 +36,7 @@ get_data:
- sodium
script:
- git clone https://eicweb.phy.anl.gov/EIC/datasets.git datasets
- mkdir -p data
- ln -s datasets/data
- mkdir -p results
- mkdir -p sim_output
@@ -67,6 +67,17 @@ clustering-pipeline:
job: generate_config
strategy: depend
crystal_electron_simulation:
stage: run
needs: ["get_data"]
tags:
- sodium
script:
- cd topside && ls -l
- npsim --runType batch --numberOfEvents 100000 --compactFile ./topside.xml --inputFiles ../data/emcal_electron_0GeVto30GeV_100kEvt.hepmc --outputFile ../sim_output/sim_electron_0GeVto30GeV_100k_input.root
- ../juggler/build/run gaudirun.py ./options/example_crystal.py
- root -b -q ./scripts/makeplot.C
final_report:
stage: finish
tags:
Loading