CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TGCTClient_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1tGctClient = cms.EDAnalyzer("L1TGCTClient",
4  prescaleLS = cms.untracked.int32(-1),
5  monitorDir = cms.untracked.string('L1T/L1TGCT'),
6  prescaleEvt = cms.untracked.int32(1),
7  runInEventLoop=cms.untracked.bool(False),
8  runInEndLumi=cms.untracked.bool(True),
9  runInEndRun=cms.untracked.bool(True),
10  runInEndJob=cms.untracked.bool(False),
11  stage1_layer2_=cms.untracked.bool(False)
12 )
13 
14