CMS 3D CMS Logo

Variables

genericTrackCandidates_cff Namespace Reference

Variables

tuple layer0TrackIsolations
tuple patAODTrackCands
tuple patAODTrackCandSequence
tuple patAODTrackCandsUnfiltered
tuple patAODTrackIsoDepositCalByAssociatorTowers
tuple patAODTrackIsoDepositCtfTk
tuple patAODTrackIsolationLabels
 Select isolation labels to use.
tuple patAODTrackIsolations
tuple patLayer0TrackCandSequence = cms.Sequence( layer0TrackIsolations )

Variable Documentation

Initial value:
00001 cms.EDFilter("CandManyValueMapsSkimmerIsoDeposits",
00002     collection   = cms.InputTag("allLayer0TrackCands"),
00003     backrefs     = cms.InputTag("allLayer0TrackCands"),
00004     commonLabel  = cms.InputTag("patAODTrackIsolations"),
00005     associations = patAODTrackIsolationLabels
00006 )

Definition at line 49 of file genericTrackCandidates_cff.py.

Initial value:
00001 cms.EDFilter("CandViewSelector",
00002     src = cms.InputTag("patAODTrackCandsUnfiltered"),
00003     cut = cms.string('pt > 15')
00004 )

Definition at line 11 of file genericTrackCandidates_cff.py.

Initial value:
00001 cms.Sequence(
00002         patAODTrackCandsUnfiltered *
00003         patAODTrackCands *
00004         patAODTrackIsoDepositCalByAssociatorTowers *
00005         patAODTrackIsoDepositCtfTk *
00006         patAODTrackIsolations
00007 )

Definition at line 57 of file genericTrackCandidates_cff.py.

Initial value:
00001 cms.EDProducer("ConcreteChargedCandidateProducer",
00002     src          = cms.InputTag("generalTracks"),
00003     particleType = cms.string('mu+')   # to fix mass hypothesis
00004 )

Definition at line 6 of file genericTrackCandidates_cff.py.

Initial value:
00001 cms.EDProducer("CandIsoDepositProducer",
00002     src                  = cms.InputTag("patAODTrackCands"),
00003     trackType            = cms.string('best'),
00004     MultipleDepositsFlag = cms.bool(True),
00005     ExtractorPSet        = cms.PSet( MIsoCaloExtractorByAssociatorTowersBlock )
00006 )

Definition at line 27 of file genericTrackCandidates_cff.py.

Initial value:
00001 cms.EDProducer("CandIsoDepositProducer",
00002     src                  = cms.InputTag("patAODTrackCands"),
00003     trackType            = cms.string('best'),
00004     MultipleDepositsFlag = cms.bool(False),
00005     ExtractorPSet        = cms.PSet( MIsoTrackExtractorCtfBlock )
00006 )

Definition at line 18 of file genericTrackCandidates_cff.py.

Initial value:
00001 cms.VInputTag(
00002    #cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","ecal"), 
00003    #cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","hcal"), 
00004    #cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","ho"), 
00005     cms.InputTag("patAODTrackIsoDepositCtfTk")
00006 )

Select isolation labels to use.

Definition at line 35 of file genericTrackCandidates_cff.py.

Initial value:
00001 cms.EDFilter("MultipleIsoDepositsToValueMaps",
00002     collection   = cms.InputTag("patAODTrackCands"),
00003     associations = patAODTrackIsolationLabels
00004 )

Definition at line 43 of file genericTrackCandidates_cff.py.

Definition at line 66 of file genericTrackCandidates_cff.py.