CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RPC_Calibration_cff.py
Go to the documentation of this file.
2 
4 #FRONTIER
5 RPCCalibPerf = cms.ESSource("PoolDBESSource",
6  CondDBSetup,
7  timetype = cms.string('runnumber'),
8  toGet = cms.VPSet(cms.PSet(
9  record = cms.string('RPCStripNoisesRcd'),
10 # tag = cms.string('RPCStripNoises_mc')
11  tag = cms.string('RPCStripNoise_CRAFTV00_mc')
12  )),
13 # connect = cms.string('frontier://FrontierProd/CMS_COND_20X_RPC'), ##FrontierProd/CMS_COND_20X_RPC"
14  connect = cms.string('frontier://FrontierProd/CMS_COND_21X_RPC'), ##FrontierProd/CMS_COND_21X_RPC"
15  authenticationMethod = cms.untracked.uint32(0)
16 )
17 
18