![]() |
|
|||
File indexing completed on 2025-04-17 02:42:29
0001 import FWCore.ParameterSet.Config as cms 0002 0003 BeamSpotEarlyCollision = cms.ESSource("PoolDBESSource", 0004 DBParameters = cms.PSet( 0005 messageLevel = cms.untracked.int32(0) 0006 ), 0007 toGet = cms.VPSet(cms.PSet( 0008 record = cms.string('BeamSpotObjectsRcd'), 0009 tag = cms.string('Early10TeVCollision_3p8cm_mc') 0010 )), 0011 connect = cms.string('frontier://FrontierDev/CMS_COND_BEAMSPOT') ##FrontierDev/CMS_COND_BEAMSPOT" 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 |
![]() ![]() |