CMS 3D CMS Logo

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

Variables

list _exampleTriggerMatchers
 
tuple somePatElectronTriggerMatchHLTEle17CaloIdTCaloIsoVLTrkIdVLTrkIsoVL
 
tuple somePatElectronTriggerMatchL1EGammaCollection
 Further examples ##. More...
 
tuple somePatJetTriggerMatchHLTMu8DiJet30
 
tuple somePatJetTriggerMatchHLTPFJet40
 
tuple somePatMetTriggerMatchHLTMET120
 
tuple somePatMetTriggerMatchHLTMu17
 
tuple somePatMuonTriggerMatchHLTDoubleMu5IsoMu5
 
tuple somePatMuonTriggerMatchHLTMu17
 Example matches ##. More...
 
tuple somePatMuonTriggerMatchHLTMu8DiJet30
 
tuple somePatMuonTriggerMatchPDSingleMu
 
tuple somePatMuonTriggerMatchTriggerMuon
 
tuple somePatPhotonTriggerMatchHLTPhoton26Photon18
 
tuple somePatTauTriggerMatchHLTDoubleMediumIsoPFTau30Trk1eta2p1
 

Variable Documentation

list triggerMatcherExamples_cfi._exampleTriggerMatchers
Initial value:
1 = [ 'somePatMuonTriggerMatchHLTMu17'
2  , 'somePatMuonTriggerMatchHLTDoubleMu5IsoMu5'
3  , 'somePatPhotonTriggerMatchHLTPhoton26Photon18'
4  , 'somePatElectronTriggerMatchHLTEle17CaloIdTCaloIsoVLTrkIdVLTrkIsoVL'
5  , 'somePatTauTriggerMatchHLTDoubleMediumIsoPFTau30Trk1eta2p1'
6  , 'somePatJetTriggerMatchHLTPFJet40'
7  , 'somePatMetTriggerMatchHLTMET120'
8  , 'somePatMuonTriggerMatchHLTMu8DiJet30'
9  , 'somePatJetTriggerMatchHLTMu8DiJet30'
10  ]

Definition at line 122 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatElectronTriggerMatchHLTEle17CaloIdTCaloIsoVLTrkIdVLTrkIsoVL
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRDPtLessByR" # match by DeltaR only, best match by DeltaR
3 , src = cms.InputTag( "selectedPatElectrons" )
4 , matched = cms.InputTag( "patTrigger" ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'path( "HLT_Ele17_CaloIdT_CaloIsoVL_TrkIdVL_TrkIsoVL_v*" )' )
6 , maxDPtRel = cms.double( 0.5 )
7 , maxDeltaR = cms.double( 0.5 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( True ) # take best match found per reco object: by DeltaR here (s. above)
10 )

Definition at line 52 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatElectronTriggerMatchL1EGammaCollection
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRLessByR" # match by DeltaR only, best match by DeltaR
3 , src = cms.InputTag( 'selectedPatElectrons' )
4 , matched = cms.InputTag( 'patTrigger' ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'coll( "l1extraParticles:NonIsolated" ) || coll( "l1extraParticles:Isolated" )' )
6 , maxDPtRel = cms.double( 0.5 )
7 , maxDeltaR = cms.double( 0.5 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( False ) # take first match found per reco object
10 )

Further examples ##.

Definition at line 137 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatJetTriggerMatchHLTMu8DiJet30
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRDPtLessByR" # match by DeltaR only, best match by DeltaR
3 , src = cms.InputTag( "selectedPatJets" )
4 , matched = cms.InputTag( "patTrigger" ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'type( "TriggerJet" ) && path( "HLT_Mu8_DiJet30_v*" )' )
6 , maxDPtRel = cms.double( 3.0 )
7 , maxDeltaR = cms.double( 0.4 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( True ) # take best match found per reco object: by DeltaR here (s. above)
10 )

Definition at line 110 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatJetTriggerMatchHLTPFJet40
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRLessByR" # match by DeltaR only, best match by DeltaR
3 , src = cms.InputTag( 'selectedPatJets' )
4 , matched = cms.InputTag( 'patTrigger' ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'path( "HLT_PFJet40_v*" )' )
6 , maxDPtRel = cms.double( 3.0 )
7 , maxDeltaR = cms.double( 0.4 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( True ) # take best match found per reco object: by DeltaR here (s. above)
10 )

