Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| btag:batchsub [2019/10/24 17:24] – iwn | btag:batchsub [2019/10/24 17:25] (current) – iwn |
|---|
| ... | ... |
| </code> | </code> |
| * Create new or edit **BatchSubmission/MyTestAnalysisOptions.py**. This will be the same for all jobs (signal and background) and should only contain global variables and libraries used (see comments under). | * Create new or edit **''BatchSubmission/MyTestAnalysisOptions.py''**. This will be the same for all jobs (signal and background) and should only contain global variables and libraries used (see comments under). |
| <code> | <code> |
| loadLibs=[ | loadLibs=[ |
| #End | #End |
| </code> | </code> |
| * Create python script with job specific configurations (one for signal, one for background), see **BatchSubmission/test.py**. Here you add all job specific item names, name of in and output file etc (see comments under) | * Create python script with job specific configurations (one for signal, one for background), see **''BatchSubmission/test.py''**. Here you add all job specific item names, name of in and output file etc (see comments under) |
| <code> | <code> |
| #! /usr/bin/python | #! /usr/bin/python |