File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
MC/run/ANCHOR/2021/OCT/pass4 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2222# point to an existing config (O2DPG repo or local disc or whatever)
2323
2424RUNNUMBER=${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}
8990baseargs=" -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
9798remainingargs=" ${remainingargs} -e ${SIMENGINE} -j ${NWORKERS} "
9899remainingargs=" ${remainingargs} -productionTag ${ALIEN_JDL_LPMPRODUCTIONTAG:- alibi_anchorTest_tmp} "
You can’t perform that action at this time.
0 commit comments