CMS 3D CMS Logo

testPhase2GeometryFineReco_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Ideal geometry, needed for transient ECAL alignement
5 
6 # Reconstruction geometry services
7 # Tracking Geometry
8 #bah - well, this is not a cfi!
10 
11 #Tracker
15 
16 #Muon
21 
22 # Alignment
26 trackerGeometry.applyAlignment = cms.bool(False)
27 
28 # Calorimeters
33 
34 CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
35  SelectedCalos = cms.vstring('HCAL' ,
36  'ZDC' ,
37  'CASTOR' ,
38  'EcalBarrel' ,
39  'TOWER' )
40 )
41 
49 
53