-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33379 from bsunanda/Phase2-hgx281
Phase2-hgx281 Compare DDD against DD4Hep scenario for 2026D76 scenario
- Loading branch information
Showing
13 changed files
with
633 additions
and
73 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
Geometry/HGCalCommonData/data/dd4hep/cms-test-ddhgcalWafer8-algorithm.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0"?> | ||
<DDDefinition> | ||
<debug> | ||
<!-- | ||
<debug_shapes/> | ||
<debug_includes/> | ||
<debug_rotations/> | ||
<debug_includes/> | ||
<debug_volumes/> | ||
<debug_constants/> | ||
<debug_namespaces/> | ||
<debug_placements/> | ||
<debug_algorithms/> | ||
<debug_materials/> | ||
<debug_visattr/> | ||
--> | ||
</debug> | ||
|
||
<open_geometry/> | ||
<close_geometry/> | ||
|
||
<IncludeSection> | ||
<Include ref="Geometry/CMSCommonData/data/materials/2021/v1/materials.xml"/> | ||
<Include ref="Geometry/CMSCommonData/data/rotations.xml"/> | ||
<Include ref="Geometry/HGCalCommonData/test/cms.xml"/> | ||
<Include ref="Geometry/HGCalCommonData/data/hgcalwafer/v9/hgcal.xml"/> | ||
<Include ref="Geometry/HGCalCommonData/data/hgcalcell/v9/hgcalcell.xml"/> | ||
<Include ref="Geometry/HGCalCommonData/data/hgcalwafer/v9/hgcalwafer.xml"/> | ||
<Include ref="Geometry/HGCalCommonData/data/hgcalwafer/v9/hgcalpos.xml"/> | ||
</IncludeSection> | ||
|
||
</DDDefinition> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
import FWCore.ParameterSet.Config as cms | ||
|
||
XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource", | ||
geomXMLFiles = cms.vstring('Geometry/CMSCommonData/data/materials.xml', | ||
geomXMLFiles = cms.vstring( | ||
'Geometry/CMSCommonData/data/materials/2021/v1/materials.xml', | ||
'Geometry/CMSCommonData/data/rotations.xml', | ||
'Geometry/HGCalCommonData/test/cms.xml', | ||
'Geometry/HGCalCommonData/data/hgcalwafer/v9/hgcal.xml', | ||
'Geometry/HGCalCommonData/data/hgcalwafer/v9/hgcalpos.xml', | ||
'Geometry/HGCalCommonData/data/hgcalcell/v9/hgcalcell.xml', | ||
'Geometry/HGCalCommonData/data/hgcalwafer/v9/hgcalwafer.xml', | ||
'Geometry/HGCalCommonData/data/hgcalcell/v9/hgcalcell.xml'), | ||
rootNodeName = cms.string('cms:OCMS') | ||
'Geometry/HGCalCommonData/data/hgcalwafer/v9/hgcalpos.xml'), | ||
rootNodeName = cms.string('cms:OCMS') | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.