CMS 3D CMS Logo

muonAnalyzer_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
13 
14 muonAnalyzer = cms.Sequence(muonEnergyDepositAnalyzer*
15  muonSeedsAnalyzer*
16  muonRecoAnalyzer*
17  glbMuonSegmentAnalyzer*
18  staMuonSegmentAnalyzer*
19  muonKinVsEtaAnalyzer*
20  diMuonHistos*
21  EfficiencyAnalyzer*
22  muonPFsequence*
23  muonRecoOneHLT)
24 
25 
26 
27 muonAnalyzer_miniAOD = cms.Sequence(muonRecoAnalyzer_miniAOD*
28  muonKinVsEtaAnalyzer_miniAOD*
29  diMuonHistos_miniAOD*
30  EfficiencyAnalyzer_miniAOD*
31  triggerMatchMonitor_miniAOD)
32 
33 muonAnalyzer_noHLT = cms.Sequence(muonEnergyDepositAnalyzer*
34  muonSeedsAnalyzer*
35  muonRecoAnalyzer*
36  glbMuonSegmentAnalyzer*
37  staMuonSegmentAnalyzer*
38  muonKinVsEtaAnalyzer*
39  diMuonHistos*
40  EfficiencyAnalyzer*
41  muonPFsequence)