CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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. More...
 
tuple patAODTrackIsolations
 
tuple patLayer0TrackCandSequence = cms.Sequence( layer0TrackIsolations )
 

Variable Documentation

tuple genericTrackCandidates_cff.layer0TrackIsolations
Initial value:
1 = cms.EDFilter("CandManyValueMapsSkimmerIsoDeposits",
2  collection = cms.InputTag("allLayer0TrackCands"),
3  backrefs = cms.InputTag("allLayer0TrackCands"),
4  commonLabel = cms.InputTag("patAODTrackIsolations"),
5  associations = patAODTrackIsolationLabels
6 )

Definition at line 49 of file genericTrackCandidates_cff.py.

tuple genericTrackCandidates_cff.patAODTrackCands
Initial value:
1 = cms.EDFilter("CandViewSelector",
2  src = cms.InputTag("patAODTrackCandsUnfiltered"),
3  cut = cms.string('pt > 15')
4 )

Definition at line 11 of file genericTrackCandidates_cff.py.

tuple genericTrackCandidates_cff.patAODTrackCandSequence
Initial value:
1 = cms.Sequence(
2  patAODTrackCandsUnfiltered *
3  patAODTrackCands *
4  patAODTrackIsoDepositCalByAssociatorTowers *
5  patAODTrackIsoDepositCtfTk *
6  patAODTrackIsolations
7 )

Definition at line 57 of file genericTrackCandidates_cff.py.

tuple genericTrackCandidates_cff.patAODTrackCandsUnfiltered
Initial value:
1 = cms.EDProducer("ConcreteChargedCandidateProducer",
2  src = cms.InputTag("generalTracks"),
3  particleType = cms.string('mu+') # to fix mass hypothesis
4 )

Definition at line 6 of file genericTrackCandidates_cff.py.

tuple genericTrackCandidates_cff.patAODTrackIsoDepositCalByAssociatorTowers
Initial value:
1 = cms.EDProducer("CandIsoDepositProducer",
2  src = cms.InputTag("patAODTrackCands"),
3  trackType = cms.string('best'),
4  MultipleDepositsFlag = cms.bool(True),
5  ExtractorPSet = cms.PSet( MIsoCaloExtractorByAssociatorTowersBlock )
6 )

Definition at line 27 of file genericTrackCandidates_cff.py.

tuple genericTrackCandidates_cff.patAODTrackIsoDepositCtfTk
Initial value:
1 = cms.EDProducer("CandIsoDepositProducer",
2  src = cms.InputTag("patAODTrackCands"),
3  trackType = cms.string('best'),
4  MultipleDepositsFlag = cms.bool(False),
5  ExtractorPSet = cms.PSet( MIsoTrackExtractorCtfBlock )
6 )

Definition at line 18 of file genericTrackCandidates_cff.py.

tuple genericTrackCandidates_cff.patAODTrackIsolationLabels
Initial value:
1 = cms.VInputTag(
2  #cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","ecal"),
3  #cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","hcal"),
4  #cms.InputTag("patAODTrackIsoDepositCalByAssociatorTowers","ho"),
5  cms.InputTag("patAODTrackIsoDepositCtfTk")
6 )

Select isolation labels to use.

Definition at line 35 of file genericTrackCandidates_cff.py.

tuple genericTrackCandidates_cff.patAODTrackIsolations
Initial value:
1 = cms.EDFilter("MultipleIsoDepositsToValueMaps",
2  collection = cms.InputTag("patAODTrackCands"),
3  associations = patAODTrackIsolationLabels
4 )

Definition at line 43 of file genericTrackCandidates_cff.py.

tuple genericTrackCandidates_cff.patLayer0TrackCandSequence = cms.Sequence( layer0TrackIsolations )

Definition at line 66 of file genericTrackCandidates_cff.py.