Detector Benchmarks
First Step
Create symbolic link to detectors and data directories
# Starting from the directory of this readme
git clone git@gitlab.com:Argonne_EIC/detector_benchmarks.git
cd detector_benchmarks
cd .. && git clone git@gitlab.com:Argonne_EIC/detectors.git
cd detector_benchmarks
ln -s ../detectors
ln -s ../data
Here we have assumed local data is organized in the directory ../data
.