Skip to content

Commit

Permalink
Merge pull request #81 from diemort/2018ul
Browse files Browse the repository at this point in the history
improving condor submit file and adding authorship
  • Loading branch information
diemort authored Oct 30, 2023
2 parents 9f88400 + 0daa714 commit 0cf26ab
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions PrivSim/2018UL/single-run/condor.dag
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
####################
#
# CONDOR DAGMAN FOR RUN-2 UL MC SIMULATION
# BY GUSTAVO SILVEIRA (UFRGS/UERJ)
#
####################

# LIST OF JOBS:
#
# USER INPUT BELOW AFTER JOB LIST <<<
#

# JOBS:
SCRIPT PRE LHE init.sh

JOB LHE sub/fpmc-semi.sub
Expand Down Expand Up @@ -33,7 +42,7 @@ SCRIPT POST MINI sendmail.sh $JOB
JOB CLEANUP sub/CLEAN.sub
SCRIPT POST CLEANUP sendmail.sh $JOB

##########
####################
#
# USER INPUTS
#
Expand All @@ -55,7 +64,11 @@ VARS ALL_NODES PRODNAME="FPMC_WW_13TeV_a0w_$(A0W)_aCw_$(ACW)_SemiDecay_pt0"
VARS ALL_NODES EOSROOT="root://eoscms.cern.ch"
VARS ALL_NODES EOSAREA="/eos/cms/store/group/phys_pps/MC/requests_2019ul/private/UL18/"

##########
####################

#
# INTERNAL SET OF PARAMETERS FOR 20UL
#

# SIMULATION STEPS:
VARS LHE INPUTCARD="input.card"
Expand Down Expand Up @@ -89,7 +102,13 @@ VARS MINI SCRAMARCH="slc7_amd64_gcc700"
VARS MINI CMSSW="CMSSW_10_6_20"
VARS MINI CONFIG="MINI_cfg.py"

VARS MINI SCRAMARCH="slc7_amd64_gcc700"
VARS CLEANUP CMSSW="CMSSW_10_6_20"

#
# SIMULATION CHAIN:
#

PARENT LHE CHILD Merge
PARENT Merge CHILD pLHE
PARENT pLHE CHILD GEN
Expand All @@ -98,4 +117,4 @@ PARENT SIM CHILD DR
PARENT DR CHILD HLT
PARENT HLT CHILD RECO
PARENT RECO CHILD MINI
#PARENT MINI CHILD CLEANUP
PARENT MINI CHILD CLEANUP

0 comments on commit 0cf26ab

Please sign in to comment.