CMS 3D CMS Logo

CSCCommonTrigger_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #Common Parameters for the various CSCTrigger producers
4 CSCCommonTrigger = cms.PSet(
5  MaxBX = cms.int32(11),
6  #minimum and maximum bx to process
7  MinBX = cms.int32(5)
8 )
9