CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTScalers_cfi.py
Go to the documentation of this file.
2 
3 # HLT scalers. wittich 11/07
4 # $Id: HLTScalers_cfi.py,v 1.8 2011/03/24 18:25:45 rekovic Exp $
5 hlts = cms.EDAnalyzer("HLTScalers",
6  # untracked bool specifyPaths = true
7  # untracked vstring pathNames = {'HLT1MuonIso',
8  # 'HLT1MuonNonIso',
9  # 'HLT2MuonIso',
10  # 'HLT2MuonNonIso'}
11  triggerResults = cms.InputTag("TriggerResults","","HLT"),
12  processname = cms.string("HLT"),
13  dqmFolder = cms.untracked.string("HLT/HLTScalers_EvF"),
14  verbose = cms.untracked.bool(False)
15 )
16