CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
muonEfficiencyAnalyzer_cfi Namespace Reference

Variables

tuple muonEfficiencyAnalyzer
 

Variable Documentation

tuple muonEfficiencyAnalyzer_cfi.muonEfficiencyAnalyzer
Initial value:
1 = cms.EDAnalyzer("EfficiencyAnalyzer",
2  MuonServiceProxy,
3  MuonCollection = cms.InputTag("muons"),
4  TrackCollection = cms.InputTag("generalTracks"),
5  VertexLabel = cms.InputTag("offlinePrimaryVertices"),
6  BeamSpotLabel = cms.InputTag("offlineBeamSpot"),
7 
8  doPrimaryVertexCheck = cms.bool( True ),
9 
10  ptBin = cms.int32(10),
11  ptMax = cms.double(100),
12  ptMin = cms.double(10),
13 
14  etaBin = cms.int32(8),
15  etaMax = cms.double(2.5),
16  etaMin = cms.double(-2.5),
17 
18  phiBin = cms.int32(8),
19  phiMax = cms.double(3.2),
20  phiMin = cms.double(-3.2),
21 
22  vtxBin = cms.int32(10),
23  vtxMax = cms.double(40.5),
24  vtxMin = cms.double(0.5)
25  )

Definition at line 5 of file muonEfficiencyAnalyzer_cfi.py.