CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripBadModuleFedErrService_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 siStripBadModuleFedErrService = cms.Service("SiStripBadModuleFedErrService",
4  appendToDataLabel = cms.string(''),
5  ReadFromFile = cms.bool(True),
6  FileName = cms.string('DQM.root'),
7  BadStripCutoff = cms.double(0.8)
8  )
9 
10 
11 
12