3 DiMuonHLTValidationHarvest = cms.EDAnalyzer(
"DQMGenericClient",
4 subDirs = cms.untracked.vstring(
"HLT/TopHLTValidation/Top/DiMuon"),
5 efficiency = cms.vstring(
6 "hEffLeptonEta 'Efficiency vs Eta Lepton ' EtaLeptonSel EtaLeptonAll ",
7 "hEffLeptonPt 'Efficiency vs Pt Lepton' PtLeptonSel PtLeptonAll ",
8 "hEffLastJetEta 'Efficiency vs Eta Last Jet' EtaLastJetSel EtaLastJetAll",
9 "hEffLastJetPt 'Efficiency vs Pt Last Jet' PtLastJetSel PtLastJetAll"
11 resolution = cms.vstring(
""),
14 DiElectronHLTValidationHarvest = cms.EDAnalyzer(
"DQMGenericClient",
15 subDirs = cms.untracked.vstring(
"HLT/TopHLTValidation/Top/DiElectron"),
16 efficiency = cms.vstring(
17 "hEffLeptonEta 'Efficiency vs Eta Lepton ' EtaLeptonSel EtaLeptonAll ",
18 "hEffLeptonPt 'Efficiency vs Pt Lepton' PtLeptonSel PtLeptonAll ",
19 "hEffLastJetEta 'Efficiency vs Eta Last Jet' EtaLastJetSel EtaLastJetAll",
20 "hEffLastJetPt 'Efficiency vs Pt Last Jet' PtLastJetSel PtLastJetAll"
22 resolution = cms.vstring(
""),
25 ElecMuonHLTValidationHarvest = cms.EDAnalyzer(
"DQMGenericClient",
26 subDirs = cms.untracked.vstring(
"HLT/TopHLTValidation/Top/ElecMuon"),
27 efficiency = cms.vstring(
28 "hEffLeptonEta 'Efficiency vs Eta Lepton ' EtaLeptonSel EtaLeptonAll ",
29 "hEffLeptonPt 'Efficiency vs Pt Lepton' PtLeptonSel PtLeptonAll ",
30 "hEffLastJetEta 'Efficiency vs Eta Last Jet' EtaLastJetSel EtaLastJetAll",
31 "hEffLastJetPt 'Efficiency vs Pt Last Jet' PtLastJetSel PtLastJetAll"
33 resolution = cms.vstring(
""),
36 topSingleMuonHLTValidationHarvest = cms.EDAnalyzer(
"DQMGenericClient",
37 subDirs = cms.untracked.vstring(
"HLT/TopHLTValidation/Top/SemiMuonic"),
38 efficiency = cms.vstring(
39 "hEffLeptonEta 'Efficiency vs Eta Lepton ' EtaLeptonSel EtaLeptonAll ",
40 "hEffLeptonPt 'Efficiency vs Pt Lepton' PtLeptonSel PtLeptonAll ",
41 "hEffLastJetEta 'Efficiency vs Eta Last Jet' EtaLastJetSel EtaLastJetAll",
42 "hEffLastJetPt 'Efficiency vs Pt Last Jet' PtLastJetSel PtLastJetAll"
44 resolution = cms.vstring(
""),
47 topSingleElectronHLTValidationHarvest = cms.EDAnalyzer(
"DQMGenericClient",
48 subDirs = cms.untracked.vstring(
"HLT/TopHLTValidation/Top/SemiElectronic"),
49 efficiency = cms.vstring(
50 "hEffLeptonEta 'Efficiency vs Eta Lepton ' EtaLeptonSel EtaLeptonAll ",
51 "hEffLeptonPt 'Efficiency vs Pt Lepton' PtLeptonSel PtLeptonAll ",
52 "hEffLastJetEta 'Efficiency vs Eta Last Jet' EtaLastJetSel EtaLastJetAll",
53 "hEffLastJetPt 'Efficiency vs Pt Last Jet' PtLastJetSel PtLastJetAll"
55 resolution = cms.vstring(
""),
58 SingleTopSingleMuonHLTValidationHarvest = cms.EDAnalyzer(
"DQMGenericClient",
59 subDirs = cms.untracked.vstring(
"HLT/TopHLTValidation/SingleTop/SingleMuon"),
60 efficiency = cms.vstring(
61 "hEffLeptonEta 'Efficiency vs Eta Lepton ' EtaLeptonSel EtaLeptonAll ",
62 "hEffLeptonPt 'Efficiency vs Pt Lepton' PtLeptonSel PtLeptonAll ",
63 "hEffLastJetEta 'Efficiency vs Eta Last Jet' EtaLastJetSel EtaLastJetAll",
64 "hEffLastJetPt 'Efficiency vs Pt Last Jet' PtLastJetSel PtLastJetAll"
66 resolution = cms.vstring(
""),
69 SingleTopSingleElectronHLTValidationHarvest = cms.EDAnalyzer(
"DQMGenericClient",
70 subDirs = cms.untracked.vstring(
"HLT/TopHLTValidation/SingleTop/SingleElectron"),
71 efficiency = cms.vstring(
72 "hEffLeptonEta 'Efficiency vs Eta Lepton ' EtaLeptonSel EtaLeptonAll ",
73 "hEffLeptonPt 'Efficiency vs Pt Lepton' PtLeptonSel PtLeptonAll ",
74 "hEffLastJetEta 'Efficiency vs Eta Last Jet' EtaLastJetSel EtaLastJetAll",
75 "hEffLastJetPt 'Efficiency vs Pt Last Jet' PtLastJetSel PtLastJetAll"
77 resolution = cms.vstring(
""),
80 topHLTriggerValidationHarvest = cms.Sequence(
81 DiMuonHLTValidationHarvest
82 *DiElectronHLTValidationHarvest
83 *ElecMuonHLTValidationHarvest
84 *topSingleMuonHLTValidationHarvest
85 *topSingleElectronHLTValidationHarvest
86 *SingleTopSingleMuonHLTValidationHarvest
87 *SingleTopSingleElectronHLTValidationHarvest