CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GeometryExtended2023Muon4EtaReco_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
14 
15 #Muon
20 
21 # Alignment
25 trackerGeometry.applyAlignment = cms.bool(False)
26 
27 # Calorimeters
29 
31 
32 CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
33  SelectedCalos = cms.vstring('HCAL' ,
34  'ZDC' ,
35  'CASTOR' ,
36  'EcalBarrel' ,
37  'TOWER' )
38 )
39 
41 
42 ## Include EE and ES back temporarily
44