CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Fireworks/Geometry/python/validateGeometry_cfg.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 process = cms.Process('VALID')
00004 
00005 process.load('Configuration.StandardSequences.Geometry_cff')
00006 process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')
00007 from Configuration.PyReleaseValidation.autoCond import autoCond
00008 process.GlobalTag.globaltag = autoCond['mc']
00009 
00010 process.source = cms.Source('EmptySource')
00011 
00012 process.maxEvents = cms.untracked.PSet(
00013     input = cms.untracked.int32(1)
00014     )
00015 
00016 process.valid = cms.EDAnalyzer("ValidateGeometry",
00017                                #infileName = cms.untracked.string('/afs/cern.ch/cms/fireworks/release/cmsShow36/cmsGeom10.root'),
00018                                #infileName = cms.untracked.string('/afs/cern.ch/user/y/yana/public/cmsRecoGeom1.root'),
00019                                infileName = cms.untracked.string('cmsRecoGeom1.root'),
00020                                outfileName = cms.untracked.string('validateGeometry.root')
00021                                )
00022 
00023 process.p = cms.Path(process.valid)