CMS 3D CMS Logo

Variables

ZMuSkim_cff Namespace Reference

Variables

tuple dimuons
tuple diMuonSelSeq
tuple dimuonsFilter
tuple looseMuonsForZ
 Z -> MuMu candidates.
tuple tightMuonsForZ
tuple ZMuHLTFilter = copy.deepcopy(hltHighLevel)

Variable Documentation

Initial value:
00001 cms.EDProducer("CandViewShallowCloneCombiner",
00002                          checkCharge = cms.bool(False),
00003                          cut = cms.string('mass > 30'),
00004                          decay = cms.string("tightMuonsForZ looseMuonsForZ")
00005                          )

Definition at line 26 of file ZMuSkim_cff.py.

Initial value:
00001 cms.Sequence(ZMuHLTFilter *
00002                             looseMuonsForZ *
00003                             tightMuonsForZ *
00004                             dimuons *
00005                             dimuonsFilter
00006                             )

Definition at line 39 of file ZMuSkim_cff.py.

Initial value:
00001 cms.EDFilter("CandViewCountFilter",
00002                              src = cms.InputTag("dimuons"),
00003                              minNumber = cms.uint32(1)
00004                              )

Definition at line 33 of file ZMuSkim_cff.py.

Initial value:
00001 cms.EDFilter("MuonSelector",
00002                              src = cms.InputTag("muons"),
00003                              cut = cms.string('pt > 10 && abs(eta)<2.4 && isGlobalMuon = 1 && isTrackerMuon = 1 && abs(innerTrack().dxy)<2.0'),
00004                              filter = cms.bool(True)                                
00005                              )

Z -> MuMu candidates.

Definition at line 13 of file ZMuSkim_cff.py.

Initial value:
00001 cms.EDFilter("MuonSelector",
00002                              src = cms.InputTag("looseMuonsForZ"),
00003                              cut = cms.string('pt > 20'),
00004                              filter = cms.bool(True)                                
00005                              )

Definition at line 19 of file ZMuSkim_cff.py.

tuple ZMuSkim_cff::ZMuHLTFilter = copy.deepcopy(hltHighLevel)

Definition at line 6 of file ZMuSkim_cff.py.