CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Geometries_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # The CMS Geometry files
4 # Pilot 2 geometry doesn't contain the preshower
5 #from Configuration.StandardSequences.GeometryPilot2_cff import *
6 
7 # To use the "full" CMS geometry, comment the prevous line, and uncomment the following one:
8 #####from Configuration.StandardSequences.Geometry_cff import *
10 
11 
12 # The tracker geometry left-over (for aligned/misaligned geometry)
13 # The goemetry used for reconstruction must not be misaligned.
14 trackerGeometryDB.applyAlignment = False
15 # Create a misaligned geometry for simulation
16 misalignedTrackerGeometry = Geometry.TrackerGeometryBuilder.trackerGeometryDB_cfi.trackerGeometryDB.clone()
17 # The misalignment is not applied by default
18 misalignedTrackerGeometry.applyAlignment = False
19 # Label of the produced TrackerGeometry:
20 misalignedTrackerGeometry.appendToDataLabel = 'MisAligned'
21 
22 # The DT geometry left-over (for aligned/misaligned geometry)
23 # The geometry used for reconstruction must not be misaligned.
24 DTGeometryESModule.applyAlignment = False
25 # Create a misaligned geometry for simulation
26 misalignedDTGeometry = Geometry.DTGeometryBuilder.dtGeometryDB_cfi.DTGeometryESModule.clone()
27 # The misalignment is not applied by default
28 misalignedDTGeometry.applyAlignment = False
29 # Label of the produced DTGeometry:
30 misalignedDTGeometry.appendToDataLabel = 'MisAligned'
31 
32 # The CSC geometry left-over (for aligned/misaligned geometry)
33 # The geometry used for reconstruction must not be misaligned.
34 CSCGeometryESModule.applyAlignment = False
35 # Create a misaligned geometry for simulation
36 misalignedCSCGeometry = Geometry.CSCGeometryBuilder.cscGeometryDB_cfi.CSCGeometryESModule.clone()
37 # The misalignment is not applied by default
38 misalignedCSCGeometry.applyAlignment = False
39 # Label of the produced CSCGeometry:
40 misalignedCSCGeometry.appendToDataLabel = 'MisAligned'
41 
42 
43 
44 # Reconstruction and Interaction tracker geometries
47 
48 # The Calo geometry service model left-over
50 
51 # The muon geometry left-over