CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GeometryExtended2023HGCalReco_cff.py
Go to the documentation of this file.
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
19 
20 # Alignment
24 trackerSLHCGeometry.applyAlignment = cms.bool(False)
25 
26 # Calorimeters
32 
33 CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
34  SelectedCalos = cms.vstring('HCAL' ,
35  'ZDC' ,
36  'CASTOR' ,
37  'EcalBarrel' ,
38  'TOWER' )
39 )
40 
47