Functions | |
def | Base (process) |
def | HLTDropPrevious (process) |
def | L1REPACK (process, sequence="Full") |
def | L1T (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 | L1THLT (process) |
def | L1XML (process, xmlFile=None) |
def | ProcessName (process) |
def CustomConfigs.Base | ( | process | ) |
Definition at line 23 of file CustomConfigs.py.
References ProcessName(), and reco.return().
Referenced by gen::DataCardFileWriter.DataCardFileWriter(), models.generate(), HLTDropPrevious(), L1T(), L1THLT(), AbsFFTJetObjectFactory< Base >.~AbsFFTJetObjectFactory(), and HitPairGeneratorFromLayerPair.~HitPairGeneratorFromLayerPair().
def CustomConfigs.HLTDropPrevious | ( | process | ) |
Definition at line 103 of file CustomConfigs.py.
References Base(), and reco.return().
def CustomConfigs.L1REPACK | ( | process, | |
sequence = "Full" |
|||
) |
Definition at line 117 of file CustomConfigs.py.
References edm::eventsetup::heterocontainer.insert(), and EnableFloatingPointExceptions_cfi.moduleNames.
def CustomConfigs.L1T | ( | 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/')
process.GlobalTag.snapshotTime = cms.string("9999-12-31 23:59:59.000")
Definition at line 49 of file CustomConfigs.py.
References Base(), and reco.return().
def CustomConfigs.L1THLT | ( | process | ) |
Definition at line 77 of file CustomConfigs.py.
References Base(), and reco.return().
Definition at line 144 of file CustomConfigs.py.
def CustomConfigs.ProcessName | ( | process | ) |
Definition at line 8 of file CustomConfigs.py.
References reco.return().
Referenced by Base(), and ConfigBuilder.ConfigBuilder.prepare_HLT().