Skip to content
Snippets Groups Projects
Commit 95a46e4f authored by Marshall Scott's avatar Marshall Scott
Browse files

Restoring previous default detector to topside, ecal benchmarks work for both detectors

parent c245e06c
No related branches found
No related tags found
1 merge request!42Resolve "Make ecal benchmarks work for topside and reference_detector"
#!/bin/bash
if [[ ! -n "${JUGGLER_DETECTOR}" ]] ; then
export JUGGLER_DETECTOR="reference_detector"
export JUGGLER_DETECTOR="topside"
fi
if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
......
#!/bin/bash
if [[ ! -n "${JUGGLER_DETECTOR}" ]] ; then
export JUGGLER_DETECTOR="reference_detector"
export JUGGLER_DETECTOR="topside"
fi
if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment