CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
fakeConditions_Phase1_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 siPixelFakeGainOfflineESSource = cms.ESSource("SiPixelFakeGainOfflineESSource",
4  file = cms.FileInPath('SLHCUpgradeSimulations/Geometry/data/PhaseI/EmptyPixelSkimmedGeometry_phase1.txt')
5  )
6 es_prefer_fake_gain = cms.ESPrefer("SiPixelFakeGainOfflineESSource","siPixelFakeGainOfflineESSource")
7 
8 # from Geometry.TrackerGeometryBuilder.trackerGeometry_cfi import * Double check this later
9 # TrackerDigiGeometryESModule.applyAlignment = False
10 
11 
13 mergedtruth.volumeRadius = cms.double(100.0)
14 mergedtruth.volumeZ = cms.double(900.0)
15 mergedtruth.discardOutVolume = cms.bool(True)
16 
17 #from Geometry.TrackerNumberingBuilder.pixelSLHCGeometryConstants_cfi import *
19 
20 # this assumes that the beamspot is gaussian
21 # remove this when the right global tag is used!
23 BeamSpotFakeConditions.X0 = cms.double(0.0)
24 BeamSpotFakeConditions.Y0 = cms.double(0.0)
25 BeamSpotFakeConditions.Z0 = cms.double(0.0)
26 BeamSpotFakeConditions.dxdz = cms.double(0.0)
27 BeamSpotFakeConditions.dydz = cms.double(0.0)
28 BeamSpotFakeConditions.sigmaZ = cms.double(5.3)
29 BeamSpotFakeConditions.widthX = cms.double(0.0015)
30 BeamSpotFakeConditions.widthY = cms.double(0.0015)
31 BeamSpotFakeConditions.emittanceX = cms.double(0.)
32 BeamSpotFakeConditions.emittanceY = cms.double(0.)
33 BeamSpotFakeConditions.betaStar = cms.double(0.)
34 BeamSpotFakeConditions.errorX0 = cms.double(0.00002)
35 BeamSpotFakeConditions.errorY0 = cms.double(0.00002)
36 BeamSpotFakeConditions.errorZ0 = cms.double(0.04000)
37 BeamSpotFakeConditions.errordxdz = cms.double(0.0)
38 BeamSpotFakeConditions.errordydz = cms.double(0.0)
39 BeamSpotFakeConditions.errorSigmaZ = cms.double(0.03000)
40 BeamSpotFakeConditions.errorWidth = cms.double(0.00003)
41 es_prefer_beamspot = cms.ESPrefer("BeamSpotFakeConditions","")