Project

General

Profile

Simulation » History » Version 1

Alexandre Camsonne, 11/01/2021 01:58 AM

1 1 Alexandre Camsonne
h1. Simulation
2
3
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()")'
4
5
https://dtn01.sdcc.bnl.gov:9000/minio/eictest/ATHENA/FULL/master/SR/SR.10GeV_5kVthreshold_hepmc/
6
7
eicS3read for both u/p
8
9
https://indico.bnl.gov/event/12817/
10
11
12
h1. Running 
13
14
Wouter Deconinck (he/him):juggling: Sep 2nd at 10:18 AM
15
Here are instructions (thread)
16
3 replies
17
18
Wouter Deconinck (he/him):juggling:  2 months ago
19
Mirror SR files over to a local directory (254 MB):
20
mc mirror S3/eictest/ATHENA/EVGEN/SR/ SR/
21
22
Wouter Deconinck (he/him):juggling:  2 months ago
23
Install eic-shell to current directory:
24
curl -L get.athena-eic.org | bash
25
26
Wouter Deconinck (he/him):juggling:  2 months ago
27
Run the simulation on one of the files inside container:
28
cat << EOF | ./eic-shell
29
source /opt/detector/setup.sh
30
npsim \
31
  --runType batch \
32
  --printLevel WARNING \
33
  --skipNEvents 0 \
34
  --numberOfEvents 1000 \
35
  --part.minimalKineticEnergy 1*TeV \
36
  --hepmc3.useHepMC3 true \
37
  --compactFile /opt/detector/share/athena/athena.xml \
38
  --inputFiles SR/SR.10GeV_5kVthreshold_hepmc/25098.hepmc \
39
  --outputFile 25098.root