Simulation » History » Revision 1
Revision 1/3
| Next »
Alexandre Camsonne, 11/01/2021 01:58 AM
Simulation¶
root l s3https://dtn01.sdcc.bnl.gov:9000/eictest/ATHENA/FULL/master/SR/SR.10GeV_5kVthreshold_hepmc/25098.0001.root -e 'events>Draw("@VertexBarrelHits.size()")'
https://dtn01.sdcc.bnl.gov:9000/minio/eictest/ATHENA/FULL/master/SR/SR.10GeV_5kVthreshold_hepmc/
eicS3read for both u/p
https://indico.bnl.gov/event/12817/
Running¶
Wouter Deconinck (he/him):juggling: Sep 2nd at 10:18 AM
Here are instructions (thread)
3 replies
Wouter Deconinck (he/him):juggling: 2 months ago
Mirror SR files over to a local directory (254 MB):
mc mirror S3/eictest/ATHENA/EVGEN/SR/ SR/
Wouter Deconinck (he/him):juggling: 2 months ago
Install eic-shell to current directory:
curl -L get.athena-eic.org | bash
Wouter Deconinck (he/him):juggling: 2 months ago
Run the simulation on one of the files inside container:
cat << EOF | ./eic-shell
source /opt/detector/setup.sh
npsim \
--runType batch \
--printLevel WARNING \
--skipNEvents 0 \
--numberOfEvents 1000 \
--part.minimalKineticEnergy 1*TeV \
--hepmc3.useHepMC3 true \
--compactFile /opt/detector/share/athena/athena.xml \
--inputFiles SR/SR.10GeV_5kVthreshold_hepmc/25098.hepmc \
--outputFile 25098.root
Updated by Alexandre Camsonne about 3 years ago · 1 revisions