CMS 3D CMS Logo

Variables

WZMuSkim_cff Namespace Reference

Variables

tuple dimuons
tuple diMuonSelSeq
tuple dimuonsFilter
tuple goodMuonsForW
 W -> MuNu candidates.
tuple looseMuonsForZ
 Z -> MuMu candidates.
tuple pfMetWMuNuSeq
tuple tcMetWMuNuSeq
tuple tightMuonsForZ
tuple wmnPFCands
tuple wmnPFFilter
tuple wmnTCCands
tuple wmnTCFilter
tuple WZMuHLTFilter = 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 WZMuSkim_cff.py.

Referenced by ZMuMuIsolationAnalyzer::analyze(), ZMuMuSaMassHistogram::analyze(), ZGlobalVsSAIsolationAnalyzer::analyze(), ZMuMuUserDataOneTrack::produce(), and ZMuMuUserData::produce().

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

Definition at line 45 of file WZMuSkim_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 WZMuSkim_cff.py.

Initial value:
00001 cms.EDFilter("MuonViewRefSelector",
00002                              src = cms.InputTag("muons"),
00003                              cut = cms.string('isGlobalMuon=1 && isTrackerMuon=1 && abs(eta)<2.1 && abs(globalTrack().dxy)<0.2 && pt>20. && globalTrack().normalizedChi2<10 && globalTrack().hitPattern().numberOfValidTrackerHits>10 && globalTrack().hitPattern().numberOfValidMuonHits>0 && globalTrack().hitPattern().numberOfValidPixelHits>0 && numberOfMatches>1 && (isolationR03().sumPt+isolationR03().emEt+isolationR03().hadEt)<0.15*pt'),
00004                              filter = cms.bool(True)
00005                              )

W -> MuNu candidates.

Definition at line 55 of file WZMuSkim_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 WZMuSkim_cff.py.

Initial value:
00001 cms.Sequence(WZMuHLTFilter *
00002                              goodMuonsForW *
00003                              wmnPFCands *
00004                              wmnPFFilter
00005                              )

Definition at line 89 of file WZMuSkim_cff.py.

Initial value:
00001 cms.Sequence(WZMuHLTFilter *
00002                              goodMuonsForW *
00003                              wmnTCCands *
00004                              wmnTCFilter
00005                              )

Definition at line 96 of file WZMuSkim_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 WZMuSkim_cff.py.

Initial value:
00001 cms.EDProducer("CandViewShallowCloneCombiner",
00002                             checkCharge = cms.bool(False),
00003                             cut = cms.string('sqrt((daughter(0).pt+daughter(1).pt)*(daughter(0).pt+daughter(1).pt)-pt*pt)>50'),
00004                             decay = cms.string("goodMuonsForW pfMet")
00005                             )

Definition at line 62 of file WZMuSkim_cff.py.

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

Definition at line 69 of file WZMuSkim_cff.py.

Initial value:
00001 cms.EDProducer("CandViewShallowCloneCombiner",
00002                             checkCharge = cms.bool(False),
00003                             cut = cms.string('sqrt((daughter(0).pt+daughter(1).pt)*(daughter(0).pt+daughter(1).pt)-pt*pt)>50'),
00004                             decay = cms.string("goodMuonsForW tcMet")
00005                             )

Definition at line 75 of file WZMuSkim_cff.py.

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

Definition at line 82 of file WZMuSkim_cff.py.

tuple WZMuSkim_cff::WZMuHLTFilter = copy.deepcopy(hltHighLevel)

Definition at line 6 of file WZMuSkim_cff.py.