test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

tuple patCandidatesForZMuMuSubskim_cff.allPatTracks
Initial value:
1 = patGenericParticles.clone(
2  src = cms.InputTag("patAODTrackCands"),
3  embedTrack = cms.bool(True),
4  # isolation configurables
5  userIsolation = cms.PSet(
6  tracker = cms.PSet(
7  veto = cms.double(0.015),
8  src = cms.InputTag("patAODTrackIsoDepositCtfTk"),
9  deltaR = cms.double(0.3),
10  threshold = cms.double(1.5)
11  ),
12  ecal = cms.PSet(
13  src = cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","ecal"),
14  deltaR = cms.double(0.3)
15  ),
16  hcal = cms.PSet(
17  src = cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","hcal"),
18  deltaR = cms.double(0.3)
19  ),
20  ),
21  isoDeposits = cms.PSet(
22  tracker = cms.InputTag("patAODTrackIsoDepositCtfTk"),
23  ecal = cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","ecal"),
24  hcal = cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","hcal")
25  ),
26  addGenMatch = cms.bool(False)
27 )

Definition at line 17 of file patCandidatesForZMuMuSubskim_cff.py.

tuple patCandidatesForZMuMuSubskim_cff.beforePat
Initial value:
1 = cms.Sequence(
2 # uncomment in case of CaloMuons merging
3 # beforePatMuons *
4  beforePatTracks
5 )

Definition at line 154 of file patCandidatesForZMuMuSubskim_cff.py.

tuple patCandidatesForZMuMuSubskim_cff.beforePatTracks
Initial value:
1 = cms.Sequence(
2  patAODTrackCandSequence
3 )

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.

tuple patCandidatesForZMuMuSubskim_cff.goodMuonRecoForDimuon
Initial value:
1 = cms.Sequence(
2  beforePat *
3  patCandsSequence *
4  patTriggerSequence *
5  muonTriggerMatchEmbedder
6 )

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.

tuple patCandidatesForZMuMuSubskim_cff.muonTriggerMatchEmbedder
Initial value:
1 = cms.Sequence(
2  selectedPatMuonsTriggerMatch
3 )

Definition at line 140 of file patCandidatesForZMuMuSubskim_cff.py.

tuple patCandidatesForZMuMuSubskim_cff.muonTriggerMatchHLTMuons
Initial value:
1 = cms.EDProducer( "PATTriggerMatcherDRDPtLessByR",
2  src = cms.InputTag( "selectedPatMuons" ),
3  matched = cms.InputTag( "patTrigger" ),
4  andOr = cms.bool( False ),
5  filterIdsEnum = cms.vstring( 'TriggerMuon' ), # 'TriggerMuon' is the enum from trigger::TriggerObjectType for HLT muons
6  filterIds = cms.vint32( 0 ),
7  filterLabels = cms.vstring( '*' ),
8  pathNames = cms.vstring( 'HLT_Mu9' ),
9  collectionTags = cms.vstring( '*' ),
10  maxDPtRel = cms.double( 1.0 ),
11  maxDeltaR = cms.double( 0.2 ),
12  resolveAmbiguities = cms.bool( True ),
13  resolveByMatchQuality = cms.bool( False )
14 )

Definition at line 111 of file patCandidatesForZMuMuSubskim_cff.py.

tuple patCandidatesForZMuMuSubskim_cff.patCandsSequence
Initial value:
1 = cms.Sequence(
2  patMuons *
3  selectedPatMuons *
4  allPatTracks *
5  selectedPatTracks
6 )

Definition at line 160 of file patCandidatesForZMuMuSubskim_cff.py.

tuple patCandidatesForZMuMuSubskim_cff.patTriggerSequence
Initial value:
1 = cms.Sequence(
2  patTrigger *
3  muonTriggerMatchHLTMuons *
4  patTriggerEvent
5 )

Definition at line 129 of file patCandidatesForZMuMuSubskim_cff.py.

tuple patCandidatesForZMuMuSubskim_cff.selectedPatMuonsTriggerMatch
Initial value:
1 = cms.EDProducer( "PATTriggerMatchMuonEmbedder",
2  src = cms.InputTag( "selectedPatMuons" ),
3  matches = cms.VInputTag( "muonTriggerMatchHLTMuons" )
4 )

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.