Variables | |
tuple | DileptoHLTFilter = copy.deepcopy(hltHighLevel) |
tuple | goodMuons |
Good muons. | |
tuple | psiCandidates |
psi candidates | |
tuple | psiCandidateSequence = cms.Sequence( DileptoHLTFilter * goodMuons * psiCandidates * psiFilter) |
tuple | psiFilter |
tuple | upsCandidates |
Y candidates. | |
tuple | upsCandidateSequence = cms.Sequence( DileptoHLTFilter * goodMuons * upsCandidates * upsFilter) |
tuple | upsFilter |
tuple | ZCandidates |
tuple | ZCandidateSequence = cms.Sequence( DileptoHLTFilter * goodMuons * ZCandidates * ZFilter) |
tuple | ZFilter |
tuple pA_DiLeptonSkim_cff::DileptoHLTFilter = copy.deepcopy(hltHighLevel) |
Definition at line 5 of file pA_DiLeptonSkim_cff.py.
00001 cms.EDFilter("MuonRefSelector", 00002 src = cms.InputTag("muons"), 00003 cut = cms.string("isTrackerMuon && track.hitPattern.trackerLayersWithMeasurement > 5 && innerTrack.hitPattern.pixelLayersWithMeasurement > 1 && innerTrack.normalizedChi2 < 1.8"), 00004 )
Good muons.
Definition at line 10 of file pA_DiLeptonSkim_cff.py.
Referenced by MuonFromPVSelector::produce().
00001 cms.EDProducer("CandViewShallowCloneCombiner", 00002 decay = cms.string("goodMuons goodMuons"), 00003 checkCharge = cms.bool(False), 00004 cut = cms.string("2.5 < mass < 4.5") 00005 )
psi candidates
Definition at line 16 of file pA_DiLeptonSkim_cff.py.
tuple pA_DiLeptonSkim_cff::psiCandidateSequence = cms.Sequence( DileptoHLTFilter * goodMuons * psiCandidates * psiFilter) |
Definition at line 51 of file pA_DiLeptonSkim_cff.py.
00001 cms.EDFilter("CandViewCountFilter", 00002 src = cms.InputTag('psiCandidates'), 00003 minNumber = cms.uint32(1), 00004 )
Definition at line 22 of file pA_DiLeptonSkim_cff.py.
00001 cms.EDProducer("CandViewShallowCloneCombiner", 00002 decay = cms.string("goodMuons goodMuons"), 00003 checkCharge = cms.bool(False), 00004 cut = cms.string("7.0 < mass < 14.0") 00005 )
Y candidates.
Definition at line 28 of file pA_DiLeptonSkim_cff.py.
tuple pA_DiLeptonSkim_cff::upsCandidateSequence = cms.Sequence( DileptoHLTFilter * goodMuons * upsCandidates * upsFilter) |
Definition at line 53 of file pA_DiLeptonSkim_cff.py.
00001 cms.EDFilter("CandViewCountFilter", 00002 src = cms.InputTag('upsCandidates'), 00003 minNumber = cms.uint32(1), 00004 )
Definition at line 34 of file pA_DiLeptonSkim_cff.py.
00001 cms.EDProducer("CandViewShallowCloneCombiner", 00002 decay = cms.string("goodMuons goodMuons"), 00003 checkCharge = cms.bool(False), 00004 cut = cms.string("60.0 < mass < 120.0") 00005 )
Definition at line 40 of file pA_DiLeptonSkim_cff.py.
tuple pA_DiLeptonSkim_cff::ZCandidateSequence = cms.Sequence( DileptoHLTFilter * goodMuons * ZCandidates * ZFilter) |
Definition at line 55 of file pA_DiLeptonSkim_cff.py.
00001 cms.EDFilter("CandViewCountFilter", 00002 src = cms.InputTag('ZCandidates'), 00003 minNumber = cms.uint32(1), 00004 )
Definition at line 46 of file pA_DiLeptonSkim_cff.py.