CMS 3D CMS Logo

subdetFED_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 subdetFED = cms.EDFilter("SubdetFEDSelector",
00004     rawInputLabel = cms.InputTag("rawDataCollector"),
00005     getSiPixel = cms.bool(True),
00006     getHCAL = cms.bool(True),
00007     getECAL = cms.bool(False),
00008     getMuon = cms.bool(False),
00009     getTrigger = cms.bool(True),
00010     getSiStrip = cms.bool(False)
00011 )
00012 
00013 

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