CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/TrigXMonitorClient/python/L1TScalersClient_cfi.py

Go to the documentation of this file.
00001 # $Id: L1TScalersClient_cfi.py,v 1.3 2010/02/16 17:04:32 wmtan Exp $
00002 import FWCore.ParameterSet.Config as cms
00003 
00004 l1tsClient = cms.EDAnalyzer("L1ScalersClient",
00005   algoMonitorBits = cms.untracked.vint32(54,55,56),
00006   techMonitorBits = cms.untracked.vint32(1,2,9),
00007   dqmFolder = cms.untracked.string("L1T/L1Scalers_EvF")
00008 )
00009