CMS 3D CMS Logo

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

Variables

tuple roads
 

Variable Documentation

tuple RoadMapMakerESProducer_cfi.roads
Initial value:
1 = cms.ESProducer("RoadMapMakerESProducer",
2  # geometry structure, allowed values: FullDetector, MTCC, FullDetectorII
3  GeometryStructure = cms.string('FullDetector'),
4  # component name
5  ComponentName = cms.string(''),
6  # label for rings service
7  RingsLabel = cms.string(''),
8  # write out ascii dump of roads to file
9  WriteOutRoadMapToAsciiFile = cms.untracked.bool(False),
10  # seeding type, allowed values: FourRingSeeds, TwoRingSeeds
11  SeedingType = cms.string('FourRingSeeds'),
12  RoadMapAsciiFile = cms.untracked.string('roads.dat')
13 )

Definition at line 3 of file RoadMapMakerESProducer_cfi.py.