Skip to content
Snippets Groups Projects
Commit 02d48951 authored by Zhenyu Ye's avatar Zhenyu Ye
Browse files

add Forward/Backward TOF

parent 1579bb03
No related branches found
No related tags found
1 merge request!100Resolve "Add BTOF benchmarks"
...@@ -108,6 +108,7 @@ get_data: ...@@ -108,6 +108,7 @@ get_data:
include: include:
- local: 'benchmarks/tracking_detectors/config.yml' - local: 'benchmarks/tracking_detectors/config.yml'
- local: 'benchmarks/tof/config.yml' - local: 'benchmarks/tof/config.yml'
- local: 'benchmarks/tof/config_forward.yml'
- local: 'benchmarks/barrel_ecal/config.yml' - local: 'benchmarks/barrel_ecal/config.yml'
- local: 'benchmarks/barrel_hcal/config.yml' - local: 'benchmarks/barrel_hcal/config.yml'
- local: 'benchmarks/roman_pots/config.yml' - local: 'benchmarks/roman_pots/config.yml'
......
tof:sim_tof_forward_hits:
extends: .det_benchmark
stage: simulate
script:
- bash benchmarks/tof/tof_forward_hits.sh --sim-only
bench:tof_forward:
extends: .det_benchmark
stage: benchmarks
needs:
- ["tof:sim_tof_forward_hits"]
script:
- bash benchmarks/tof/tof_forward_hits.sh --analysis
...@@ -57,7 +57,7 @@ if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then ...@@ -57,7 +57,7 @@ if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
export JUGGLER_N_EVENTS=100 export JUGGLER_N_EVENTS=100
fi fi
export JUGGLER_N_EVENTS=2500 export JUGGLER_N_EVENTS=100
export JUGGLER_FILE_NAME_TAG="tof_hits" export JUGGLER_FILE_NAME_TAG="tof_hits"
export JUGGLER_GEN_FILE="${LOCAL_DATA_PATH}/${JUGGLER_FILE_NAME_TAG}.hepmc" export JUGGLER_GEN_FILE="${LOCAL_DATA_PATH}/${JUGGLER_FILE_NAME_TAG}.hepmc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment