Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nano flavours T0 #5031

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

LinaresToine
Copy link
Contributor

This PR intends to support nano flavours in primary datasets. The current need for it is to enable scouting nano and standard nano in the ScoutingPFMonitor primary dataset.

@LinaresToine
Copy link
Contributor Author

This PR goes hand in hand with LinaresToine/WMCore#6

Copy link
Contributor

@jeyserma jeyserma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments

@@ -237,6 +237,7 @@
siteWhitelist = ["T2_CH_CERN", "T1_UK_RAL", "T1_DE_KIT", "T1_FR_CCIN2P3", "T1_ES_PIC", "T1_IT_CNAF", "T2_CH_CERN_P5"],
raw_to_disk=False,
aod_to_disk=True,
nano_flavours=[',NANO:@PHYS+@L1'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the default should be nano_flavours=['@PHYS, '@L1'],
The ,NANO: part is added in CMSSW.

@@ -1063,7 +1067,7 @@ def releasePromptReco(tier0Config, specDirectory, dqmUploadProxy):
specArguments['AlcaSkims'] = datasetConfig.AlcaSkims
specArguments['PhysicsSkims'] = datasetConfig.PhysicsSkims
specArguments['DQMSequences'] = datasetConfig.DqmSequences

specArguments['NanoFlavours'] = datasetConfig.NanoFlavours
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants