CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1TScalersClient_cfi.py
Go to the documentation of this file.
1 # $Id: L1TScalersClient_cfi.py,v 1.3 2010/02/16 17:04:32 wmtan Exp $
2 import FWCore.ParameterSet.Config as cms
3 
4 l1tsClient = cms.EDAnalyzer("L1ScalersClient",
5  algoMonitorBits = cms.untracked.vint32(54,55,56),
6  techMonitorBits = cms.untracked.vint32(1,2,9),
7  dqmFolder = cms.untracked.string("L1T/L1Scalers_EvF")
8 )
9