00001import FWCore.ParameterSet.Config as cms
00002
00003 #Common Parameters for the various CSCTrigger producers00004 CSCCommonTrigger = cms.PSet(
00005 MaxBX = cms.int32(9),
00006 #minimum and maximum bx to process00007 MinBX = cms.int32(3)
00008 )
00009