File indexing completed on 2024-04-06 12:29:04
0001
0002 import FWCore.ParameterSet.Config as cms
0003
0004 BeamSpotFakeConditions = cms.ESSource("BeamSpotFakeConditions",
0005
0006 getDataFromFile = cms.bool(False),
0007 InputFilename = cms.FileInPath("RecoVertex/BeamSpotProducer/test/EarlyCollision.txt"),
0008
0009 X0 = cms.double(0.246815),
0010 Y0 = cms.double(0.398387),
0011 Z0 = cms.double(-0.617015),
0012 dxdz = cms.double(5.37945e-05),
0013 dydz = cms.double(-6.85109e-05),
0014 sigmaZ = cms.double(3.84749),
0015 widthX = cms.double(0.0293),
0016 widthY = cms.double(0.0293),
0017 emittanceX = cms.double(0.),
0018 emittanceY = cms.double(0.),
0019 betaStar = cms.double(0.),
0020 errorX0 = cms.double(0.0012087),
0021 errorY0 = cms.double(0.00163803),
0022 errorZ0 = cms.double(0.309234),
0023 errordxdz = cms.double(0.000307662),
0024 errordydz = cms.double(0.000408403),
0025 errorSigmaZ = cms.double(0.251521 ),
0026 errorWidth = cms.double(0.01)
0027
0028 )