CMS 3D CMS Logo

BeamSpotNominalCollision2_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 BeamSpotNominal2 = cms.ESSource("PoolDBESSource",
4  DBParameters = cms.PSet(
5  messageLevel = cms.untracked.int32(0)
6  ),
7  timetype = cms.string('runtime'),
8  toGet = cms.VPSet(cms.PSet(
9  record = cms.string('BeamSpotObjectsRcd'),
10  tag = cms.string('NominalCollision2')
11  )),
12  connect = cms.string('frontier://CoralDev/CMS_COND_BEAMSPOT')
13 
14 )
15 
16