Definition at line 76 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatMetTriggerMatchHLTMET120
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRLessByR" # match by DeltaR only, best match by DeltaR
3 , src = cms.InputTag( 'patMETs' )
4 , matched = cms.InputTag( 'patTrigger' ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'path( "HLT_MET120_v*" )' )
6 , maxDPtRel = cms.double( 3.0 )
7 , maxDeltaR = cms.double( 0.4 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( True ) # take best match found per reco object: by DeltaR here (s. above)
10 )

Definition at line 88 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatMetTriggerMatchHLTMu17
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRLessByR" # match by DeltaR only, best match by DeltaR
3 , src = cms.InputTag( 'patMETs' )
4 , matched = cms.InputTag( 'patTrigger' ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'path( "HLT_Mu17_v*" )' )
6 , maxDPtRel = cms.double( 0.5 )
7 , maxDeltaR = cms.double( 0.5 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( True ) # take best match found per reco object: by DeltaR here (s. above)
10 )

Definition at line 173 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatMuonTriggerMatchHLTDoubleMu5IsoMu5
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRDPtLessByR" # match by DeltaR only, best match by DeltaR
3 , src = cms.InputTag( "selectedPatMuons" )
4 , matched = cms.InputTag( "patTrigger" ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'path( "HLT_DoubleMu5_IsoMu5_v*" )' )
6 , maxDPtRel = cms.double( 0.5 )
7 , maxDeltaR = cms.double( 0.5 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( True ) # take best match found per reco object: by DeltaR here (s. above)
10 )

Definition at line 28 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatMuonTriggerMatchHLTMu17
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRDPtLessByR" # match by DeltaR only, best match by DeltaR
3 , src = cms.InputTag( "selectedPatMuons" )
4 , matched = cms.InputTag( "patTrigger" ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'path( "HLT_Mu17_v*" )' )
6 , maxDPtRel = cms.double( 0.5 )
7 , maxDeltaR = cms.double( 0.5 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( True ) # take best match found per reco object: by DeltaR here (s. above)
10 )

Example matches ##.

Definition at line 16 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatMuonTriggerMatchHLTMu8DiJet30
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRDPtLessByR" # match by DeltaR only, best match by DeltaR
3 , src = cms.InputTag( "selectedPatMuons" )
4 , matched = cms.InputTag( "patTrigger" ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'type( "TriggerMuon" ) && path( "HLT_Mu8_DiJet30_v*" )' )
6 , maxDPtRel = cms.double( 0.5 )
7 , maxDeltaR = cms.double( 0.5 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( True ) # take best match found per reco object: by DeltaR here (s. above)
10 )

