Variables | |
tuple | hltDummyEcalPreshowerDigis |
tuple | hltDummyEcalRawToRecHitFacility |
tuple | hltDummyGctDigis |
tuple | hltDummyHcalDigis |
tuple | hltDummyL1GtObjectMap |
tuple | hltDummyMuonCSCDigis |
tuple | hltDummyMuonDTDigis |
tuple | hltDummySiPixelDigis |
tuple | hltDummySiStripRawToClustersFacility |
00001 cms.EDProducer("HLTDummyCollections", 00002 action = cms.string("doEcalPreshower"), 00003 ESdigiCollection = cms.string( "" ) 00004 )
Definition at line 12 of file HLTDummyCollections_cfi.py.
00001 cms.EDProducer("HLTDummyCollections", 00002 action = cms.string("doEcal") 00003 )
Definition at line 3 of file HLTDummyCollections_cfi.py.
00001 cms.EDProducer("HLTDummyCollections", 00002 action = cms.string("doGCT") 00003 )
Definition at line 33 of file HLTDummyCollections_cfi.py.
00001 cms.EDProducer("HLTDummyCollections", 00002 action = cms.string("doHcal"), 00003 UnpackZDC = cms.bool(True) 00004 )
Definition at line 7 of file HLTDummyCollections_cfi.py.
00001 cms.EDProducer("HLTDummyCollections", 00002 action = cms.string("doObjectMap") 00003 )
Definition at line 38 of file HLTDummyCollections_cfi.py.
00001 cms.EDProducer("HLTDummyCollections", 00002 action = cms.string("doMuonCSC") 00003 )
Definition at line 21 of file HLTDummyCollections_cfi.py.
00001 cms.EDProducer("HLTDummyCollections", 00002 action = cms.string("doMuonDT") 00003 )
Definition at line 17 of file HLTDummyCollections_cfi.py.
00001 cms.EDProducer("HLTDummyCollections", 00002 action = cms.string("doSiPixel") 00003 )
Definition at line 25 of file HLTDummyCollections_cfi.py.
00001 cms.EDProducer("HLTDummyCollections", 00002 action = cms.string("doSiStrip") 00003 )
Definition at line 29 of file HLTDummyCollections_cfi.py.