Skip to content

Commit

Permalink
correct the tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Aug 6, 2020
1 parent ab3cbf2 commit fa5a5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/python/customizeHLTforCMSSW.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ def customiseFor31070(process):
if hasattr(process,'RPCGeometryESModule'):
process.RPCGeometryESModule = cms.ESProducer( "RPCGeometryESModule",
appendToDataLabel = cms.string( "" ),
fromDDD = cms.bool( False ),
fromDD4hep = cms.bool( False ),
fromDDD = cms.untracked.bool( False ),
fromDD4hep = cms.untracked.bool( False ),
)

return process
Expand Down

0 comments on commit fa5a5a0

Please sign in to comment.