CMS 3D CMS Logo

Variables

patCandidatesForZMuMuSubskim_cff Namespace Reference

Variables

tuple allPatTracks
tuple beforePat
tuple beforePatTracks
tuple ecal = cms.InputTag("muIsoDepositCalByAssociatorTowers","ecal")
tuple goodMuonRecoForDimuon
tuple hcal = cms.InputTag("muIsoDepositCalByAssociatorTowers","hcal")
tuple muonTriggerMatchEmbedder
tuple muonTriggerMatchHLTMuons
tuple patCandsSequence
tuple patTriggerSequence
tuple selectedPatMuonsTriggerMatch
tuple tracker = cms.InputTag("muIsoDepositTk")

Variable Documentation

Initial value:
00001 patGenericParticles.clone(
00002     src = cms.InputTag("patAODTrackCands"),
00003     embedTrack = cms.bool(True),
00004     # isolation configurables
00005     userIsolation = cms.PSet(
00006       tracker = cms.PSet(
00007         veto = cms.double(0.015),
00008         src = cms.InputTag("patAODTrackIsoDepositCtfTk"),
00009         deltaR = cms.double(0.3),
00010         threshold = cms.double(1.5)
00011       ),
00012       ecal = cms.PSet(
00013         src = cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","ecal"),
00014         deltaR = cms.double(0.3)
00015       ),
00016       hcal = cms.PSet(
00017         src = cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","hcal"),
00018         deltaR = cms.double(0.3)
00019       ),
00020     ),
00021     isoDeposits = cms.PSet(
00022       tracker = cms.InputTag("patAODTrackIsoDepositCtfTk"),
00023       ecal = cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","ecal"),
00024       hcal = cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","hcal")
00025     ),
00026     addGenMatch = cms.bool(False)
00027 )

Definition at line 17 of file patCandidatesForZMuMuSubskim_cff.py.

Initial value:
00001 cms.Sequence(
00002 # uncomment in case of CaloMuons merging
00003 #    beforePatMuons *
00004     beforePatTracks
00005 )

Definition at line 154 of file patCandidatesForZMuMuSubskim_cff.py.

Initial value:
00001 cms.Sequence(
00002     patAODTrackCandSequence 
00003 )

Definition at line 150 of file patCandidatesForZMuMuSubskim_cff.py.

tuple patCandidatesForZMuMuSubskim_cff::ecal = cms.InputTag("muIsoDepositCalByAssociatorTowers","ecal")

Definition at line 71 of file patCandidatesForZMuMuSubskim_cff.py.

Initial value:
00001 cms.Sequence(
00002     beforePat *
00003     patCandsSequence *
00004     patTriggerSequence *
00005     muonTriggerMatchEmbedder
00006 )

Definition at line 167 of file patCandidatesForZMuMuSubskim_cff.py.

tuple patCandidatesForZMuMuSubskim_cff::hcal = cms.InputTag("muIsoDepositCalByAssociatorTowers","hcal")

Definition at line 72 of file patCandidatesForZMuMuSubskim_cff.py.

Initial value:
00001 cms.Sequence(
00002     selectedPatMuonsTriggerMatch
00003 )

Definition at line 140 of file patCandidatesForZMuMuSubskim_cff.py.

Initial value:
00001 cms.EDProducer( "PATTriggerMatcherDRDPtLessByR",
00002     src     = cms.InputTag( "selectedPatMuons" ),
00003     matched = cms.InputTag( "patTrigger" ),
00004     andOr          = cms.bool( False ),
00005     filterIdsEnum  = cms.vstring( 'TriggerMuon' ), # 'TriggerMuon' is the enum from trigger::TriggerObjectType for HLT muons
00006     filterIds      = cms.vint32( 0 ),
00007     filterLabels   = cms.vstring( '*' ),
00008     pathNames      = cms.vstring( 'HLT_Mu9' ),
00009     collectionTags = cms.vstring( '*' ),
00010     maxDPtRel = cms.double( 1.0 ),
00011     maxDeltaR = cms.double( 0.2 ),
00012     resolveAmbiguities    = cms.bool( True ),
00013     resolveByMatchQuality = cms.bool( False )
00014 )

Definition at line 111 of file patCandidatesForZMuMuSubskim_cff.py.

Initial value:
00001 cms.Sequence(
00002     patMuons *
00003     selectedPatMuons *
00004     allPatTracks *
00005     selectedPatTracks
00006 )

Definition at line 160 of file patCandidatesForZMuMuSubskim_cff.py.

Initial value:
00001 cms.Sequence(
00002     patTrigger *
00003     muonTriggerMatchHLTMuons *
00004     patTriggerEvent
00005 )

Definition at line 129 of file patCandidatesForZMuMuSubskim_cff.py.

Initial value:
00001 cms.EDProducer( "PATTriggerMatchMuonEmbedder",
00002     src     = cms.InputTag( "selectedPatMuons" ),
00003     matches = cms.VInputTag( "muonTriggerMatchHLTMuons" )
00004 )

Definition at line 135 of file patCandidatesForZMuMuSubskim_cff.py.

tuple patCandidatesForZMuMuSubskim_cff::tracker = cms.InputTag("muIsoDepositTk")

Definition at line 70 of file patCandidatesForZMuMuSubskim_cff.py.