Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoTracker
RoadMapESSource
python
roadPainter_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
Config
Generated for CMSSW Reference Manual by
1.8.5