Functions | |
def | Base |
def | FASTSIM |
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.FASTSIM | ( | process | ) |
Definition at line 71 of file CustomConfigs.py.
References L1THLT(), and mathSSE.return().
def CustomConfigs.HLTDropPrevious | ( | process | ) |
Definition at line 80 of file CustomConfigs.py.
References Base(), and mathSSE.return().
def CustomConfigs.L1REPACK | ( | process | ) |
Definition at line 109 of file CustomConfigs.py.
def CustomConfigs.L1T | ( | process | ) |
Definition at line 39 of file CustomConfigs.py.
References Base(), and mathSSE.return().
def CustomConfigs.L1THLT | ( | process | ) |
Definition at line 56 of file CustomConfigs.py.
References Base(), and mathSSE.return().
Referenced by FASTSIM().
def CustomConfigs.MassReplaceInputTag | ( | process, | |
old = "rawDataCollector" , |
|||
new = "rawDataRepacker" |
|||
) |
Definition at line 94 of file CustomConfigs.py.
References relativeConstraints.keys, helpers.massSearchReplaceAnyInputTag(), and mathSSE.return().
def CustomConfigs.MassReplaceParameter | ( | process, | |
name = "label" , |
|||
old = "rawDataCollector" , |
|||
new = "rawDataRepacker" |
|||
) |
Definition at line 101 of file CustomConfigs.py.
References relativeConstraints.keys, helpers.massSearchReplaceParam(), and mathSSE.return().
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 34 of file CustomConfigs.py.