Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-07-18 22:34:04

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ecalCPUUncalibRecHitProducer = cms.EDProducer('EcalCPUUncalibRecHitProducer',
0004   recHitsInLabelEB = cms.InputTag('ecalUncalibRecHitProducerGPU', 'EcalUncalibRecHitsEB'),
0005   recHitsOutLabelEB = cms.string('EcalUncalibRecHitsEB'),
0006   containsTimingInformation = cms.bool(False),
0007   isPhase2 = cms.bool(False),
0008   recHitsInLabelEE = cms.InputTag('ecalUncalibRecHitProducerGPU', 'EcalUncalibRecHitsEE'),
0009   recHitsOutLabelEE = cms.string('EcalUncalibRecHitsEE'),
0010   mightGet = cms.optional.untracked.vstring
0011 )