Variables | |
dqmInfoTauV | |
GeneralMuSequence | |
hltDBKey | |
hltPaths | |
newProcAttributes | |
pfTauRunDQMValidation | |
pfTauRunDQMValidationDoubleElectron | |
pfTauRunDQMValidationJet | |
pfTauRunDQMValidationMultiJet | |
pfTauRunDQMValidationSingleMu | |
pfTauRunDQMValidationTauPlusX | |
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... | |
produceDenoms | |
produceDenomsDoubleElectron | |
produceDenomsJet | |
produceDenomsMultiJet | |
produceDenomsSingleMu | |
produceDenomsMu = cms.Sequence( produceDenominatorRealData+ produceDenominatorRealMuonsData ) More... | |
produceDenomsTauPlusX | |
runTauEff | |
runTauEffDoubleElectron | |
runTauEffJet | |
runTauEffMutiJet | |
runTauEffSingleMu | |
runTauEffMu = cms.Sequence( efficienciesRealMuonsData+ efficienciesRealData+ normalizePlotsRealMuonsData ) More... | |
runTauEffTauPlusX | |
seqModifier | |
subSystemFolder | |
DQMSequences_cfi.dqmInfoTauV |
Definition at line 6 of file DQMSequences_cfi.py.
DQMSequences_cfi.GeneralMuSequence |
Definition at line 61 of file DQMSequences_cfi.py.
DQMSequences_cfi.hltDBKey |
Definition at line 18 of file DQMSequences_cfi.py.
DQMSequences_cfi.hltPaths |
Definition at line 18 of file DQMSequences_cfi.py.
Referenced by HLTMuonValidator.dqmBeginRun(), HLTMuonOfflineAnalyzer.dqmBeginRun(), HLTHighLevel.fillDescriptions(), and L1GtTriggerMenuTester.printTriggerGroup().
DQMSequences_cfi.newProcAttributes |
Definition at line 86 of file DQMSequences_cfi.py.
DQMSequences_cfi.pfTauRunDQMValidation |
Definition at line 27 of file DQMSequences_cfi.py.
DQMSequences_cfi.pfTauRunDQMValidationDoubleElectron |
Definition at line 139 of file DQMSequences_cfi.py.
DQMSequences_cfi.pfTauRunDQMValidationJet |
Definition at line 107 of file DQMSequences_cfi.py.
DQMSequences_cfi.pfTauRunDQMValidationMultiJet |
Definition at line 123 of file DQMSequences_cfi.py.
DQMSequences_cfi.pfTauRunDQMValidationSingleMu |
Definition at line 91 of file DQMSequences_cfi.py.
DQMSequences_cfi.pfTauRunDQMValidationTauPlusX |
Definition at line 155 of file DQMSequences_cfi.py.
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)
pfTauRunDQMValidationMu = cms.Sequence( TauValNumeratorAndDenominatorRealDataAtMu+ TauValNumeratorAndDenominatorRealMuonsDataAtMu+ dqmInfoTauV )
Definition at line 81 of file DQMSequences_cfi.py.
DQMSequences_cfi.produceDenoms |
Definition at line 12 of file DQMSequences_cfi.py.
DQMSequences_cfi.produceDenomsDoubleElectron |
Definition at line 55 of file DQMSequences_cfi.py.
DQMSequences_cfi.produceDenomsJet |
Definition at line 52 of file DQMSequences_cfi.py.
DQMSequences_cfi.produceDenomsMultiJet |
Definition at line 53 of file DQMSequences_cfi.py.
DQMSequences_cfi.produceDenomsSingleMu |
produceDenomsMu = cms.Sequence( produceDenominatorRealData+ produceDenominatorRealMuonsData )
Definition at line 48 of file DQMSequences_cfi.py.
DQMSequences_cfi.produceDenomsTauPlusX |
Definition at line 56 of file DQMSequences_cfi.py.
DQMSequences_cfi.runTauEff |
Definition at line 34 of file DQMSequences_cfi.py.
DQMSequences_cfi.runTauEffDoubleElectron |
Definition at line 177 of file DQMSequences_cfi.py.
DQMSequences_cfi.runTauEffJet |
Definition at line 174 of file DQMSequences_cfi.py.
DQMSequences_cfi.runTauEffMutiJet |
Definition at line 175 of file DQMSequences_cfi.py.
DQMSequences_cfi.runTauEffSingleMu |
runTauEffMu = cms.Sequence( efficienciesRealMuonsData+ efficienciesRealData+ normalizePlotsRealMuonsData )
Definition at line 168 of file DQMSequences_cfi.py.
DQMSequences_cfi.runTauEffTauPlusX |
Definition at line 178 of file DQMSequences_cfi.py.
DQMSequences_cfi.seqModifier |
Definition at line 18 of file DQMSequences_cfi.py.
DQMSequences_cfi.subSystemFolder |
Definition at line 8 of file DQMSequences_cfi.py.