CMS 3D CMS Logo

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

Variables

tuple goodMuonsForW
 
tuple pfMetWMuNuSeq
 
tuple tcMetWMuNuSeq
 
tuple wmnPFCands
 
tuple wmnPFFilter
 
tuple wmnTCCands
 
tuple wmnTCFilter
 
tuple WMuHLTFilter = copy.deepcopy(hltHighLevel)
 

Variable Documentation

tuple WMuSkim_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  )

Definition at line 11 of file WMuSkim_cff.py.

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

Definition at line 45 of file WMuSkim_cff.py.

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

Definition at line 52 of file WMuSkim_cff.py.

tuple WMuSkim_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 18 of file WMuSkim_cff.py.

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

Definition at line 25 of file WMuSkim_cff.py.

tuple WMuSkim_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 31 of file WMuSkim_cff.py.

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

Definition at line 38 of file WMuSkim_cff.py.

tuple WMuSkim_cff.WMuHLTFilter = copy.deepcopy(hltHighLevel)

Definition at line 6 of file WMuSkim_cff.py.