Skip to content

Commit

Permalink
Merge pull request #38622 from watson-ij/output-gem-rechits
Browse files Browse the repository at this point in the history
Modifiers not being set properly in EventConfig for data (GEM RecHits not in latest data)
  • Loading branch information
cmsbuild authored Jul 7, 2022
2 parents 988fbab + f2c154c commit 1cbf4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 1cbf4b9

Please sign in to comment.