CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HILowLumiHLTOfflineClient_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 HiJetClient = cms.EDAnalyzer("DQMGenericClient",
4  subDirs = cms.untracked.vstring("HLT/HI/HLT_AK4Calo*", "HLT/HI/HLT_AK4PF*", "HLT/HI/HLT_HISinglePhoton*", "HLT/HI/HLT_FullTrack*", "HLT/HI/HLT_PAFullTracks*", "HLT/HI/HLT_L1MinimumBiasHF*", "HLT/HI/HLT_ZeroBias*", "HLT/HI/HLT_PAAK4*", "HLT/HI/HLT_PASinglePhoton*", "HLT/HI/HLT_PADoubleEG2*", "HLT/HI/HLT_PASingleEG5*" ),
5  verbose = cms.untracked.uint32(0), # Set to 2 for all messages
6  outputFileName = cms.untracked.string(''),
7  commands = cms.vstring(),
8  resolution = cms.vstring(),
9  efficiency = cms.vstring(
10  #"effVsRecoPtAve 'Trigger efficiency vs reco ptAve; average p_{T}^{reco}' recoPFJetsTopology_ptAve_nominator recoPFJetsTopology_ptAve_denominator"
11  ),
12 )