CMS 3D CMS Logo

testHGCalDD4hepV17ShiftReco_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 
6 DDDetectorESProducer.confGeomXMLFiles = cms.FileInPath("Geometry/HGCalCommonData/data/dd4hep/testHGCalV17Shift.xml")
7 
17 
18 # tracker
24 trackerGeometry.applyAlignment = False
25 
26 # calo
31 CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder",
32  SelectedCalos = cms.vstring("HCAL",
33  "ZDC",
34  "EcalBarrel",
35  "TOWER",
36  "HGCalEESensitive",
37  "HGCalHESiliconSensitive",
38  "HGCalHEScintillatorSensitive"
39  )
40 )
50 
51 # muon
57 
58 # forward
60 
61 # timing
68 mtdGeometry.applyAlignment = False
69