dmwm / CRABClient

runrange
14 stars 35 forks source link

allow to specify both inputDataset and userInputFiles in crabConfig #5308

Closed belforte closed 2 months ago

belforte commented 2 months ago

an in that case restrict processing of the dataset to the user-supplied list of files. This will facilitate recovery tasks submission. FYI @kandros Wiill something like this in crabConfig.py do for you ?

config.Data.inputDataset = '/DoubleMuon/Run2018B-17Sep2018-v1/MINIAOD'
config.Data.userInputFiles = [
'/store/data/Run2018B/DoubleMuon/MINIAOD/17Sep2018-v1/00000/3C66535E-5312-4544-98C4-4AC6F9FA1825.root',
'/store/data/Run2018B/DoubleMuon/MINIAOD/17Sep2018-v1/00000/E157977E-26C3-D341-8718-74E819E7B9AB.root',
]