CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
BeamSpotFakeParameters_cfi Namespace Reference

Variables

tuple BeamSpotFakeConditions
 

Variable Documentation

tuple BeamSpotFakeParameters_cfi.BeamSpotFakeConditions
Initial value:
1 = cms.ESSource("BeamSpotFakeConditions",
2 
3  getDataFromFile = cms.bool(False), # set to true if you want to read text file
4  InputFilename = cms.FileInPath("RecoVertex/BeamSpotProducer/test/EarlyCollision.txt"), # beam spot results
5  # units are in cm
6  X0 = cms.double(0.246815),
7  Y0 = cms.double(0.398387),
8  Z0 = cms.double(-0.617015),
9  dxdz = cms.double(5.37945e-05),
10  dydz = cms.double(-6.85109e-05),
11  sigmaZ = cms.double(3.84749),
12  widthX = cms.double(0.0293),
13  widthY = cms.double(0.0293),
14  emittanceX = cms.double(0.),
15  emittanceY = cms.double(0.),
16  betaStar = cms.double(0.),
17  errorX0 = cms.double(0.0012087),
18  errorY0 = cms.double(0.00163803),
19  errorZ0 = cms.double(0.309234),
20  errordxdz = cms.double(0.000307662),
21  errordydz = cms.double(0.000408403),
22  errorSigmaZ = cms.double(0.251521 ),
23  errorWidth = cms.double(0.01)
24 
25 )

Definition at line 4 of file BeamSpotFakeParameters_cfi.py.