00001 import FWCore.ParameterSet.Config as cms 00002 00003 subdetFED = cms.EDProducer("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