Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:18:43

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #out of data interface
0004 #hltDummyEcalRawToRecHitFacility = cms.EDProducer("HLTDummyCollections",
0005 #  action = cms.string("doEcal"),
0006 #  UnpackZDC = cms.bool(False),          # not actually needed here
0007 #  ESdigiCollection = cms.string( "" )   # not actually needed here
0008 #)
0009 
0010 hltDummyHcalDigis = cms.EDProducer("HLTDummyCollections",
0011   action = cms.string("doHcal"),
0012   UnpackZDC = cms.bool(True),
0013   ESdigiCollection = cms.string( "" )   # not actually needed here
0014 )
0015 
0016 hltDummyEcalPreshowerDigis = cms.EDProducer("HLTDummyCollections",
0017   action = cms.string("doEcalPreshower"),
0018   UnpackZDC = cms.bool(False),          # not actually needed here     
0019   ESdigiCollection = cms.string( "" )
0020 )
0021 
0022 hltDummyMuonDTDigis = cms.EDProducer("HLTDummyCollections",
0023   action = cms.string("doMuonDT"),
0024   UnpackZDC = cms.bool(False),          # not actually needed here
0025   ESdigiCollection = cms.string( "" )   # not actually needed here
0026 )
0027 
0028 hltDummyMuonCSCDigis = cms.EDProducer("HLTDummyCollections",
0029   action = cms.string("doMuonCSC"),
0030   UnpackZDC = cms.bool(False),          # not actually needed here
0031   ESdigiCollection = cms.string( "" )   # not actually needed here
0032 )
0033 
0034 hltDummySiPixelDigis = cms.EDProducer("HLTDummyCollections",
0035   action = cms.string("doSiPixel"),
0036   UnpackZDC = cms.bool(False),          # not actually needed here
0037   ESdigiCollection = cms.string( "" )   # not actually needed here
0038 )
0039 
0040 hltDummySiStripRawToClustersFacility = cms.EDProducer("HLTDummyCollections",
0041   action = cms.string("doSiStrip"),
0042   UnpackZDC = cms.bool(False),          # not actually needed here
0043   ESdigiCollection = cms.string( "" )   # not actually needed here
0044 )
0045 
0046 hltDummyGctDigis = cms.EDProducer("HLTDummyCollections",
0047   action = cms.string("doGCT"),
0048   UnpackZDC = cms.bool(False),          # not actually needed here
0049   ESdigiCollection = cms.string( "" )   # not actually needed here
0050 )
0051 
0052 
0053 hltDummyL1GtObjectMap = cms.EDProducer("HLTDummyCollections",
0054   action = cms.string("doObjectMap"),
0055   UnpackZDC = cms.bool(False),          # not actually needed here
0056   ESdigiCollection = cms.string( "" )   # not actually needed here
0057 )
0058 
0059 
0060 
0061 
0062