Definition at line 100 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatMuonTriggerMatchPDSingleMu
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRDPtLessByR" # match by DeltaR and DeltaPt, best match by DeltaR
3 , src = cms.InputTag( 'selectedPatMuons' )
4 , matched = cms.InputTag( 'patTrigger' ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'path( "HLT_RelIso1p0Mu5_v*" ) || path( "HLT_RelIso1p0Mu20_v*" ) || path( "HLT_Mu5_v*" ) || path( "HLT_Mu50_eta2p1_v*" ) || path( "HLT_Mu40_v*" ) || path( "HLT_Mu40_eta2p1_v*" ) || path( "HLT_Mu40_eta2p1_Track60_dEdx3p7_v*" ) || path( "HLT_Mu40_eta2p1_Track50_dEdx3p6_v*" ) || path( "HLT_Mu30_v*" ) || path( "HLT_Mu30_eta2p1_v*" ) || path( "HLT_Mu24_v*" ) || path( "HLT_Mu24_eta2p1_v*" ) || path( "HLT_Mu24_PFJet30_PFJet25_Deta3_CentralPFJet25_v*" ) || path( "HLT_Mu24_CentralPFJet30_CentralPFJet25_v*" ) || path( "HLT_Mu24_CentralPFJet30_CentralPFJet25_v*" ) || path( "HLT_Mu17_eta2p1_TriCentralPFNoPUJet45_35_25_v*" ) || path( "HLT_Mu17_eta2p1_CentralPFNoPUJet30_BTagIPIter_v*" ) || path( "HLT_Mu15_eta2p1_v*" ) || path( "HLT_Mu15_eta2p1_TriCentral_40_20_20_v*" ) || path( "HLT_Mu15_eta2p1_TriCentral_40_20_20_DiBTagIP3D1stTrack_v*" ) || path( "HLT_Mu15_eta2p1_TriCentral_40_20_20_BTagIP3D1stTrack_v*" ) || path( "HLT_Mu15_eta2p1_L1Mu10erJetC12WdEtaPhi1DiJetsC_v*" ) || path( "HLT_Mu12_v*" ) || path( "HLT_Mu12_eta2p1_L1Mu10erJetC12WdEtaPhi1DiJetsC_v*" ) || path( "HLT_Mu12_eta2p1_DiCentral_40_20_v*" ) || path( "HLT_Mu12_eta2p1_DiCentral_40_20_DiBTagIP3D1stTrack_v*" ) || path( "HLT_Mu12_eta2p1_DiCentral_20_v*" ) || path( "HLT_L2Mu70_2Cha_eta2p1_PFMET60_v*" ) || path( "HLT_L2Mu70_2Cha_eta2p1_PFMET55_v*" ) || path( "HLT_IsoMu40_eta2p1_v*" ) || path( "HLT_IsoMu34_eta2p1_v*" ) || path( "HLT_IsoMu30_v*" ) || path( "HLT_IsoMu30_eta2p1_v*" ) || path( "HLT_IsoMu24_v*" ) || path( "HLT_IsoMu24_eta2p1_v*" ) || path( "HLT_IsoMu24_PFJet30_PFJet25_Deta3_CentralPFJet25_v*" ) || path( "HLT_IsoMu24_CentralPFJet30_CentralPFJet25_v*" ) || path( "HLT_IsoMu24_CentralPFJet30_CentralPFJet25_PFMET20_v*" ) || path( "HLT_IsoMu20_eta2p1_v*" ) || path( "HLT_IsoMu20_eta2p1_CentralPFJet80_v*" ) || path( "HLT_IsoMu20_WCandPt80_v*" ) || path( "HLT_IsoMu17_eta2p1_TriCentralPFNoPUJet45_35_25_v*" ) || path( "HLT_IsoMu17_eta2p1_TriCentralPFNoPUJet30_v*" ) || path( "HLT_IsoMu17_eta2p1_DiCentralPFNoPUJet30_v*" ) || path( "HLT_IsoMu17_eta2p1_CentralPFNoPUJet30_v*" ) || path( "HLT_IsoMu17_eta2p1_CentralPFNoPUJet30_BTagIPIter_v*" )' )
6 , maxDPtRel = cms.double( 0.5 )
7 , maxDeltaR = cms.double( 0.5 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( True ) # take best match found per reco object: by DeltaR here (s. above)
10 )

Definition at line 161 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatMuonTriggerMatchTriggerMuon
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRDPtLessByR" # match by DeltaR and DeltaPt, best match by DeltaR
3 , src = cms.InputTag( 'selectedPatMuons' )
4 , matched = cms.InputTag( 'patTrigger' ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'type( "TriggerL1Mu" ) || type( "TriggerMuon" )' )
6 , maxDPtRel = cms.double( 0.5 )
7 , maxDeltaR = cms.double( 0.5 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( False ) # take first match found per reco object
10 )

Definition at line 149 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatPhotonTriggerMatchHLTPhoton26Photon18
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRDPtLessByR" # match by DeltaR only, best match by DeltaR
3 , src = cms.InputTag( "selectedPatPhotons" )
4 , matched = cms.InputTag( "patTrigger" ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'path( "HLT_Photon26_Photon18_v*" )' )
6 , maxDPtRel = cms.double( 0.5 )
7 , maxDeltaR = cms.double( 0.5 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( True ) # take best match found per reco object: by DeltaR here (s. above)
10 )

Definition at line 40 of file triggerMatcherExamples_cfi.py.

tuple triggerMatcherExamples_cfi.somePatTauTriggerMatchHLTDoubleMediumIsoPFTau30Trk1eta2p1
Initial value:
1 = cms.EDProducer(
2  "PATTriggerMatcherDRDPtLessByR" # match by DeltaR only, best match by DeltaR
3 , src = cms.InputTag( "selectedPatTaus" )
4 , matched = cms.InputTag( "patTrigger" ) # default producer label as defined in PhysicsTools/PatAlgos/python/triggerLayer1/triggerProducer_cfi.py
5 , matchedCuts = cms.string( 'path( "HLT_DoubleMediumIsoPFTau30_Trk1_eta2p1_v*" )' )
6 , maxDPtRel = cms.double( 0.5 )
7 , maxDeltaR = cms.double( 0.5 )
8 , resolveAmbiguities = cms.bool( True ) # only one match per trigger object
9 , resolveByMatchQuality = cms.bool( True ) # take best match found per reco object: by DeltaR here (s. above)
10 )

Definition at line 64 of file triggerMatcherExamples_cfi.py.