CMS 3D CMS Logo

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

Variables

tuple dyFilter
 
tuple goldenWmnSequence
 
tuple goodMuonsForW
 
tuple goodMuonsForZ
 
tuple wmnCands
 
tuple wmnFilter
 
tuple wmnHLTFilter = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()
 

Variable Documentation

tuple goldenWmnSelectionVBTF_cfi.dyFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("goodMuonsForZ"),
3  minNumber = cms.uint32(2)
4 )

Definition at line 34 of file goldenWmnSelectionVBTF_cfi.py.

tuple goldenWmnSelectionVBTF_cfi.goldenWmnSequence
Initial value:
1 = cms.Sequence(
2  wmnHLTFilter *
3  goodMuonsForW *
4  wmnCands*wmnFilter *
5  goodMuonsForZ*~dyFilter
6 )

Definition at line 40 of file goldenWmnSelectionVBTF_cfi.py.

tuple goldenWmnSelectionVBTF_cfi.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 goldenWmnSelectionVBTF_cfi.py.

tuple goldenWmnSelectionVBTF_cfi.goodMuonsForZ
Initial value:
1 = cms.EDFilter("MuonViewRefSelector",
2  src = cms.InputTag("muons"),
3  cut = cms.string('isGlobalMuon=1 && pt>10.'),
4  filter = cms.bool(True)
5 )

Definition at line 29 of file goldenWmnSelectionVBTF_cfi.py.

tuple goldenWmnSelectionVBTF_cfi.wmnCands
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 goldenWmnSelectionVBTF_cfi.py.

tuple goldenWmnSelectionVBTF_cfi.wmnFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("wmnCands"),
3  minNumber = cms.uint32(1)
4 )

Definition at line 23 of file goldenWmnSelectionVBTF_cfi.py.

tuple goldenWmnSelectionVBTF_cfi.wmnHLTFilter = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()

Definition at line 5 of file goldenWmnSelectionVBTF_cfi.py.