CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTDummyCollections_cff.py
Go to the documentation of this file.
2 
3 hltDummyEcalRawToRecHitFacility = cms.EDProducer("HLTDummyCollections",
4  action = cms.string("doEcal"),
5  UnpackZDC = cms.bool(False), # not actually needed here
6  ESdigiCollection = cms.string( "" ) # not actually needed here
7 )
8 
9 hltDummyHcalDigis = cms.EDProducer("HLTDummyCollections",
10  action = cms.string("doHcal"),
11  UnpackZDC = cms.bool(True),
12  ESdigiCollection = cms.string( "" ) # not actually needed here
13 )
14 
15 hltDummyEcalPreshowerDigis = cms.EDProducer("HLTDummyCollections",
16  action = cms.string("doEcalPreshower"),
17  UnpackZDC = cms.bool(False), # not actually needed here
18  ESdigiCollection = cms.string( "" )
19 )
20 
21 hltDummyMuonDTDigis = cms.EDProducer("HLTDummyCollections",
22  action = cms.string("doMuonDT"),
23  UnpackZDC = cms.bool(False), # not actually needed here
24  ESdigiCollection = cms.string( "" ) # not actually needed here
25 )
26 
27 hltDummyMuonCSCDigis = cms.EDProducer("HLTDummyCollections",
28  action = cms.string("doMuonCSC"),
29  UnpackZDC = cms.bool(False), # not actually needed here
30  ESdigiCollection = cms.string( "" ) # not actually needed here
31 )
32 
33 hltDummySiPixelDigis = cms.EDProducer("HLTDummyCollections",
34  action = cms.string("doSiPixel"),
35  UnpackZDC = cms.bool(False), # not actually needed here
36  ESdigiCollection = cms.string( "" ) # not actually needed here
37 )
38 
39 hltDummySiStripRawToClustersFacility = cms.EDProducer("HLTDummyCollections",
40  action = cms.string("doSiStrip"),
41  UnpackZDC = cms.bool(False), # not actually needed here
42  ESdigiCollection = cms.string( "" ) # not actually needed here
43 )
44 
45 hltDummyGctDigis = cms.EDProducer("HLTDummyCollections",
46  action = cms.string("doGCT"),
47  UnpackZDC = cms.bool(False), # not actually needed here
48  ESdigiCollection = cms.string( "" ) # not actually needed here
49 )
50 
51 
52 hltDummyL1GtObjectMap = cms.EDProducer("HLTDummyCollections",
53  action = cms.string("doObjectMap"),
54  UnpackZDC = cms.bool(False), # not actually needed here
55  ESdigiCollection = cms.string( "" ) # not actually needed here
56 )
57 
58 
59 
60 
61