Skip to content

Commit e1eb9f0

Browse files
committed
Remove incorrect file for config09
1 parent 8a3d3f3 commit e1eb9f0

File tree

3 files changed

+5
-464
lines changed

3 files changed

+5
-464
lines changed

Simulation/Jobsubmit.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
export BOOKDIR=/pnfs/lariat/resilient/users/mdeltutt/beamline_bookdir
2-
export OUTDIR=/pnfs/lariat/persistent/users/mdeltutt/BeamLineSimOutputs/pos60Amps/config09_1/
3-
export G4BNBINPUT=arcs_beamline_config09.in
2+
export OUTDIR=/pnfs/lariat/persistent/users/mdeltutt/BeamLineSimOutputs/pos60Amps/config08_1/
3+
export G4BNBINPUT=arcs_beamline_config08.in
44
export OUTFILE=sim_arcs_beamline
55

6+
# Standard production is done wih 10000 jobs with 30000 pions each
7+
68
# Number of jobs to submit
79
export NJOBS=2 #10000
810

911
# Number of pions on target per job
1012
export JOBSIZE=100 #30000
1113

12-
# Bending magnets fields
14+
# LArIAT bending magnets fields
1315
export BFIELD=0 # magnets off
1416
#export BFIELD=-0.2121 # 60 Amps pos
1517
# export BFIELD=-0.3361 # 100 Amps pos

Simulation/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ G4Beamline input files are in `inputs/`. Description:
2121
| config06 | `arcs_beamline_config06.in` | Same as config05, but LArIAT bending magnets field can be set with BFIELD | Det8 overlaps with JGG group volume and particles were not saved in this volume. |
2222
| config07 | `arcs_beamline_config07.in` | Same as config06, but Det8 has been removed. We have JGGDet1, JGGDet2, JGGDet3 instead, placed at 1/4, 1/2, and 3/4 of the JGG. They no longer overlap with the JGG volume. | |
2323
| config08 | `arcs_beamline_config08.in` | Same as config07, but with two disks of 5 mm of steel to emulate the cryostat front face, plus 50 mm of LAr before the TPC. These items are just before JGGDet1, which is still at 1/4 of the JGG. | |
24-
| config09 | `arcs_beamline_config09.in` | Same as config08, but removed the two LArIAT bending magnets and downstream collimator. Also added 2 more TOFs and 3 more WC on-axis, called WC1,2,3 and TOF1,2. | |
2524

2625

2726
## Productions
@@ -40,7 +39,6 @@ Produced files are in
4039
| `config06_1` | config06 | BFIELD=-0.2121. Same as 05... |
4140
| `config07_1` | config07 | BFIELD = 0. Turn off LArIAT magnets. |
4241
| `config08_1` | config08 | BFIELD = 0. Turn off LArIAT magnets. |
43-
| `config09_1` | config09 | No magnets, no downstream collimator. 3 WCs and 2 TOFs on axis. |
4442

4543
## Useful Commands
4644

0 commit comments

Comments
 (0)