CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/Calibration/HcalIsolatedTrackReco/python/subdetFED_cfi.py

Go to the documentation of this file.
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