You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run on UL16 preVFP DoubleEG datasets with campaign RunIISummer20UL16preVFP, flashgg fggRunJobs.py breaks with the following errors:
Traceback (most recent call last):
File "/afs/cern.ch/work/n/nschroed/flash_2021-11-30/CMSSW_10_6_29/src/flashgg/Systematics/test/ul16_preVFP_data/workspaceStd.py", line 205, in
customize.parse()
File "/afs/cern.ch/work/n/nschroed/flash_2021-11-30/CMSSW_10_6_29/python/flashgg/MetaData/JobConfig.py", line 528, in parse
dataset = self.samplesMan.getDatasetMetaData(self.options.maxEvents,self.dataset,jobId=-1,nJobs=self.nJobs,weightName=self.WeightName)
File "/afs/cern.ch/work/n/nschroed/flash_2021-11-30/CMSSW_10_6_29/python/flashgg/MetaData/samples_utils.py", line 862, in getDatasetMetaData
primary,secondary,tier = primary.split("/")
ValueError: need more than 2 values to unpack
Indicating that flashgg cannot properly read the catalog entries for these datasets.
The text was updated successfully, but these errors were encountered:
Sorry for the late response. Just want to understand how to write JSON like link. I am asking because for real data, you should write the complete name of the MicroAOD.
When trying to run on UL16 preVFP DoubleEG datasets with campaign RunIISummer20UL16preVFP, flashgg fggRunJobs.py breaks with the following errors:
Traceback (most recent call last):
File "/afs/cern.ch/work/n/nschroed/flash_2021-11-30/CMSSW_10_6_29/src/flashgg/Systematics/test/ul16_preVFP_data/workspaceStd.py", line 205, in
customize.parse()
File "/afs/cern.ch/work/n/nschroed/flash_2021-11-30/CMSSW_10_6_29/python/flashgg/MetaData/JobConfig.py", line 528, in parse
dataset = self.samplesMan.getDatasetMetaData(self.options.maxEvents,self.dataset,jobId=-1,nJobs=self.nJobs,weightName=self.WeightName)
File "/afs/cern.ch/work/n/nschroed/flash_2021-11-30/CMSSW_10_6_29/python/flashgg/MetaData/samples_utils.py", line 862, in getDatasetMetaData
primary,secondary,tier = primary.split("/")
ValueError: need more than 2 values to unpack
Indicating that flashgg cannot properly read the catalog entries for these datasets.
The text was updated successfully, but these errors were encountered: