Skip to content

Commit

Permalink
Merge pull request #38677 from seungjin-yang/modifier-issue-in-data_f…
Browse files Browse the repository at this point in the history
…rom-CMSSW_12_4_X_2022-07-08-2300

Modifiers not being set properly in EventConfig for data (backport of #38622, 12_4_X)
  • Loading branch information
cmsbuild authored Jul 11, 2022
2 parents d1dc50e + 1afee18 commit 7a534b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/DataProcessing/python/Repack.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"""
import copy
import FWCore.ParameterSet.Config as cms
from Configuration.EventContent.EventContent_cff import RAWEventContent


def repackProcess(**args):
Expand All @@ -21,6 +20,7 @@ def repackProcess(**args):
- outputs : defines output modules
"""
from Configuration.EventContent.EventContent_cff import RAWEventContent
process = cms.Process("REPACK")
process.load("FWCore.MessageLogger.MessageLogger_cfi")

Expand Down Expand Up @@ -74,4 +74,4 @@ def repackProcess(**args):

process.outputPath += outputModule

return process
return process

0 comments on commit 7a534b9

Please sign in to comment.