CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FSQHLTOfflineClient_cfi.py
Go to the documentation of this file.
2 
3 fsqClient = cms.EDAnalyzer("DQMGenericClient",
4  subDirs = cms.untracked.vstring("HLT/FSQ/HLT_DiPFJetAve*", "HLT/FSQ/HLT_PixelTracks_Multiplicity*",\
5  "HLT/FSQ/HLT_ZeroBias_SinglePixelTrack*" ),
6  verbose = cms.untracked.uint32(0), # Set to 2 for all messages
7  outputFileName = cms.untracked.string(''),
8  commands = cms.vstring(),
9  resolution = cms.vstring(),
10  efficiency = cms.vstring(
11  "effVsRecoPtAve 'Trigger efficiency vs reco ptAve; average p_{T}^{reco}' recoPFJetsTopology_ptAve_nominator recoPFJetsTopology_ptAve_denominator",
12  "effVsRecoTracksCnt 'Trigger efficiency vs reco tracks count' recoTracks_count_nominator recoTracks_count_denominator",
13  "effVsAtLeastOneTrack 'Trigger efficiency for events with at least one offline track' zb_Eff_nominator zb_Eff_denominator"
14 
15  ),
16 )
17