CMS 3D CMS Logo

Express_Skims0_cfg.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # include "FWCore/MessageLogger/data/MessageLogger.cfi"
00004 
00005 import FWCore.ParameterSet.Config as cms
00006 
00007 process = cms.Process("SKIM")
00008 # ElectroWeakAnalysis
00009 process.load("ElectroWeakAnalysis.ZReco.zToMuMuGolden_SkimPaths_cff")
00010 
00011 process.load("ElectroWeakAnalysis.ZReco.zToMuMuGoldenOutputModule_cfi")
00012 
00013 # SUSTBSMAnalysis
00014 process.load("SUSYBSMAnalysis.Configuration.HEEPExpress_SkimPaths_cff")
00015 
00016 process.load("SUSYBSMAnalysis.Configuration.HEEPExpress_OutputModule_cfi")
00017 
00018 process.configurationMetadata = cms.untracked.PSet(
00019     version = cms.untracked.string('$Revision: 1.2 $'),
00020     name = cms.untracked.string('$Source: /cvs_server/repositories/CMSSW/CMSSW/Configuration/Skimming/python/Express_Skims0_cfg.py,v $'),
00021     annotation = cms.untracked.string('Express skims to be run at CAF')
00022 )
00023 process.options = cms.untracked.PSet(
00024     FailPath = cms.untracked.vstring('ProductNotFound'),
00025     makeTriggerResults = cms.untracked.bool(True),
00026     wantSummary = cms.untracked.bool(True)
00027 )
00028 process.LoadAllDictionaries = cms.Service("LoadAllDictionaries")
00029 
00030 process.maxEvents = cms.untracked.PSet(
00031     input = cms.untracked.int32(-1)
00032 )
00033 process.MessageLogger = cms.Service("MessageLogger",
00034     cout = cms.untracked.PSet(
00035         threshold = cms.untracked.string('INFO')
00036     ),
00037     destinations = cms.untracked.vstring('cout')
00038 )
00039 
00040 process.source = cms.Source("PoolSource",
00041     fileNames = cms.untracked.vstring('/store/mc/2007/9/17/RelVal-W1jet_100ptw300-alpgen-1190037682/0002/0AFADF7A-3565-DC11-BCE6-000423D944DC.root')
00042 )
00043 
00044 process.ElectroWeakAnalysis = cms.EndPath(process.zToMuMuGoldenOutputModule)
00045 process.SUSYBSMAnalysis = cms.EndPath(process.hEEPExpressOutputModule)
00046 

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