CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
muonAnalyzer_cff.py
Go to the documentation of this file.
2 
12 
13 muonAnalyzer = cms.Sequence(muonEnergyDepositAnalyzer*
14  muonSeedsAnalyzer*
15  muonRecoAnalyzer*
16  glbMuonSegmentAnalyzer*
17  staMuonSegmentAnalyzer*
18  muonKinVsEtaAnalyzer*
19  diMuonHistos*
20  muonEfficiencyAnalyzer*
21  muonPFsequence*
22  muonRecoOneHLT)
23 
24 muonAnalyzer_noHLT = cms.Sequence(muonEnergyDepositAnalyzer*
25  muonSeedsAnalyzer*
26  muonRecoAnalyzer*
27  glbMuonSegmentAnalyzer*
28  staMuonSegmentAnalyzer*
29  muonKinVsEtaAnalyzer*
30  diMuonHistos*
31  muonEfficiencyAnalyzer*
32  muonPFsequence)