CMS 3D CMS Logo

AnaSiStripClusters_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # AnaSiStripClusters
00004 modAnaSiStripClusters = cms.EDFilter("AnaSiStripClusters",
00005     oLabelSiStripCluster = cms.untracked.string('siStripClusters'),
00006     oOutputFileName = cms.untracked.string('AnaSiStripClusters_out.root'),
00007     oLabelSiStripDigi = cms.untracked.string('modMTCCAmplifyDigis'),
00008     oProdInstNameDigi = cms.untracked.string(''),
00009     bMTCCMode = cms.untracked.bool(True),
00010     oProdInstNameCluster = cms.untracked.string('')
00011 )
00012 
00013 

Generated on Tue Jun 9 17:25:12 2009 for CMSSW by  doxygen 1.5.4