CMS 3D CMS Logo

DigiRecoExample_123_cfg.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 #
00004 #  drop all the INPUT stuff, BUT simulation
00005 #
00006 
00007 import FWCore.ParameterSet.Config as cms
00008 
00009 process = cms.Process("DR")
00010 process.load("Configuration.StandardSequences.Reconstruction_cff")
00011 
00012 process.load("Configuration.StandardSequences.Simulation_cff")
00013 
00014 process.load("Configuration.StandardSequences.MixingNoPileUp_cff")
00015 
00016 process.load("Configuration.StandardSequences.FakeConditions_cff")
00017 
00018 process.load("Configuration.eventContent.EventContent_cff")
00019 
00020 process.source = cms.Source("PoolSource",
00021     maxEvents = cms.untracked.int32(-1),
00022     catalog = cms.untracked.string('PoolFileCatalog.xml'),
00023     fileNames = cms.untracked.vstring('file:sim.root')
00024 )
00025 
00026 process.RECO = cms.OutputModule("PoolOutputModule",
00027     process.FEVTSIMEventContent,
00028     fileName = cms.untracked.string('reco.root')
00029 )
00030 
00031 process.p1 = cms.Path(process.pdigi*process.reconstruction)
00032 process.outpath = cms.EndPath(process.RECO)
00033 process.RECO.outputCommands.append('drop *_*_*_T')
00034 process.RECO.outputCommands.extend(process.SimG4CoreFEVT.outputCommands)
00035 process.RECO.outputCommands.extend(process.SimTrackerFEVT.outputCommands)
00036 process.RECO.outputCommands.extend(process.SimMuonFEVT.outputCommands)
00037 process.RECO.outputCommands.extend(process.SimCalorimetryFEVT.outputCommands)
00038 process.RECO.outputCommands.extend(process.RecoGenJetsFEVT.outputCommands)
00039 

Generated on Tue Jun 9 17:26:58 2009 for CMSSW by  doxygen 1.5.4