CMS 3D CMS Logo

gemEfficiencyAnalyzerCosmics_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
3 
4 gemEfficiencyAnalyzerCosmics = gemEfficiencyAnalyzer.clone(
5  scenario = "cosmics",
6  propagationErrorRCut = 0.5, # cm
7  propagationErrorPhiCut = 0.1, # degree
8  muonPtMinCutGE11 = 0, # GeV
9  muonEtaMinCutGE11 = 0.5,
10  muonEtaMaxCutGE11 = 10.0,
11  muonEtaNbinsGE11 = 30,
12  muonEtaLowGE11 = 0.0,
13  muonEtaUpGE11 = 3.0,
14 )
15 
16 gemEfficiencyAnalyzerCosmicsGlb = gemEfficiencyAnalyzerCosmics.clone(
17  muonTag = 'muons',
18  muonTrackType = 'CombinedTrack',
19  startingStateType = "OutermostMeasurementState",
20  folder = 'GEM/Efficiency/muonGLB',
21  muonName = 'Cosmic 2-Leg GLB Muon',
22 )
23 
24 gemEfficiencyAnalyzerCosmicsSta = gemEfficiencyAnalyzerCosmics.clone(
25  muonTag = 'muons',
26  muonTrackType = 'OuterTrack',
27  startingStateType = "OutermostMeasurementState",
28  folder = 'GEM/Efficiency/muonSTA',
29  muonName = 'Cosmic 2-Leg STA Muon',
30 )