CMS 3D CMS Logo

stripDigisValidation_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 stripDigisValid = cms.EDAnalyzer("SiStripDigiValid",
4  src = cms.InputTag("simSiStripDigis","ZeroSuppressed"),
5  runStandalone = cms.bool(False),
6  outputFile = cms.untracked.string(''),
7  verbose = cms.untracked.bool(False)
8 )
9 
10 
11