![]() |
|
|||
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 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |