CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TGMTClient_cfi.py
Go to the documentation of this file.
2 
3 l1tgmtClient = cms.EDAnalyzer("L1TGMTClient",
4  input_dir = cms.untracked.string('L1T/L1TGMT'),
5  prescaleLS = cms.untracked.int32(-1),
6  monitorName = cms.untracked.string('L1T/L1TGMT'),
7  output_dir = cms.untracked.string('L1T/L1TGMT/Client'),
8  prescaleEvt = cms.untracked.int32(500)
9 )
10 
11