File indexing completed on 2024-09-12 04:16:41
0001
0002
0003
0004
0005
0006 import FWCore.ParameterSet.Config as cms
0007
0008 from Configuration.Eras.Era_Phase2C17I13M9_cff import Phase2C17I13M9
0009
0010 process = cms.Process('L1TEmulation',Phase2C17I13M9)
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.Geometry.GeometryExtended2026D88Reco_cff')
0019 process.load('Configuration.StandardSequences.MagneticField_cff')
0020 process.load('Configuration.StandardSequences.RawToDigi_cff')
0021 process.load('Configuration.StandardSequences.L1TrackTrigger_cff')
0022 process.load('Configuration.StandardSequences.SimL1Emulator_cff')
0023 process.load('Configuration.StandardSequences.EndOfProcess_cff')
0024 process.load('Configuration.StandardSequences.FrontierConditions_GlobalTag_cff')
0025
0026 process.source = cms.Source("PoolSource",
0027 fileNames=cms.untracked.vstring(
0028 "/store/mc/Phase2Spring23DIGIRECOMiniAOD/TT_TuneCP5_14TeV-powheg-pythia8/GEN-SIM-DIGI-RAW-MINIAOD/PU200_L1TFix_Trk1GeV_131X_mcRun4_realistic_v9-v1/50000/005bc30b-cf79-4b3b-9ec1-a80e13072afd.root",
0029 "/store/mc/Phase2Spring23DIGIRECOMiniAOD/TT_TuneCP5_14TeV-powheg-pythia8/GEN-SIM-DIGI-RAW-MINIAOD/PU200_L1TFix_Trk1GeV_131X_mcRun4_realistic_v9-v1/50000/009bd7ba-4295-46ef-a5bc-9eb3d2cd3cf7.root",
0030 "/store/mc/Phase2Spring23DIGIRECOMiniAOD/TT_TuneCP5_14TeV-powheg-pythia8/GEN-SIM-DIGI-RAW-MINIAOD/PU200_L1TFix_Trk1GeV_131X_mcRun4_realistic_v9-v1/50000/017a99d2-4636-4584-97d0-d5499c3b453c.root",
0031 "/store/mc/Phase2Spring23DIGIRECOMiniAOD/TT_TuneCP5_14TeV-powheg-pythia8/GEN-SIM-DIGI-RAW-MINIAOD/PU200_L1TFix_Trk1GeV_131X_mcRun4_realistic_v9-v1/50000/02020287-a16f-41db-8021-f9bcd272f6c9.root",
0032 "/store/mc/Phase2Spring23DIGIRECOMiniAOD/TT_TuneCP5_14TeV-powheg-pythia8/GEN-SIM-DIGI-RAW-MINIAOD/PU200_L1TFix_Trk1GeV_131X_mcRun4_realistic_v9-v1/50000/02ca41cb-9638-4703-88b7-799c30fd2656.root",
0033 "/store/mc/Phase2Spring23DIGIRECOMiniAOD/TT_TuneCP5_14TeV-powheg-pythia8/GEN-SIM-DIGI-RAW-MINIAOD/PU200_L1TFix_Trk1GeV_131X_mcRun4_realistic_v9-v1/50000/03171e00-8880-4c09-807a-0c1d5bac2797.root",
0034 "/store/mc/Phase2Spring23DIGIRECOMiniAOD/TT_TuneCP5_14TeV-powheg-pythia8/GEN-SIM-DIGI-RAW-MINIAOD/PU200_L1TFix_Trk1GeV_131X_mcRun4_realistic_v9-v1/50000/04c836c3-66f4-44d5-a8fd-2faf5e4aa623.root", ),
0035 )
0036
0037 process.maxEvents = cms.untracked.PSet(input=cms.untracked.int32(94))
0038
0039
0040 process.options = cms.untracked.PSet(
0041 IgnoreCompletely = cms.untracked.vstring(),
0042 Rethrow = 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('step1 nevts:2'),
0071 name = cms.untracked.string('Applications'),
0072 version = cms.untracked.string('$Revision: 1.19 $')
0073 )
0074
0075
0076
0077 process.FEVTDEBUGHLToutput = cms.OutputModule("PoolOutputModule",
0078 dataset = cms.untracked.PSet(
0079 dataTier = cms.untracked.string('GEN-SIM-DIGI-RAW-MINIAOD'),
0080 filterName = cms.untracked.string('')
0081 ),
0082 fileName = cms.untracked.string('file:test.root'),
0083 outputCommands = process.FEVTDEBUGHLTEventContent.outputCommands,
0084 splitLevel = cms.untracked.int32(0)
0085 )
0086
0087
0088
0089
0090 from Configuration.AlCa.GlobalTag import GlobalTag
0091 process.GlobalTag = GlobalTag(process.GlobalTag, '125X_mcRun4_realistic_v2', '')
0092
0093
0094 process.raw2digi_step = cms.Path(process.RawToDigi)
0095 process.L1TrackTrigger_step = cms.Path(process.L1TrackTrigger)
0096 process.L1simulation_step = cms.Path(process.SimL1Emulator)
0097 process.endjob_step = cms.EndPath(process.endOfProcess)
0098 process.FEVTDEBUGHLToutput_step = cms.EndPath(process.FEVTDEBUGHLToutput)
0099
0100
0101
0102 process.load('L1Trigger.Configuration.GTemulator_cff')
0103 process.GTemulation_step = cms.Path(process.GTemulator)
0104
0105 process.load('L1Trigger.Phase2L1GT.l1tGTMenu_cff')
0106 from L1Trigger.Phase2L1GT.l1tGTAlgoBlockProducer_cff import collectAlgorithmPaths
0107
0108
0109 process.GToutput = cms.OutputModule("PoolOutputModule",
0110 outputCommands = cms.untracked.vstring('drop *',
0111
0112
0113
0114 'keep *P2GT*_*_*_L1TEmulation',
0115 ),
0116 fileName=cms.untracked.string("l1t_emulation.root")
0117 )
0118
0119 process.pGToutput = cms.EndPath(process.GToutput)
0120
0121 process.load('L1Trigger.Phase2L1GT.l1tGTBoardWriterVU13P_cff')
0122
0123 process.pBoardDataInputVU13P = cms.EndPath(process.BoardDataInputVU13P)
0124 process.pBoardDataOutputObjectsVU13P = cms.EndPath(process.BoardDataOutputObjectsVU13P)
0125
0126
0127
0128 process.schedule = cms.Schedule(process.raw2digi_step,process.L1simulation_step,process.GTemulation_step, *collectAlgorithmPaths(process), process.pGToutput,
0129 process.pBoardDataInputVU13P, process.pBoardDataOutputObjectsVU13P, process.endjob_step)
0130 from PhysicsTools.PatAlgos.tools.helpers import associatePatAlgosToolsTask
0131 associatePatAlgosToolsTask(process)
0132
0133
0134 process.options.numberOfThreads = 4
0135 process.options.numberOfStreams = 0
0136
0137
0138
0139
0140 from SLHCUpgradeSimulations.Configuration.aging import customise_aging_1000
0141
0142
0143 process = customise_aging_1000(process)
0144
0145
0146 from Configuration.DataProcessing.Utils import addMonitoring
0147
0148
0149 process = addMonitoring(process)
0150
0151
0152 from L1Trigger.Configuration.customisePhase2 import addHcalTriggerPrimitives
0153
0154
0155 process = addHcalTriggerPrimitives(process)
0156
0157
0158 from L1Trigger.Configuration.customisePhase2FEVTDEBUGHLT import customisePhase2FEVTDEBUGHLT
0159
0160
0161 process = customisePhase2FEVTDEBUGHLT(process)
0162
0163
0164 from L1Trigger.Configuration.customisePhase2TTNoMC import customisePhase2TTNoMC
0165
0166
0167 process = customisePhase2TTNoMC(process)
0168
0169
0170
0171
0172
0173
0174 process.source.inputCommands = cms.untracked.vstring("keep *", "drop l1tPFJets_*_*_*", "drop l1tTkPrimaryVertexs_L1TkPrimaryVertex_*_*")
0175
0176 from Configuration.StandardSequences.earlyDeleteSettings_cff import customiseEarlyDelete
0177 process = customiseEarlyDelete(process)
0178