purpose | parameter set |
---|---|
testing for releases & full sim+reco | include "Geometry/CMSCommonData/data/cmsIdealGeometryXML.cfi" |
for simulation only | include "Geometry/CMSCommonData/data/cmsSimIdealGeometryXML.cfi" |
for getting just the magnetic field | include "Geometry/CMSCommonData/data/cmsMagneticFieldXML.cfi" |
for reconstruction only | include "Geometry/CMSCommonData/data/cmsRecoIdealGeometryXML.cfi" |
sim & reco for magnet test & cosmic challenge | include "Geometry/CMSCommonData/data/cmsMTCCGeometryXML.cfi" |
pilot run testing | include "Geometry/CMSCommonData/data/cmsPilotIdealGeometryXML.cfi" |
name | details |
---|---|
geomXMLFiles | type: vstring which in turn uses FileInPath
description: XML DDL Files default: None allowed: filename with path, e.g. "Geometry/CMSCommonData/data/cms.xml" |
rootNodeName | type: string
description: set the D.D. graph root to this mode default: Uses Root element from last configuration.xml processed allowed: DDLogicalPart node name |
es_source = XMLIdealGeometryESSource { vstring geomXMLFiles = { "Geometry/CMSCommonData/data/materials.xml", "Geometry/CMSCommonData/data/rotations.xml", "Geometry/CMSCommonData/data/totem_rotations.xml", "Geometry/CMSCommonData/data/cms.xml", "Geometry/CMSCommonData/data/cmsMother.xml", "Geometry/CMSCommonData/data/muonBase.xml", "Geometry/CMSCommonData/data/cmsMuon.xml", "Geometry/CMSCommonData/data/caloBase.xml", "Geometry/CMSCommonData/data/cmsCalo.xml", "Geometry/CMSCommonData/data/cmsTracker.xml", "Geometry/CMSCommonData/data/mgnt.xml", "Geometry/CMSCommonData/data/muonMagnet.xml", "Geometry/CMSCommonData/data/beampipe.xml", "Geometry/CMSCommonData/data/cmsBeam.xml", "Geometry/CMSCommonData/data/muonMB.xml",some files not shown here
# Production cuts... Simulation only!!! "Geometry/HcalSimData/data/HcalProdCuts.xml", "Geometry/EcalSimData/data/EcalProdCuts.xml", "Geometry/TrackerSimData/data/trackerProdCuts.xml", "Geometry/TrackerSimData/data/trackerProdCutsBEAM.xml", "Geometry/MuonSimData/data/muonProdCuts.xml", # Needed for magnetic field simulation. "Geometry/CMSCommonData/data/FieldParameters.xml" } string rootNodeName = "cms:OCMS" }Sample parameter set file for the Magnetic Field (note, the
es_source
name MUST be magfield
):
es_source magfield = XMLIdealGeometryESSource { vstring geomXMLFiles = { "Geometry/CMSCommonData/data/cms.xml", "Geometry/CMSCommonData/data/cmsMagneticField.xml", "Geometry/CMSCommonData/data/MagneticFieldVolumes.xml" } string rootNodeName="MagneticFieldVolumes:MAGF" }
Reviewer/Editor and Date (copy from screen) | Comments |
---|---|
Last reviewed by: AnneHeavey - 15 Sep 2006 | Pulled in non-developer content from SWGuideDetectorDescription (author appears to be Michael Case) |
JennyWilliams - 20 Nov 2006 | Hacked to make it pdf-able - changed html table text to twiki code |