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_1_2/RelValZEE/GEN-SIM-RECO/STARTUP31X_V2-v1/0007/DC0B8126-DB78-DE11-8962-001D09F25109.root',
14 '/store/relval/CMSSW_3_1_2/RelValZEE/GEN-SIM-RECO/STARTUP31X_V2-v1/0007/A0CE6C32-DA78-DE11-96E3-001D09F2532F.root',
15 '/store/relval/CMSSW_3_1_2/RelValZEE/GEN-SIM-RECO/STARTUP31X_V2-v1/0007/56BA18F5-E278-DE11-8038-001D09F26509.root',
16 '/store/relval/CMSSW_3_1_2/RelValZEE/GEN-SIM-RECO/STARTUP31X_V2-v1/0007/30A1F4B9-DB78-DE11-8F74-001D09F253C0.root' 22 '/store/relval/CMSSW_3_1_2/RelValZEE/GEN-SIM-RECO/MC_31X_V3-v1/0007/0C3128C6-A878-DE11-9CEE-001D09F25208.root' 26 process.maxEvents = cms.untracked.PSet(
27 input = cms.untracked.int32(-1)
31 process.load(
"Validation.RecoParticleFlow.tauBenchmarkElecRejection_cff")
32 process.pfTauBenchmarkElecRejection.GenMatchObjectLabel = cms.string(
'e')
33 process.pfTauBenchmarkElecRejection.OutputFile = cms.untracked.string(
'tauBenchmarkElecRejection_zee.root')
36 process.tauBenchmarkElecRejection
39 process.schedule = cms.Schedule(process.p)
41 process.load(
"FWCore.MessageLogger.MessageLogger_cfi")
42 process.options = cms.untracked.PSet(
43 makeTriggerResults = cms.untracked.bool(
True),
44 wantSummary = cms.untracked.bool(
True),
45 Rethrow = cms.untracked.vstring(
'Unknown',
51 'UnimplementedFeature',
58 'ScheduleExecutionFailure',
59 'EventProcessorFailure',