![]() |
|
|||
File indexing completed on 2025-04-17 02:42:02
0001 import FWCore.ParameterSet.Config as cms 0002 0003 PoolDBESSource = cms.ESSource("PoolDBESSource", 0004 toGet = cms.VPSet(cms.PSet( 0005 record = cms.string('SiPixelGainCalibrationRcd'), 0006 tag = cms.string('mytest_p') 0007 )), 0008 connect = cms.string('sqlite_file:prova.db'), 0009 DBParameters = cms.PSet( 0010 messageLevel = cms.untracked.int32(1), 0011 authenticationPath = cms.untracked.string('./'), 0012 ) 0013 ) 0014 0015
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |