Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-05-05 02:46:42

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 subdetFED = cms.EDProducer('SubdetFEDSelector',
0004   rawInputLabel = cms.InputTag('rawDataCollector'),
0005   getSiPixel = cms.bool(True),
0006   getHCAL = cms.bool(True),
0007   getECAL = cms.bool(False),
0008   getMuon = cms.bool(False),
0009   getTrigger = cms.bool(True),
0010   getSiStrip = cms.bool(False),
0011   mightGet = cms.optional.untracked.vstring
0012 )