Functions | |
def | Base |
def | HLTDropPrevious |
def | L1REPACK |
def | L1T |
def | L1THLT |
def | MassReplaceInputTag |
def | MassReplaceParameter |
def | ProcessName |
Variables | |
tuple | process = ProcessName(process) |
override the GlobalTag, connection string and pfnPrefix if 'GlobalTag' in process.__dict__: process.GlobalTag.connect = 'frontier://FrontierProd/CMS_CONDITIONS' process.GlobalTag.pfnPrefix = cms.untracked.string('frontier://Frontie#rProd/') More... | |
def CustomConfigs.Base | ( | process | ) |
Definition at line 18 of file CustomConfigs.py.
Referenced by gen::DataCardFileWriter.DataCardFileWriter(), HLTDropPrevious(), L1T(), and L1THLT().
def CustomConfigs.HLTDropPrevious | ( | process | ) |
Definition at line 74 of file CustomConfigs.py.
References Base(), and mathSSE.return().
def CustomConfigs.L1REPACK | ( | process | ) |
Definition at line 106 of file CustomConfigs.py.
def CustomConfigs.L1T | ( | process | ) |
Definition at line 41 of file CustomConfigs.py.
References Base(), and mathSSE.return().
def CustomConfigs.L1THLT | ( | process | ) |
Definition at line 58 of file CustomConfigs.py.
References Base(), and mathSSE.return().
def CustomConfigs.MassReplaceInputTag | ( | process, | |
old = "rawDataCollector" , |
|||
new = "rawDataRepacker" , |
|||
verbose = False , |
|||
moduleLabelOnly = False , |
|||
skipLabelTest = False |
|||
) |
Definition at line 88 of file CustomConfigs.py.
References relativeConstraints.keys, helpers.massSearchReplaceAnyInputTag(), and mathSSE.return().
def CustomConfigs.MassReplaceParameter | ( | process, | |
name = "label" , |
|||
old = "rawDataCollector" , |
|||
new = "rawDataRepacker" , |
|||
verbose = False |
|||
) |
Definition at line 97 of file CustomConfigs.py.
References relativeConstraints.keys, helpers.massSearchReplaceParam(), and mathSSE.return().
Referenced by customizeHLTforMC.customizeHLTforMC().
def CustomConfigs.ProcessName | ( | process | ) |
Definition at line 3 of file CustomConfigs.py.
References mathSSE.return().
Referenced by ConfigBuilder.ConfigBuilder.prepare_HLT().
tuple CustomConfigs.process = ProcessName(process) |
override the GlobalTag, connection string and pfnPrefix if 'GlobalTag' in process.__dict__: process.GlobalTag.connect = 'frontier://FrontierProd/CMS_CONDITIONS' process.GlobalTag.pfnPrefix = cms.untracked.string('frontier://Frontie#rProd/')
Definition at line 36 of file CustomConfigs.py.