-
Notifications
You must be signed in to change notification settings - Fork 54
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
1 parent
a6dbcde
commit 5fb2748
Showing
7 changed files
with
208 additions
and
34 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
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 |
---|---|---|
@@ -1,23 +1,27 @@ | ||
campaign: | ||
name: 'test' # irrelevant | ||
name: 'test' | ||
crab_template: template_crab.py | ||
|
||
# User specific | ||
workArea: doublemuon22_pub_yml # New each time | ||
storageSite: T2_DE_RWTH # Make sure you have write access | ||
outLFNDirBase: /store/user/anstein/PFNano # Change unsername and path | ||
voGroup: dcms # or empty | ||
voGroup: dcms # or leave empty | ||
|
||
# Campaign specific | ||
tag_extension: PFtestNano # Will get appended after the current tag | ||
tag_mod: # Will modify name in-place for MC eg. "PFNanoAODv1" will replace MiniAODv2 -> PFNanoAODv1 | ||
# If others shall be able to access dataset via DAS: | ||
# If others shall be able to access dataset via DAS (important when collaborating for commissioning!) | ||
publication: True | ||
config: nano_data_2022_NANO.py | ||
# Specify if running on data | ||
data: True | ||
# data: False | ||
lumiMask: # json file TBA | ||
# datasets will take either a list of DAS names or a text file containing them | ||
datasets: datasets/DoubleMuon_22.txt # But: keep the number of datasets reasonable | ||
# wait for tasks to finish before submitting entire campaigns | ||
#datasets: datasets/DoubleMuon_22.txt | ||
# do NOT submit too many tasks at the same time, despite it looking more convenient to you | ||
# wait for tasks to finish before submitting entire campaigns, | ||
# it's better to request one dataset at a time (taking fairshare into account) | ||
datasets: /DoubleMuon/Run2022C-PromptReco-v1/MINIAOD | ||
|
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
Oops, something went wrong.