CMS 3D CMS Logo

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

Variables

tuple dt4DCosmicSegments
 
tuple dt4DSegments
 

Variable Documentation

tuple dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.dt4DCosmicSegments
Initial value:
1 = cms.EDProducer("DTRecSegment4DProducer",
2  # The reconstruction algo and its parameter set
3  DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB_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  # name of the rechit 2D collection in the event
9  recHits2DLabel = cms.InputTag("dt2DCosmicSegments")
10 )

Definition at line 19 of file dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py.

tuple dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.dt4DSegments
Initial value:
1 = cms.EDProducer("DTRecSegment4DProducer",
2  # The reconstruction algo and its parameter set
3  DTCombinatorialPatternReco4DAlgo_LinearDriftFromDB,
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  # name of the rechit 2D collection in the event
9  recHits2DLabel = cms.InputTag("dt2DSegments")
10 )

Definition at line 6 of file dt4DSegments_CombPatternReco4D_LinearDriftFromDB_cfi.py.