CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTScalersClient_cfi.py
Go to the documentation of this file.
2 
3 # HLT scalers client. wittich 8/08
4 # $Id: HLTScalersClient_cfi.py,v 1.6 2010/04/02 20:48:12 wittich Exp $
5 # $Log: HLTScalersClient_cfi.py,v $
6 # Revision 1.6 2010/04/02 20:48:12 wittich
7 # updates to scale entries by received number of FU's
8 #
9 # Revision 1.5 2010/03/17 20:56:18 wittich
10 # Check for good updates based on mergeCount values
11 # add code for rates normalized per FU
12 #
13 # Revision 1.4 2010/02/16 17:04:31 wmtan
14 # Framework header migrations
15 #
16 # Revision 1.3 2009/12/15 20:41:16 wittich
17 # better hlt scalers client
18 #
19 # Revision 1.2 2009/11/04 03:46:01 lorenzo
20 # added folder param
21 #
22 # Revision 1.1 2008/08/22 20:56:56 wittich
23 # - add client for HLT Scalers
24 # - Move rate calculation to HLTScalersClient and slim down the
25 # filter-farm part of HLTScalers
26 #
27 #
28 hltsClient = cms.EDAnalyzer("HLTScalersClient",
29  dqmFolder = cms.untracked.string("HLT/HLTScalers_EvF"),
30  rateIntegWindow = cms.untracked.uint32(3),
31  processName = cms.string("HLT"),
32  debugDump = cms.untracked.bool(False),
33  replacePartialUpdates = cms.untracked.bool(True),
34  maxFU = cms.untracked.uint32(4704)
35 )
36