CMS 3D CMS Logo

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

Variables

tuple oniaPATMuonsWithoutTrigger
 
tuple oniaPATMuonsWithTrigger
 ==== Embed ==== More...
 
tuple oniaPATMuonsWithTriggerSequence
 
tuple oniaPATTrigger
 
tuple oniaPATTriggerMatchers1Mu
 
list oniaPATTriggerMatchers1MuInputTags
 
tuple oniaPATTriggerMatching
 ==== Trigger Sequence ==== More...
 
tuple PATmuonMatchHLTL2
 
tuple PATmuonMatchHLTL3
 
tuple PATmuonMatchHLTL3T
 
tuple PATmuonMatchHLTTkMu
 
tuple PATmuonTriggerMatchHLT
 ==== Then perform a match for all HLT triggers of interest More...
 

Variable Documentation

tuple oniaPATMuonsWithTrigger_cff.oniaPATMuonsWithoutTrigger
Initial value:
1 = PhysicsTools.PatAlgos.producersLayer1.muonProducer_cfi.patMuons.clone(
2  muonSource = 'muons',
3  # embed the tracks, so we don't have to carry them around
4  embedTrack = True,
5  embedCombinedMuon = True,
6  embedStandAloneMuon = True,
7  embedPFCandidate = False,
8  embedCaloMETMuonCorrs = cms.bool(False),
9  embedTcMETMuonCorrs = cms.bool(False),
10  embedPfEcalEnergy = cms.bool(False),
11  # then switch off some features we don't need
12  embedPickyMuon = False,
13  embedTpfmsMuon = False,
14  userIsolation = cms.PSet(), # no extra isolation beyond what's in reco::Muon itself
15  isoDeposits = cms.PSet(), # no heavy isodeposits
16  addGenMatch = False, # no mc: T&P doesn't take it from here anyway.
17 )

Definition at line 9 of file oniaPATMuonsWithTrigger_cff.py.

tuple oniaPATMuonsWithTrigger_cff.oniaPATMuonsWithTrigger
Initial value:
1 = cms.EDProducer( "PATTriggerMatchMuonEmbedder",
2  src = cms.InputTag( "oniaPATMuonsWithoutTrigger" ),
3  matches = cms.VInputTag()
4 )

==== Embed ====

Definition at line 75 of file oniaPATMuonsWithTrigger_cff.py.

tuple oniaPATMuonsWithTrigger_cff.oniaPATMuonsWithTriggerSequence
Initial value:
1 = cms.Sequence(
2  oniaPATMuonsWithoutTrigger *
3  oniaPATTriggerMatching
4 )

Definition at line 88 of file oniaPATMuonsWithTrigger_cff.py.

tuple oniaPATMuonsWithTrigger_cff.oniaPATTrigger
Initial value:
1 = cms.EDProducer("TriggerObjectFilterByCollection",
2  src = cms.InputTag("oniaPATTriggerTMP"),
3  collections = cms.vstring("hltL2MuonCandidates", "hltL3MuonCandidates", "hltHighPtTkMuonCands", "hltGlbTrkMuonCands")
4 )

Definition at line 35 of file oniaPATMuonsWithTrigger_cff.py.

tuple oniaPATMuonsWithTrigger_cff.oniaPATTriggerMatchers1Mu
Initial value:
1 = cms.Sequence(
2  PATmuonMatchHLTL2 +
3  PATmuonMatchHLTL3 +
4  PATmuonMatchHLTL3T +
5  PATmuonMatchHLTTkMu
6 )

Definition at line 60 of file oniaPATMuonsWithTrigger_cff.py.

list oniaPATMuonsWithTrigger_cff.oniaPATTriggerMatchers1MuInputTags
Initial value:
1 = [
2  cms.InputTag('PATmuonMatchHLTL2'),
3  cms.InputTag('PATmuonMatchHLTL3'),
4  cms.InputTag('PATmuonMatchHLTL3T'),
5  cms.InputTag('PATmuonMatchHLTTkMu'),
6 ]

Definition at line 67 of file oniaPATMuonsWithTrigger_cff.py.

tuple oniaPATMuonsWithTrigger_cff.oniaPATTriggerMatching
Initial value:
1 = cms.Sequence(
2  oniaPATTriggerTMP * oniaPATTrigger *
3  oniaPATTriggerMatchers1Mu *
4  oniaPATMuonsWithTrigger
5 )

==== Trigger Sequence ====

Definition at line 82 of file oniaPATMuonsWithTrigger_cff.py.

tuple oniaPATMuonsWithTrigger_cff.PATmuonMatchHLTL2
Initial value:
1 = PATmuonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltL2MuonCandidates")'),
2  maxDeltaR = 0.3, maxDPtRel = 10.0)

Definition at line 51 of file oniaPATMuonsWithTrigger_cff.py.

tuple oniaPATMuonsWithTrigger_cff.PATmuonMatchHLTL3
Initial value:
1 = PATmuonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltL3MuonCandidates")'),
2  maxDeltaR = 0.1, maxDPtRel = 10.0)

Definition at line 53 of file oniaPATMuonsWithTrigger_cff.py.

tuple oniaPATMuonsWithTrigger_cff.PATmuonMatchHLTL3T
Initial value:
1 = PATmuonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltGlbTrkMuonCands")'),
2  maxDeltaR = 0.1, maxDPtRel = 10.0)

Definition at line 55 of file oniaPATMuonsWithTrigger_cff.py.

tuple oniaPATMuonsWithTrigger_cff.PATmuonMatchHLTTkMu
Initial value:
1 = PATmuonTriggerMatchHLT.clone(matchedCuts = cms.string('coll("hltHighPtTkMuonCands")'),
2  maxDeltaR = 0.1, maxDPtRel = 10.0)

Definition at line 57 of file oniaPATMuonsWithTrigger_cff.py.

tuple oniaPATMuonsWithTrigger_cff.PATmuonTriggerMatchHLT
Initial value:
1 = cms.EDProducer( "PATTriggerMatcherDRDPtLessByR",
2  src = cms.InputTag( "oniaPATMuonsWithoutTrigger" ),
3  matched = cms.InputTag( "oniaPATTrigger" ),
4  matchedCuts = cms.string(""),
5  maxDPtRel = cms.double( 0.5 ),
6  maxDeltaR = cms.double( 0.5 ),
7  resolveAmbiguities = cms.bool( True ),
8  resolveByMatchQuality = cms.bool( True ) #change with respect to previous tag
9 )

==== Then perform a match for all HLT triggers of interest

Definition at line 41 of file oniaPATMuonsWithTrigger_cff.py.