CMS 3D CMS Logo

dtDataIntegrityTest_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 dataIntegrityTest = cms.EDAnalyzer("DTDataIntegrityTest",
00004     outputFile = cms.untracked.string('DataIntegrityTest.root'),
00005     folderRoot = cms.untracked.string(''),
00006     nTimeBin = cms.untracked.int32(9),
00007     doTimeHisto = cms.untracked.bool(False),
00008     writeHisto = cms.untracked.bool(False),
00009     debug = cms.untracked.bool(False),
00010     diagnosticPrescale = cms.untracked.int32(1)
00011 )
00012 
00013 

Generated on Tue Jun 9 17:32:33 2009 for CMSSW by  doxygen 1.5.4