CMS 3D CMS Logo

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

Variables

tuple dt2DCosmicSegments
 
tuple dt2DSegments
 

Variable Documentation

tuple dt2DSegments_CombPatternReco2D_LinearDrift_cfi.dt2DCosmicSegments
Initial value:
1 = cms.EDProducer("DTRecSegment2DProducer",
2  # The reconstruction algo and its parameter set
3  DTCombinatorialPatternReco2DAlgo_LinearDrift_CosmicData,
4  # debuggin opt
5  debug = cms.untracked.bool(False),
6  # name of the rechit 1D collection in the event
7  recHits1DLabel = cms.InputTag("dt1DCosmicRecHits")
8 )

Definition at line 19 of file dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py.

tuple dt2DSegments_CombPatternReco2D_LinearDrift_cfi.dt2DSegments
Initial value:
1 = cms.EDProducer("DTRecSegment2DProducer",
2  # The reconstruction algo and its parameter set
3  DTCombinatorialPatternReco2DAlgo_LinearDrift,
4  # debuggin opt
5  debug = cms.untracked.bool(False),
6  # name of the rechit 1D collection in the event
7  recHits1DLabel = cms.InputTag("dt1DRecHits")
8 )

Definition at line 7 of file dt2DSegments_CombPatternReco2D_LinearDrift_cfi.py.