CMS 3D CMS Logo

SiStripFedCablingManipulator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 
4 siStripFedCablingManipulator = cms.EDAnalyzer("SiStripFedCablingManipulator",
5  file = cms.string("")
6  )
7 
8 
9 
10