|
||||
File indexing completed on 2024-04-06 12:06:37
0001 import FWCore.ParameterSet.Config as cms 0002 0003 tobHugeEvents = cms.EDFilter('EventWithHistoryEDFilter', 0004 commonConfiguration = cms.untracked.PSet( 0005 partitionName = cms.untracked.string("TO") 0006 ), 0007 filterConfigurations = cms.untracked.VPSet( 0008 cms.PSet( 0009 dbxInCycleRangeLtcyAware = cms.untracked.vint32(77,77) 0010 ) 0011 ) 0012 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |