CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # HLT scalers client. wittich 8/08
00004 # $Id: HLTScalersClient_cfi.py,v 1.6 2010/04/02 20:48:12 wittich Exp $
00005 # $Log: HLTScalersClient_cfi.py,v $
00006 # Revision 1.6  2010/04/02 20:48:12  wittich
00007 # updates to scale entries by received number of FU's
00008 #
00009 # Revision 1.5  2010/03/17 20:56:18  wittich
00010 # Check for good updates based on mergeCount values
00011 # add code for rates normalized per FU
00012 #
00013 # Revision 1.4  2010/02/16 17:04:31  wmtan
00014 # Framework header migrations
00015 #
00016 # Revision 1.3  2009/12/15 20:41:16  wittich
00017 # better hlt scalers client
00018 #
00019 # Revision 1.2  2009/11/04 03:46:01  lorenzo
00020 # added folder param
00021 #
00022 # Revision 1.1  2008/08/22 20:56:56  wittich
00023 # - add client for HLT Scalers
00024 # - Move rate calculation to HLTScalersClient and slim down the
00025 #   filter-farm part of HLTScalers
00026 #
00027 #
00028 hltsClient = cms.EDAnalyzer("HLTScalersClient",
00029   dqmFolder = cms.untracked.string("HLT/HLTScalers_EvF"),
00030   rateIntegWindow = cms.untracked.uint32(3),
00031   processName = cms.string("HLT"),
00032   debugDump = cms.untracked.bool(False),
00033   replacePartialUpdates = cms.untracked.bool(True),
00034   maxFU = cms.untracked.uint32(4704)
00035 )
00036