File indexing completed on 2024-04-06 12:03:43
0001
0002
0003
0004
0005
0006 import FWCore.ParameterSet.Config as cms
0007
0008 from Configuration.Eras.Era_Run3_cff import Run3
0009
0010 process = cms.Process('SKIMEXODelayedJetMET',Run3)
0011
0012
0013 process.load('Configuration.StandardSequences.Services_cff')
0014 process.load('SimGeneral.HepPDTESSource.pythiapdt_cfi')
0015 process.load('FWCore.MessageService.MessageLogger_cfi')
0016 process.load('Configuration.EventContent.EventContent_cff')
0017 process.load('SimGeneral.MixingModule.mixNoPU_cfi')
0018 process.load('Configuration.StandardSequences.GeometryRecoDB_cff')
0019 process.load('Configuration.StandardSequences.MagneticField_cff')
0020 process.load('Configuration.StandardSequences.Skims_cff')
0021 process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')
0022
0023 process.maxEvents = cms.untracked.PSet(
0024 input = cms.untracked.int32(-1),
0025 output = cms.optional.untracked.allowed(cms.int32,cms.PSet)
0026 )
0027
0028
0029 process.source = cms.Source("PoolSource",
0030 fileNames = cms.untracked.vstring(
0031 '/store/relval/CMSSW_12_3_0_pre6/RelValQCD_Pt_1800_2400_14/GEN-SIM-RECO/123X_mcRun3_2021_realistic_v11-v2/10000/649f3446-1698-4910-b879-9a6d94d62a9b.root',
0032 '/store/relval/CMSSW_12_3_0_pre6/RelValQCD_Pt_1800_2400_14/GEN-SIM-RECO/123X_mcRun3_2021_realistic_v11-v2/10000/aa515779-dad9-4994-b7d2-d672a7c8938a.root',
0033 '/store/relval/CMSSW_12_3_0_pre6/RelValQCD_Pt_1800_2400_14/GEN-SIM-RECO/123X_mcRun3_2021_realistic_v11-v2/10000/b7315dce-732e-4ec7-b137-ee3bafff1cd6.root',
0034 '/store/relval/CMSSW_12_3_0_pre6/RelValQCD_Pt_1800_2400_14/GEN-SIM-RECO/123X_mcRun3_2021_realistic_v11-v2/10000/df8bd2c1-1e45-479d-9287-2d40fecc25d8.root'
0035 ),
0036 secondaryFileNames = cms.untracked.vstring()
0037 )
0038
0039 process.options = cms.untracked.PSet(
0040 IgnoreCompletely = cms.untracked.vstring(),
0041 Rethrow = cms.untracked.vstring(),
0042 TryToContinue = cms.untracked.vstring(),
0043 accelerators = cms.untracked.vstring('*'),
0044 allowUnscheduled = cms.obsolete.untracked.bool,
0045 canDeleteEarly = cms.untracked.vstring(),
0046 deleteNonConsumedUnscheduledModules = cms.untracked.bool(True),
0047 dumpOptions = cms.untracked.bool(False),
0048 emptyRunLumiMode = cms.obsolete.untracked.string,
0049 eventSetup = cms.untracked.PSet(
0050 forceNumberOfConcurrentIOVs = cms.untracked.PSet(
0051 allowAnyLabel_=cms.required.untracked.uint32
0052 ),
0053 numberOfConcurrentIOVs = cms.untracked.uint32(0)
0054 ),
0055 fileMode = cms.untracked.string('FULLMERGE'),
0056 forceEventSetupCacheClearOnNewRun = cms.untracked.bool(False),
0057 makeTriggerResults = cms.obsolete.untracked.bool,
0058 numberOfConcurrentLuminosityBlocks = cms.untracked.uint32(0),
0059 numberOfConcurrentRuns = cms.untracked.uint32(1),
0060 numberOfStreams = cms.untracked.uint32(0),
0061 numberOfThreads = cms.untracked.uint32(1),
0062 printDependencies = cms.untracked.bool(False),
0063 sizeOfStackForThreadsInKB = cms.optional.untracked.uint32,
0064 throwIfIllegalParameter = cms.untracked.bool(True),
0065 wantSummary = cms.untracked.bool(False)
0066 )
0067
0068
0069 process.configurationMetadata = cms.untracked.PSet(
0070 annotation = cms.untracked.string('skims nevts:10000'),
0071 name = cms.untracked.string('Applications'),
0072 version = cms.untracked.string('$Revision: 1.19 $')
0073 )
0074
0075
0076
0077 process.AODSIMoutput = cms.OutputModule("PoolOutputModule",
0078 compressionAlgorithm = cms.untracked.string('LZMA'),
0079 compressionLevel = cms.untracked.int32(4),
0080 dataset = cms.untracked.PSet(
0081 dataTier = cms.untracked.string('AODSIM'),
0082 filterName = cms.untracked.string('')
0083 ),
0084 eventAutoFlushCompressedSize = cms.untracked.int32(31457280),
0085 fileName = cms.untracked.string('file:skims_AOD.root'),
0086 outputCommands = process.AODSIMEventContent.outputCommands
0087 )
0088
0089
0090 process.SKIMStreamEXODelayedJetMET = cms.OutputModule("PoolOutputModule",
0091 SelectEvents = cms.untracked.PSet(
0092 SelectEvents = cms.vstring('EXODelayedJetMETPath')
0093 ),
0094 dataset = cms.untracked.PSet(
0095 dataTier = cms.untracked.string('USER'),
0096 filterName = cms.untracked.string('EXODelayedJetMET')
0097 ),
0098 eventAutoFlushCompressedSize = cms.untracked.int32(5242880),
0099 fileName = cms.untracked.string('EXODelayedJetMET.root'),
0100 outputCommands = process.AODSIMEventContent.outputCommands
0101 )
0102
0103
0104 from Configuration.AlCa.GlobalTag import GlobalTag
0105 process.GlobalTag = GlobalTag(process.GlobalTag, '120X_mcRun3_2021_realistic_v6', '')
0106
0107
0108 process.AODSIMoutput_step = cms.EndPath(process.AODSIMoutput)
0109 process.SKIMStreamEXODelayedJetMETOutPath = cms.EndPath(process.SKIMStreamEXODelayedJetMET)
0110
0111
0112 process.schedule = cms.Schedule(process.EXODelayedJetMETPath,process.AODSIMoutput_step,process.SKIMStreamEXODelayedJetMETOutPath)
0113 from PhysicsTools.PatAlgos.tools.helpers import associatePatAlgosToolsTask
0114 associatePatAlgosToolsTask(process)
0115
0116
0117
0118
0119
0120
0121 from FWCore.Modules.logErrorHarvester_cff import customiseLogErrorHarvesterUsingOutputCommands
0122 process = customiseLogErrorHarvesterUsingOutputCommands(process)
0123
0124
0125 from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete
0126 process = customiseEarlyDelete(process)
0127