Skip to content
Snippets Groups Projects

Resolve "Make ecal benchmarks work for topside and reference_detector"

#!/bin/bash
#!/bin/bash
if [[ ! -n "${JUGGLER_DETECTOR}" ]] ; then
if [[ ! -n "${JUGGLER_DETECTOR}" ]] ; then
export JUGGLER_DETECTOR="athena"
export JUGGLER_DETECTOR="topside"
fi
fi
if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
Loading