CMS 3D CMS Logo

Namespaces | Variables
DQMSequences_cfi.py File Reference

Go to the source code of this file.

Namespaces

 DQMSequences_cfi
 

Variables

 DQMSequences_cfi.dqmInfoTauV
 
 DQMSequences_cfi.GeneralMuSequence
 
 DQMSequences_cfi.hltDBKey
 
 DQMSequences_cfi.hltPaths
 
 DQMSequences_cfi.newProcAttributes
 
 DQMSequences_cfi.pfTauRunDQMValidation
 
 DQMSequences_cfi.pfTauRunDQMValidationDoubleElectron
 
 DQMSequences_cfi.pfTauRunDQMValidationJet
 
 DQMSequences_cfi.pfTauRunDQMValidationMultiJet
 
 DQMSequences_cfi.pfTauRunDQMValidationSingleMu
 
 DQMSequences_cfi.pfTauRunDQMValidationTauPlusX
 
 DQMSequences_cfi.procAttributes
 procAttributes = dir(proc) #Takes a snapshot of what there in the process helpers.cloneProcessingSnippet( proc, proc.GeneralMuSequence, 'AtMu') #clones the sequence inside the process with AtMu postfix seqModifier = ApplyFunctionToSequence( lambda module: setTrigger( module, cms.PSet( hltDBKey = cms.string('TauTriggerForMuDataset'), hltPaths = cms.vstring('HLT_IsoMu24_eta2p1_v*') ) ) ) proc.GeneralMuSequenceAtMu.visit(seqModifier) #checks what's new in the process (the cloned sequences and modules in them) newProcAttributes = filter( lambda x: (x not in procAttributes) and (x.find('AtMu') != -1), dir(proc) ) #spawns a local variable with the same name as the proc attribute, needed for future process.load for newAttr in newProcAttributes: locals()[newAttr] = getattr(proc,newAttr) More...
 
 DQMSequences_cfi.produceDenomsData
 
 DQMSequences_cfi.produceDenomsDoubleElectron
 
 DQMSequences_cfi.produceDenomsJet
 
 DQMSequences_cfi.produceDenomsMultiJet
 
 DQMSequences_cfi.produceDenomsSingleMu
 produceDenomsMu = cms.Sequence( produceDenominatorRealData+ produceDenominatorRealMuonsData ) More...
 
 DQMSequences_cfi.produceDenomsTauPlusX
 
 DQMSequences_cfi.runTauEff
 
 DQMSequences_cfi.runTauEffDoubleElectron
 
 DQMSequences_cfi.runTauEffJet
 
 DQMSequences_cfi.runTauEffMutiJet
 
 DQMSequences_cfi.runTauEffSingleMu
 runTauEffMu = cms.Sequence( efficienciesRealMuonsData+ efficienciesRealData+ normalizePlotsRealMuonsData ) More...
 
 DQMSequences_cfi.runTauEffTauPlusX
 
 DQMSequences_cfi.seqModifier
 
 DQMSequences_cfi.subSystemFolder