CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PoolDBESSource_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from CondCore.CondDB.CondDB_cfi import *
4 
5 GlobalTag = cms.ESSource("PoolDBESSource",
6  CondDB,
7  globaltag = cms.string(''),
8  snapshotTime = cms.string(''),
9  RefreshAlways = cms.untracked.bool(False),
10  RefreshOpenIOVs = cms.untracked.bool(False),
11  RefreshEachRun = cms.untracked.bool(False),
12  ReconnectEachRun = cms.untracked.bool(False),
13  DumpStat=cms.untracked.bool(False),
14  toGet = cms.VPSet( ) # hook to override or add single payloads
15 )