2 import FWCore.ParameterSet.Config
as cms
4 BeamSpotFakeConditions = cms.ESSource(
"BeamSpotFakeConditions",
6 getDataFromFile = cms.bool(
False),
7 InputFilename = cms.FileInPath(
"RecoVertex/BeamSpotProducer/test/EarlyCollision.txt"),
9 X0 = cms.double(0.246815),
10 Y0 = cms.double(0.398387),
11 Z0 = cms.double(-0.617015),
12 dxdz = cms.double(5.37945e-05),
13 dydz = cms.double(-6.85109e-05),
14 sigmaZ = cms.double(3.84749),
15 widthX = cms.double(0.0293),
16 widthY = cms.double(0.0293),
17 emittanceX = cms.double(0.),
18 emittanceY = cms.double(0.),
19 betaStar = cms.double(0.),
20 errorX0 = cms.double(0.0012087),
21 errorY0 = cms.double(0.00163803),
22 errorZ0 = cms.double(0.309234),
23 errordxdz = cms.double(0.000307662),
24 errordydz = cms.double(0.000408403),
25 errorSigmaZ = cms.double(0.251521 ),
26 errorWidth = cms.double(0.01)