CMS 3D CMS Logo

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

Variables

tuple dimuons
 
tuple diMuonSelSeq
 
tuple dimuonsFilter
 
tuple goodMuonsForW
 W -> MuNu candidates. More...
 
tuple looseMuonsForZ
 Z -> MuMu candidates. More...
 
tuple pfMetWMuNuSeq
 
tuple tcMetWMuNuSeq
 
tuple tightMuonsForZ
 
tuple wmnPFCands
 
tuple wmnPFFilter
 
tuple wmnTCCands
 
tuple wmnTCFilter
 
tuple WZMuHLTFilter = copy.deepcopy(hltHighLevel)
 

Variable Documentation

tuple WZMuSkim_cff.dimuons
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  checkCharge = cms.bool(False),
3  cut = cms.string('mass > 30'),
4  decay = cms.string("tightMuonsForZ looseMuonsForZ")
5  )

Definition at line 26 of file WZMuSkim_cff.py.

tuple WZMuSkim_cff.diMuonSelSeq
Initial value:
1 = cms.Sequence(WZMuHLTFilter *
2  looseMuonsForZ *
3  tightMuonsForZ *
4  dimuons *
5  dimuonsFilter
6  )

Definition at line 45 of file WZMuSkim_cff.py.

tuple WZMuSkim_cff.dimuonsFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("dimuons"),
3  minNumber = cms.uint32(1)
4  )

Definition at line 33 of file WZMuSkim_cff.py.

tuple WZMuSkim_cff.goodMuonsForW
Initial value:
1 = cms.EDFilter("MuonViewRefSelector",
2  src = cms.InputTag("muons"),
3  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'),
4  filter = cms.bool(True)
5  )

W -> MuNu candidates.

Definition at line 55 of file WZMuSkim_cff.py.

tuple WZMuSkim_cff.looseMuonsForZ
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 WZMuSkim_cff.py.

tuple WZMuSkim_cff.pfMetWMuNuSeq
Initial value:
1 = cms.Sequence(WZMuHLTFilter *
2  goodMuonsForW *
3  wmnPFCands *
4  wmnPFFilter
5  )

Definition at line 89 of file WZMuSkim_cff.py.

tuple WZMuSkim_cff.tcMetWMuNuSeq
Initial value:
1 = cms.Sequence(WZMuHLTFilter *
2  goodMuonsForW *
3  wmnTCCands *
4  wmnTCFilter
5  )

Definition at line 96 of file WZMuSkim_cff.py.

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

Definition at line 19 of file WZMuSkim_cff.py.

tuple WZMuSkim_cff.wmnPFCands
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  checkCharge = cms.bool(False),
3  cut = cms.string('sqrt((daughter(0).pt+daughter(1).pt)*(daughter(0).pt+daughter(1).pt)-pt*pt)>50'),
4  decay = cms.string("goodMuonsForW pfMet")
5  )

Definition at line 62 of file WZMuSkim_cff.py.

tuple WZMuSkim_cff.wmnPFFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("wmnPFCands"),
3  minNumber = cms.uint32(1)
4  )

Definition at line 69 of file WZMuSkim_cff.py.

tuple WZMuSkim_cff.wmnTCCands
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  checkCharge = cms.bool(False),
3  cut = cms.string('sqrt((daughter(0).pt+daughter(1).pt)*(daughter(0).pt+daughter(1).pt)-pt*pt)>50'),
4  decay = cms.string("goodMuonsForW tcMet")
5  )

Definition at line 75 of file WZMuSkim_cff.py.

tuple WZMuSkim_cff.wmnTCFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("wmnTCCands"),
3  minNumber = cms.uint32(1)
4  )

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.