Skip to content

Commit d9ba24d

Browse files
Catalin Risteasawenzel
authored andcommitted
Parametrized IR for pilot beam anchored MC, MFT full reco and cdiff for process
1 parent 0c96164 commit d9ba24d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

MC/run/ANCHOR/2021/OCT/pass4/anchorMC.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
# point to an existing config (O2DPG repo or local disc or whatever)
2323

2424
RUNNUMBER=${ALIEN_JDL_LPMRUNNUMBER:-505673}
25+
INTERACTIONRATE=${INTERACTIONRATE:-2000}
2526

2627
# get the async script (we need to modify it)
2728
# the script location can be configured with a JDL option
@@ -89,10 +90,10 @@ NSIGEVENTS=${NSIGEVENTS:-22}
8990
baseargs="-tf ${NTIMEFRAMES} --split-id ${ALIEN_JDL_SPLITID:-0} --prod-split ${ALIEN_JDL_PRODSPLIT:-100} --run-number ${RUNNUMBER}"
9091

9192
# THIS NEEDS TO COME FROM OUTSIDE
92-
remainingargs="-eCM 900 -col pp -gen pythia8 -proc inel -ns ${NSIGEVENTS} \
93-
-interactionRate 2000 \
93+
remainingargs="-eCM 900 -col pp -gen pythia8 -proc cdiff -ns ${NSIGEVENTS} \
94+
-interactionRate ${INTERACTIONRATE} \
9495
-confKey \"Diamond.width[2]=6.0;Diamond.width[0]=0.01;Diamond.width[1]=0.01;Diamond.position[0]=0.0;Diamond.position[1]=-0.035;Diamond.position[2]=0.41\" \
95-
--include-local-qc --include-analysis"
96+
--include-local-qc --include-analysis --mft-reco-full"
9697

9798
remainingargs="${remainingargs} -e ${SIMENGINE} -j ${NWORKERS}"
9899
remainingargs="${remainingargs} -productionTag ${ALIEN_JDL_LPMPRODUCTIONTAG:-alibi_anchorTest_tmp}"

0 commit comments

Comments
 (0)