Skip to content

Commit

Permalink
Some changes made for testing big xml from DDD
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Aug 20, 2021
1 parent b04428b commit 076def7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<close_geometry/>

<IncludeSection>
<Include ref='SimG4Core/PrintGeomInfo/data/dd4hep/dd4DBBigFile.xml'/>
<Include ref='SimG4Core/PrintGeomInfo/data/dd4hep/hcalSimNumbering.xml'/>
<Include ref='SimG4Core/PrintGeomInfo/data/dd4hep/hcalRecNumbering.xml'/>
<Include ref='SimG4Core/PrintGeomInfo/data/dd4hep/dd4hepDBBigFile.xml'/>
<Include ref='SimG4Core/PrintGeomInfo/data/hcalSimNumbering.xml'/>
<Include ref='SimG4Core/PrintGeomInfo/data/hcalRecNumbering.xml'/>
</IncludeSection>
</DDDefinition>
9 changes: 9 additions & 0 deletions SimG4Core/PrintGeomInfo/python/cmsExtendedGeometry2021_cfi.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import FWCore.ParameterSet.Config as cms

XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource",
geomXMLFiles = cms.vstring(
'SimG4Core/PrintGeomInfo/data/dddDBBigFile.xml',
'SimG4Core/PrintGeomInfo/data/hcalSimNumbering.xml',
'SimG4Core/PrintGeomInfo/data/hcalRecNumbering.xml'),
rootNodeName = cms.string('cms:OCMS')
)

0 comments on commit 076def7

Please sign in to comment.