CMS 3D CMS Logo

testHGCalV17ShiftReco_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # This config came from a copy of 2 files from Configuration/Geometry/python
4 
15 
16 # tracker
22 trackerGeometry.applyAlignment = False
23 
24 # calo
29 CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
30  SelectedCalos = cms.vstring("HCAL",
31  "ZDC",
32  "EcalBarrel",
33  "TOWER",
34  "HGCalEESensitive",
35  "HGCalHESiliconSensitive",
36  "HGCalHEScintillatorSensitive"
37  )
38 )
48 
49 # muon
55 
56 # forward
58 
59 # timing
66 mtdGeometry.applyAlignment = False
67