-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some changes made for testing big xml from DDD
- Loading branch information
Sunanda
committed
Aug 20, 2021
1 parent
b04428b
commit 076def7
Showing
4 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
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
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions
9
SimG4Core/PrintGeomInfo/python/cmsExtendedGeometry2021_cfi.py
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,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') | ||
) |