Skip to content

Commit

Permalink
change compression settings of OutputModule in hltIntegrationTests
Browse files Browse the repository at this point in the history
  • Loading branch information
missirol committed Aug 5, 2023
1 parent 825d43a commit afefb83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HLTrigger/Configuration/scripts/hltIntegrationTests
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ from hlt import *
process.hltOutput = cms.OutputModule( "PoolOutputModule",
fileName = cms.untracked.string( "${TRIGGER}.root" ),
fastCloning = cms.untracked.bool( False ),
compressionAlgorithm = cms.untracked.string( "ZLIB" ),
compressionLevel = cms.untracked.int32( 1 ),
compressionAlgorithm = cms.untracked.string( "ZSTD" ),
compressionLevel = cms.untracked.int32( 3 ),
outputCommands = cms.untracked.vstring(
'drop *',
'keep edmTriggerResults_*_*_*',
Expand Down

0 comments on commit afefb83

Please sign in to comment.