CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TRCT_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1tRct = cms.EDAnalyzer("L1TRCT",
4  DQMStore = cms.untracked.bool(True),
5  disableROOToutput = cms.untracked.bool(True),
6  HistFolder = cms.untracked.string('L1T/L1TRCT'),
7  rctSource = cms.InputTag("gctDigis"),
8  verbose = cms.untracked.bool(False),
9  filterTriggerType = cms.int32(1),
10  selectBX=cms.untracked.int32(0)
11 )
12 
13