Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:57:35

0001 # The following comments couldn't be translated into the new config version:
0002 
0003 #FrontierDev/CMS_COND_ECAL"              
0004 import FWCore.ParameterSet.Config as cms
0005 
0006 #
0007 # Ecal  calibrations from Frontier
0008 #
0009 from RecoLocalCalo.EcalRecProducers.getEcalConditions_frontier_cff import *
0010 from CalibCalorimetry.EcalLaserCorrection.ecalLaserCorrectionService_cfi import *
0011 ecalConditions.connect = 'frontier://FrontierDev/CMS_COND_ECAL'
0012 ecalConditions.toGet = cms.VPSet(cms.PSet(
0013     record = cms.string('EcalPedestalsRcd'),
0014     tag = cms.string('EcalPedestals_mc')
0015 ), 
0016     cms.PSet(
0017         record = cms.string('EcalADCToGeVConstantRcd'),
0018         tag = cms.string('EcalADCToGeVConstant_mc')
0019     ), 
0020     cms.PSet(
0021         record = cms.string('EcalChannelStatusRcd'),
0022         tag = cms.string('EcalChannelStatus_mc')
0023     ), 
0024     cms.PSet(
0025         record = cms.string('EcalGainRatiosRcd'),
0026         tag = cms.string('EcalGainRatios_mc')
0027     ), 
0028     cms.PSet(
0029         record = cms.string('EcalIntercalibConstantsRcd'),
0030         tag = cms.string('EcalIntercalibConstants_mc')
0031     ), 
0032     cms.PSet(
0033         record = cms.string('EcalIntercalibErrorsRcd'),
0034         tag = cms.string('EcalIntercalibErrors_mc')
0035     ), 
0036     cms.PSet(
0037         record = cms.string('EcalWeightXtalGroupsRcd'),
0038         tag = cms.string('EcalWeightXtalGroups_mc')
0039     ), 
0040     cms.PSet(
0041         record = cms.string('EcalTBWeightsRcd'),
0042         tag = cms.string('EcalTBWeights_mc')
0043     ), 
0044     cms.PSet(
0045         record = cms.string('EcalLaserAlphasRcd'),
0046         tag = cms.string('EcalLaserAlphas_mc')
0047     ), 
0048     cms.PSet(
0049         record = cms.string('EcalLaserAPDPNRatiosRcd'),
0050         tag = cms.string('EcalLaserAPDPNRatios_mc')
0051     ), 
0052     cms.PSet(
0053         record = cms.string('EcalLaserAPDPNRatiosRefRcd'),
0054         tag = cms.string('EcalLaserAPDPNRatiosRef_mc')
0055     ))
0056