CMS 3D CMS Logo

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

Variables

tuple DileptoHLTFilter = copy.deepcopy(hltHighLevel)
 
tuple goodMuons
 Good Muons. More...
 
tuple psiCandidates
 psi candidates More...
 
tuple psiCandidateSequence = cms.Sequence( DileptoHLTFilter * goodMuons * psiCandidates * psiFilter)
 
tuple psiFilter
 
tuple upsCandidates
 Y candidates. More...
 
tuple upsCandidateSequence = cms.Sequence( DileptoHLTFilter * goodMuons * upsCandidates * upsFilter)
 
tuple upsFilter
 
tuple ZCandidates
 
tuple ZCandidateSequence = cms.Sequence( DileptoHLTFilter * goodMuons * ZCandidates * ZFilter)
 
tuple ZFilter
 

Variable Documentation

tuple pA_DiLeptonSkim_cff.DileptoHLTFilter = copy.deepcopy(hltHighLevel)

Definition at line 5 of file pA_DiLeptonSkim_cff.py.

tuple pA_DiLeptonSkim_cff.goodMuons
Initial value:
1 = cms.EDFilter("MuonRefSelector",
2  src = cms.InputTag("muons"),
3  cut = cms.string("isTrackerMuon && track.hitPattern.trackerLayersWithMeasurement > 5 && innerTrack.hitPattern.pixelLayersWithMeasurement > 1 && innerTrack.normalizedChi2 < 1.8"),
4 )

Good Muons.

Definition at line 10 of file pA_DiLeptonSkim_cff.py.

Referenced by MuonFromPVSelector.produce().

tuple pA_DiLeptonSkim_cff.psiCandidates
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("goodMuons goodMuons"),
3  checkCharge = cms.bool(False),
4  cut = cms.string("2.5 < mass < 4.5")
5 )

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.

tuple pA_DiLeptonSkim_cff.psiFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag('psiCandidates'),
3  minNumber = cms.uint32(1),
4 )

Definition at line 22 of file pA_DiLeptonSkim_cff.py.

tuple pA_DiLeptonSkim_cff.upsCandidates
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("goodMuons goodMuons"),
3  checkCharge = cms.bool(False),
4  cut = cms.string("7.0 < mass < 14.0")
5 )

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.

tuple pA_DiLeptonSkim_cff.upsFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag('upsCandidates'),
3  minNumber = cms.uint32(1),
4 )

Definition at line 34 of file pA_DiLeptonSkim_cff.py.

tuple pA_DiLeptonSkim_cff.ZCandidates
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  decay = cms.string("goodMuons goodMuons"),
3  checkCharge = cms.bool(False),
4  cut = cms.string("60.0 < mass < 120.0")
5 )

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.

tuple pA_DiLeptonSkim_cff.ZFilter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag('ZCandidates'),
3  minNumber = cms.uint32(1),
4 )

Definition at line 46 of file pA_DiLeptonSkim_cff.py.