def cms_config(arg): """ Return configuration object for given dataset Examples: cmssh> config dataset=/SUSY_LM9_sftsht_8TeV-pythia6/Summer12-START50_V13-v1/GEN-SIM """ if arg: arg = arg.strip() if pat_dataset.match(arg): reqmgr(arg.replace('dataset=', ''))
def list_configs(self, **kwargs): """ Controller to get CMSSW configuration files """ reqmgr(kwargs["dataset"])
def list_configs(self, **kwargs): """ Controller to get CMSSW configuration files """ reqmgr(kwargs['dataset'])