Skip to content

Commit 699cc5d

Browse files
committed
change compression settings of OutputModule in hltIntegrationTests
1 parent 098df6d commit 699cc5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HLTrigger/Configuration/scripts/hltIntegrationTests

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ from hlt import *
403403
process.hltOutput = cms.OutputModule( "PoolOutputModule",
404404
fileName = cms.untracked.string( "${TRIGGER}.root" ),
405405
fastCloning = cms.untracked.bool( False ),
406-
compressionAlgorithm = cms.untracked.string( "ZLIB" ),
407-
compressionLevel = cms.untracked.int32( 1 ),
406+
compressionAlgorithm = cms.untracked.string( "ZSTD" ),
407+
compressionLevel = cms.untracked.int32( 3 ),
408408
outputCommands = cms.untracked.vstring(
409409
'drop *',
410410
'keep edmTriggerResults_*_*_*',

0 commit comments

Comments
 (0)