Exemplo n.º 1
0
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=', ''))
Exemplo n.º 2
0
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=', ''))
Exemplo n.º 3
0
 def list_configs(self, **kwargs):
     """
     Controller to get CMSSW configuration files
     """
     reqmgr(kwargs["dataset"])
Exemplo n.º 4
0
 def list_configs(self, **kwargs):
     """
     Controller to get CMSSW configuration files
     """
     reqmgr(kwargs['dataset'])