![]() |
|
|||
File indexing completed on 2023-03-17 10:56:30
0001 import FWCore.ParameterSet.Config as cms 0002 0003 consumer = cms.EDFilter("GlobalEvFOutputModule", 0004 outputCommands = cms.untracked.vstring( 0005 'drop *', 0006 'keep FEDRawDataCollection_*_*_*' 0007 ), 0008 # SelectEvents = cms.untracked.PSet( 0009 # SelectEvents = cms.vstring('p1') 0010 # ), 0011 compression_level = cms.untracked.int32(1), 0012 use_compression = cms.untracked.bool(True), 0013 max_event_size = cms.untracked.int32(25000000) ##@@ 440 FEDs @ 50kB each = 22 MB 0014 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |