This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| btag:batchsub [2019/10/24 17:24] – iwn | btag:batchsub [2019/10/24 17:25] (current) – iwn | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| ... | ... | ||
| </ | </ | ||
| - | * Create new or edit **BatchSubmission/ | + | * Create new or edit **'' |
| < | < | ||
| loadLibs=[ | loadLibs=[ | ||
| Line 42: | Line 42: | ||
| #End | #End | ||
| </ | </ | ||
| - | * Create python script with job specific configurations (one for signal, one for background), | + | * Create python script with job specific configurations (one for signal, one for background), |
| < | < | ||
| #! / | #! / | ||
| Line 67: | Line 67: | ||
| ] | ] | ||
| - | jobOptionsFile2=open(" | + | jobOptionsFile2=open(" |
| command2="" | command2="" | ||
| for i in [o for o in jobOptionsFile2.readlines()]: | for i in [o for o in jobOptionsFile2.readlines()]: | ||
| Line 76: | Line 76: | ||
| userItems += AddUserItems | userItems += AddUserItems | ||
| - | inputTrees=[" | + | inputTrees=[" |
| - | outputTrees=[" | + | outputTrees=[" |
| </ | </ | ||
| - | * Compile and run from **BatchSubmission** with\\ | + | * Compile and run from **'' |
| - | '' | + | < |
| - | * Output files stored under **AnalysisOutput** | + | python submitSFrame.py -j test.py --batch |
| + | </ | ||
| + | * Output files stored under **'' | ||