5 import FWCore.ParameterSet.Config
as cms
7 process = cms.Process(
"TEST")
8 process.load(
"DQMServices.Core.DQM_cfg")
11 process.source = cms.Source(
"PoolSource",
12 fileNames = cms.untracked.vstring(
13 '/store/relval/CMSSW_3_0_0_pre7/RelValZEE/GEN-SIM-RECO/STARTUP_30X_v1/0006/1A53606D-57E8-DD11-A649-000423D9A2AE.root',
14 '/store/relval/CMSSW_3_0_0_pre7/RelValZEE/GEN-SIM-RECO/STARTUP_30X_v1/0006/E0A459F8-6AE8-DD11-8D14-000423D99896.root',
15 '/store/relval/CMSSW_3_0_0_pre7/RelValZEE/GEN-SIM-RECO/STARTUP_30X_v1/0006/F2F29E16-57E8-DD11-87DF-001D09F23E53.root',
16 '/store/relval/CMSSW_3_0_0_pre7/RelValZEE/GEN-SIM-RECO/STARTUP_30X_v1/0006/F8F77B9C-57E8-DD11-A065-001D09F24D8A.root' 20 process.maxEvents = cms.untracked.PSet(
21 input = cms.untracked.int32(-1)
25 process.load(
"Validation.RecoParticleFlow.tauBenchmarkElecRejection_cff")
26 process.pfTauBenchmarkElecRejection.GenMatchObjectLabel = cms.string(
'e')
27 process.pfTauBenchmarkElecRejection.OutputFile = cms.untracked.string(
'tauBenchmarkElecRejection.root')
30 process.tauBenchmarkElecRejection
33 process.schedule = cms.Schedule(process.p)
35 process.load(
"FWCore.MessageLogger.MessageLogger_cfi")
36 process.options = cms.untracked.PSet(
37 makeTriggerResults = cms.untracked.bool(
True),
38 wantSummary = cms.untracked.bool(
True),
39 Rethrow = cms.untracked.vstring(
'Unknown',
45 'UnimplementedFeature',
52 'ScheduleExecutionFailure',
53 'EventProcessorFailure',