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