-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
69 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Run as: ${O2DPG_ROOT}/GRID/utils/grid_submit.sh --script ./runSTARlightANCHOR.sh --scriptArgs 'kCohPsi2sToMuPi PbPb 5360 cent' --jobname SLtest --outputspec "*.log@disk=1","*.root@disk=2" --packagespec "VO_ALICE@O2sim::v20240626-1" --wait --fetch-output --asuser mbroz --local | ||
|
||
export ALIEN_JDL_LPMANCHORPASSNAME=apass2 | ||
export ALIEN_JDL_MCANCHOR=apass2 | ||
export ALIEN_JDL_COLLISIONSYSTEM=PbPb | ||
export ALIEN_JDL_CPULIMIT=8 | ||
export ALIEN_JDL_LPMPASSNAME=apass2 | ||
export ALIEN_JDL_LPMRUNNUMBER=544389 | ||
export ALIEN_JDL_LPMPRODUCTIONTYPE=MC | ||
export ALIEN_JDL_LPMINTERACTIONTYPE=PbPb | ||
export ALIEN_JDL_LPMPRODUCTIONTAG=MyPass2Test | ||
export ALIEN_JDL_LPMANCHORRUN=544389 | ||
export ALIEN_JDL_LPMANCHORPRODUCTION=LHC23zzi | ||
export ALIEN_JDL_LPMANCHORYEAR=2023 | ||
|
||
export NTIMEFRAMES=2 | ||
export NSIGEVENTS=5 | ||
export NBKGEVENTS=1 | ||
export SPLITID=2 | ||
export PRODSPLIT=100 | ||
export CYCLE=0 | ||
export ALIEN_PROC_ID=2963436952 | ||
|
||
export ALIEN_JDL_ANCHOR_SIM_OPTIONS="-gen external -ini ${PWD}/GenStarlight.ini -nb ${NBKGEVENTS} -colBkg PbPb -genBkg pythia8 -procBkg heavy_ion" | ||
|
||
${O2DPG_ROOT}/MC/config/PWGUD/ini/makeStarlightConfig.py --process $1 --collType $2 --eCM $3 --rapidity $4 | ||
${O2DPG_ROOT}/MC/run/ANCHOR/anchorMC.sh |