CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/L1Trigger/CSCCommonTrigger/python/CSCCommonTrigger_cfi.py

Go to the documentation of this file.
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