CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
roadPainter_cfi.py
Go to the documentation of this file.
2 
3 roadPainter = cms.EDAnalyzer("RoadPainter",
4  # multi page PS, works only with PS, give picture name without extension
5  PictureName = cms.untracked.string('output'),
6  RingLabel = cms.untracked.string(''),
7  RoadLabel = cms.untracked.string('')
8 )
9 
10