CMS 3D CMS Logo

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

Variables

tuple diMuonSelSeq
 
tuple dimuonsFilterZMuSkim
 
tuple dimuonsZMuSkim
 
tuple looseMuonsForZMuSkim
 Z -> MuMu candidates. More...
 
tuple tightMuonsForZMuSkim
 
tuple ZMuHLTFilter = copy.deepcopy(hltHighLevel)
 

Variable Documentation

tuple ZMuSkim_cff.diMuonSelSeq
Initial value:
1 = cms.Sequence(ZMuHLTFilter *
2  looseMuonsForZMuSkim *
3  tightMuonsForZMuSkim *
4  dimuonsZMuSkim *
5  dimuonsFilterZMuSkim
6  )

Definition at line 39 of file ZMuSkim_cff.py.

tuple ZMuSkim_cff.dimuonsFilterZMuSkim
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("dimuonsZMuSkim"),
3  minNumber = cms.uint32(1)
4  )

Definition at line 33 of file ZMuSkim_cff.py.

tuple ZMuSkim_cff.dimuonsZMuSkim
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  checkCharge = cms.bool(False),
3  cut = cms.string('mass > 30'),
4  decay = cms.string("tightMuonsForZMuSkim looseMuonsForZMuSkim")
5  )

Definition at line 26 of file ZMuSkim_cff.py.

tuple ZMuSkim_cff.looseMuonsForZMuSkim
Initial value:
1 = cms.EDFilter("MuonSelector",
2  src = cms.InputTag("muons"),
3  cut = cms.string('pt > 10 && abs(eta)<2.4 && isGlobalMuon = 1 && isTrackerMuon = 1 && abs(innerTrack().dxy)<2.0'),
4  filter = cms.bool(True)
5  )

Z -> MuMu candidates.

Definition at line 13 of file ZMuSkim_cff.py.

tuple ZMuSkim_cff.tightMuonsForZMuSkim
Initial value:
1 = cms.EDFilter("MuonSelector",
2  src = cms.InputTag("looseMuonsForZMuSkim"),
3  cut = cms.string('pt > 20'),
4  filter = cms.bool(True)
5  )

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.