CMS 3D CMS Logo

Variables

dt4DSegments_CombPatternReco4D_LinearDrift_cfi Namespace Reference

Variables

tuple dt4DCosmicSegments
tuple dt4DSegments

Variable Documentation

Initial value:
00001 cms.EDProducer("DTRecSegment4DProducer",
00002     # The reconstruction algo and its parameter set
00003     DTCombinatorialPatternReco4DAlgo_LinearDrift_CosmicData,
00004     # debuggin opt
00005     debug = cms.untracked.bool(False),
00006     # name of the rechit 1D collection in the event
00007     recHits1DLabel = cms.InputTag("dt1DCosmicRecHits"),
00008     # name of the rechit 2D collection in the event
00009     recHits2DLabel = cms.InputTag("dt2DCosmicSegments")
00010 )

Definition at line 20 of file dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py.

Initial value:
00001 cms.EDProducer("DTRecSegment4DProducer",
00002     # The reconstruction algo and its parameter set
00003     DTCombinatorialPatternReco4DAlgo_LinearDrift,
00004     # debuggin opt
00005     debug = cms.untracked.bool(False),
00006     # name of the rechit 1D collection in the event
00007     recHits1DLabel = cms.InputTag("dt1DRecHits"),
00008     # name of the rechit 2D collection in the event
00009     recHits2DLabel = cms.InputTag("dt2DSegments")
00010 )

Definition at line 6 of file dt4DSegments_CombPatternReco4D_LinearDrift_cfi.py.