CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCCommonTrigger_cfi.py
Go to the documentation of this file.
2 
3 #Common Parameters for the various CSCTrigger producers
4 CSCCommonTrigger = cms.PSet(
5  MaxBX = cms.int32(9),
6  #minimum and maximum bx to process
7  MinBX = cms.int32(3)
8 )
9