CMS 3D CMS Logo

Variables

RoadMapMakerESProducer_cfi Namespace Reference

Variables

tuple roads

Variable Documentation

Initial value:
00001 cms.ESProducer("RoadMapMakerESProducer",
00002     # geometry structure, allowed values: FullDetector, MTCC, FullDetectorII
00003     GeometryStructure = cms.string('FullDetector'),
00004     # component name
00005     ComponentName = cms.string(''),
00006     # label for rings service
00007     RingsLabel = cms.string(''),
00008     # write out ascii dump of roads to file
00009     WriteOutRoadMapToAsciiFile = cms.untracked.bool(False),
00010     # seeding type, allowed values: FourRingSeeds, TwoRingSeeds
00011     SeedingType = cms.string('FourRingSeeds'),
00012     RoadMapAsciiFile = cms.untracked.string('roads.dat')
00013 )

Definition at line 3 of file RoadMapMakerESProducer_cfi.py.