CMS 3D CMS Logo

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

Variables

tuple _phase2_prunedTpClusterProducer
 
tuple associatePixel = cms.bool(False)
 
tuple associateStrip = cms.bool(False)
 
tuple prunedTpClusterProducer
 
tuple prunedTrackMCMatch
 
tuple quickPrunedTrackAssociatorByHits
 
tuple trackPrunedMCMatchTask = cms.Task(prunedTpClusterProducer,quickPrunedTrackAssociatorByHits,prunedTrackMCMatch)
 
tuple useClusterTPAssociation = cms.bool(False)
 

Variable Documentation

tuple trackPrunedMCMatchTask_cff._phase2_prunedTpClusterProducer
Initial value:
1 = tpClusterProducer.clone(
2  trackingParticleSrc = cms.InputTag("prunedTrackingParticles"),
3  pixelSimLinkSrc = cms.InputTag("prunedDigiSimLinks", "siPixel"),
4  phase2OTSimLinkSrc = cms.InputTag("prunedDigiSimLinks", "siphase2OT"),
5  throwOnMissingCollections = cms.bool(True)
6 )

Definition at line 16 of file trackPrunedMCMatchTask_cff.py.

tuple trackPrunedMCMatchTask_cff.associatePixel = cms.bool(False)

Definition at line 47 of file trackPrunedMCMatchTask_cff.py.

tuple trackPrunedMCMatchTask_cff.associateStrip = cms.bool(False)

Definition at line 46 of file trackPrunedMCMatchTask_cff.py.

tuple trackPrunedMCMatchTask_cff.prunedTpClusterProducer
Initial value:
1 = tpClusterProducer.clone(
2  trackingParticleSrc = cms.InputTag("prunedTrackingParticles"),
3  pixelSimLinkSrc = cms.InputTag("prunedDigiSimLinks", "siPixel"),
4  stripSimLinkSrc = cms.InputTag("prunedDigiSimLinks", "siStrip"),
5  throwOnMissingCollections = cms.bool(True)
6 )

Definition at line 8 of file trackPrunedMCMatchTask_cff.py.

tuple trackPrunedMCMatchTask_cff.prunedTrackMCMatch
Initial value:
1 = cms.EDProducer("MCTrackMatcher",
2  trackingParticles = cms.InputTag("prunedTrackingParticles"),
3  tracks = cms.InputTag("generalTracks"),
4  genParticles = cms.InputTag("genParticles"),
5  associator = cms.string('quickPrunedTrackAssociatorByHits'),
6  throwOnMissingTPCollection = cms.bool(True)
7 )

Definition at line 31 of file trackPrunedMCMatchTask_cff.py.

tuple trackPrunedMCMatchTask_cff.quickPrunedTrackAssociatorByHits
Initial value:
1 = quickTrackAssociatorByHits.clone(
2  cluster2TPSrc = "prunedTpClusterProducer"
3 )

Definition at line 27 of file trackPrunedMCMatchTask_cff.py.

tuple trackPrunedMCMatchTask_cff.trackPrunedMCMatchTask = cms.Task(prunedTpClusterProducer,quickPrunedTrackAssociatorByHits,prunedTrackMCMatch)

Definition at line 39 of file trackPrunedMCMatchTask_cff.py.

tuple trackPrunedMCMatchTask_cff.useClusterTPAssociation = cms.bool(False)

Definition at line 45 of file trackPrunedMCMatchTask_cff.py.