CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HLTTauDQMPathPlotter.cc
Go to the documentation of this file.
5 
6 namespace {
7  std::string stripVersion(const std::string& pathName) {
8  size_t versionStart = pathName.rfind("_v");
9  if(versionStart == std::string::npos)
10  return pathName;
11  return pathName.substr(0, versionStart);
12  }
13 }
14 
16  bool doRefAnalysis, const std::string& dqmBaseFolder,
17  const std::string& hltProcess, int ptbins, int etabins, int phibins,
18  double ptmax, double highptmax,
19  double l1MatchDr, double hltMatchDr):
20  HLTTauDQMPlotter(stripVersion(pathName), dqmBaseFolder),
21  ptbins_(ptbins),
22  etabins_(etabins),
23  phibins_(phibins),
24  ptmax_(ptmax),
25  highptmax_(highptmax),
26  l1MatchDr_(l1MatchDr),
27  hltMatchDr_(hltMatchDr),
28  doRefAnalysis_(doRefAnalysis),
29  hltPath_(pathName, hltProcess, doRefAnalysis_, HLTCP)
30 {
32 }
33 
34 #include <algorithm>
36  if(!isValid())
37  return;
38 
39  // Book histograms
40  iBooker.setCurrentFolder(triggerTag());
41 
42  hAcceptedEvents_ = iBooker.book1D("EventsPerFilter", "Accepted Events per filter;;entries", hltPath_.filtersSize(), 0, hltPath_.filtersSize());
43  for(size_t i=0; i<hltPath_.filtersSize(); ++i) {
45  }
46 
47  // Efficiency helpers
48  if(doRefAnalysis_) {
49  iBooker.setCurrentFolder(triggerTag()+"/helpers");
50  if(hltPath_.hasL2Taus()) {
51  hL2TrigTauEtEffNum_ = iBooker.book1D("L2TrigTauEtEffNum", "L2 #tau p_{T} efficiency;Ref #tau p_{T};entries", ptbins_, 0, ptmax_);
52  hL2TrigTauEtEffDenom_ = iBooker.book1D("L2TrigTauEtEffDenom", "L2 #tau p_{T} denominator;Ref #tau p_{T};Efficiency", ptbins_, 0, ptmax_);
53  hL2TrigTauEtaEffNum_ = iBooker.book1D("L2TrigTauEtaEffNum", "L2 #tau #eta efficiency;Ref #tau #eta;entries", etabins_, -2.5, 2.5);
54  hL2TrigTauEtaEffDenom_ = iBooker.book1D("L2TrigTauEtaEffDenom", "L2 #tau #eta denominator;Ref #tau #eta;Efficiency", etabins_, -2.5, 2.5);
55  hL2TrigTauPhiEffNum_ = iBooker.book1D("L2TrigTauPhiEffNum", "L2 #tau #phi efficiency;Ref #tau #phi;entries", phibins_, -3.2, 3.2);
56  hL2TrigTauPhiEffDenom_ = iBooker.book1D("L2TrigTauPhiEffDenom", "L2 #tau #phi denominator;Ref #tau #phi;Efficiency", phibins_, -3.2, 3.2);
57  hL2TrigTauHighEtEffNum_ = iBooker.book1D("L2TrigTauHighEtEffNum", "L2 #tau p_{T} efficiency (high p_{T});Ref #tau p_{T};entries", ptbins_, 0, highptmax_);
58  hL2TrigTauHighEtEffDenom_ = iBooker.book1D("L2TrigTauHighEtEffDenom", "L2 #tau p_{T} denominator (high p_{T});Ref #tau p_{T};Efficiency", ptbins_, 0, highptmax_);
59  }
60 
61  if(hltPath_.hasL3Taus()) {
62  hL3TrigTauEtEffNum_ = iBooker.book1D("L3TrigTauEtEffNum", "L3 #tau p_{T} efficiency;Ref #tau p_{T};entries", ptbins_, 0, ptmax_);
63  hL3TrigTauEtEffDenom_ = iBooker.book1D("L3TrigTauEtEffDenom", "L3 #tau p_{T} denominator;Ref #tau p_{T};Efficiency", ptbins_, 0, ptmax_);
64  hL3TrigTauEtaEffNum_ = iBooker.book1D("L3TrigTauEtaEffNum", "L3 #tau #eta efficiency;Ref #tau #eta;entries", etabins_, -2.5, 2.5);
65  hL3TrigTauEtaEffDenom_ = iBooker.book1D("L3TrigTauEtaEffDenom", "L3 #tau #eta denominator;Ref #tau #eta;Efficiency", etabins_, -2.5, 2.5);
66  hL3TrigTauPhiEffNum_ = iBooker.book1D("L3TrigTauPhiEffNum", "L3 #tau #phi efficiency;Ref #tau #phi;entries", phibins_, -3.2, 3.2);
67  hL3TrigTauPhiEffDenom_ = iBooker.book1D("L3TrigTauPhiEffDenom", "L3 #tau #phi denominator;Ref #tau #phi;Efficiency", phibins_, -3.2, 3.2);
68  hL3TrigTauHighEtEffNum_ = iBooker.book1D("L3TrigTauHighEtEffNum", "L3 #tau p_{T} efficiency (high p_{T});Ref #tau p_{T};entries", ptbins_, 0, highptmax_);
69  hL3TrigTauHighEtEffDenom_ = iBooker.book1D("L3TrigTauHighEtEffDenom", "L3 #tau p_{T} denominator (high p_{T});Ref #tau p_{T};Efficiency", ptbins_, 0, highptmax_);
70  }
71 
72  if(hltPath_.hasL2Electrons()) {
73  hL2TrigElectronEtEffNum_ = iBooker.book1D("L2TrigElectronEtEffNum", "L2 electron p_{T} efficiency;Ref electron p_{T};entries", ptbins_, 0, ptmax_);
74  hL2TrigElectronEtEffDenom_ = iBooker.book1D("L2TrigElectronEtEffDenom", "L2 electron p_{T} denominator;Ref electron p_{T};Efficiency", ptbins_, 0, ptmax_);
75  hL2TrigElectronEtaEffNum_ = iBooker.book1D("L2TrigElectronEtaEffNum", "L2 electron #eta efficiency;Ref electron #eta;entries", etabins_, -2.5, 2.5);
76  hL2TrigElectronEtaEffDenom_ = iBooker.book1D("L2TrigElectronEtaEffDenom", "L2 electron #eta denominator;Ref electron #eta;Efficiency", etabins_, -2.5, 2.5);
77  hL2TrigElectronPhiEffNum_ = iBooker.book1D("L2TrigElectronPhiEffNum", "L2 electron #phi efficiency;Ref electron #phi;entries", phibins_, -3.2, 3.2);
78  hL2TrigElectronPhiEffDenom_ = iBooker.book1D("L2TrigElectronPhiEffDenom", "L2 electron #phi denominator;Ref electron #phi;Efficiency", phibins_, -3.2, 3.2);
79  }
80 
81  if(hltPath_.hasL3Electrons()) {
82  hL3TrigElectronEtEffNum_ = iBooker.book1D("L3TrigElectronEtEffNum", "L3 electron p_{T} efficiency;Ref electron p_{T};entries", ptbins_, 0, ptmax_);
83  hL3TrigElectronEtEffDenom_ = iBooker.book1D("L3TrigElectronEtEffDenom", "L3 electron p_{T} denominator;Ref electron p_{T};Efficiency", ptbins_, 0, ptmax_);
84  hL3TrigElectronEtaEffNum_ = iBooker.book1D("L3TrigElectronEtaEffNum", "L3 electron #eta efficiency;Ref electron #eta;entries", etabins_, -2.5, 2.5);
85  hL3TrigElectronEtaEffDenom_ = iBooker.book1D("L3TrigElectronEtaEffDenom", "L3 electron #eta denominator;Ref electron #eta;Efficiency", etabins_, -2.5, 2.5);
86  hL3TrigElectronPhiEffNum_ = iBooker.book1D("L3TrigElectronPhiEffNum", "L3 electron #phi efficiency;Ref electron #phi;entries", phibins_, -3.2, 3.2);
87  hL3TrigElectronPhiEffDenom_ = iBooker.book1D("L3TrigElectronPhiEffDenom", "L3 electron #phi denominator;Ref electron #phi;Efficiency", phibins_, -3.2, 3.2);
88  }
89 
90  if(hltPath_.hasL2Muons()) {
91  hL2TrigMuonEtEffNum_ = iBooker.book1D("L2TrigMuonEtEffNum", "L2 muon p_{T} efficiency;Ref muon p_{T};entries", ptbins_, 0, ptmax_);
92  hL2TrigMuonEtEffDenom_ = iBooker.book1D("L2TrigMuonEtEffDenom", "L2 muon p_{T} denominator;Ref muon p_{T};Efficiency", ptbins_, 0, ptmax_);
93  hL2TrigMuonEtaEffNum_ = iBooker.book1D("L2TrigMuonEtaEffNum", "L2 muon #eta efficiency;Ref muon #eta;entries", etabins_, -2.5, 2.5);
94  hL2TrigMuonEtaEffDenom_ = iBooker.book1D("L2TrigMuonEtaEffDenom", "L2 muon #eta denominator;Ref muon #eta;Efficiency", etabins_, -2.5, 2.5);
95  hL2TrigMuonPhiEffNum_ = iBooker.book1D("L2TrigMuonPhiEffNum", "L2 muon #phi efficiency;Ref muon #phi;entries", phibins_, -3.2, 3.2);
96  hL2TrigMuonPhiEffDenom_ = iBooker.book1D("L2TrigMuonPhiEffDenom", "L2 muon #phi denominator;Ref muon #phi;Efficiency", phibins_, -3.2, 3.2);
97  }
98 
99  if(hltPath_.hasL3Muons()) {
100  hL3TrigMuonEtEffNum_ = iBooker.book1D("L3TrigMuonEtEffNum", "L3 muon p_{T} efficiency;Ref muon p_{T};entries", ptbins_, 0, ptmax_);
101  hL3TrigMuonEtEffDenom_ = iBooker.book1D("L3TrigMuonEtEffDenom", "L3 muon p_{T} denominator;Ref muon p_{T};Efficiency", ptbins_, 0, ptmax_);
102  hL3TrigMuonEtaEffNum_ = iBooker.book1D("L3TrigMuonEtaEffNum", "L3 muon #eta efficiency;Ref muon #eta;entries", etabins_, -2.5, 2.5);
103  hL3TrigMuonEtaEffDenom_ = iBooker.book1D("L3TrigMuonEtaEffDenom", "L3 muon #eta denominator;Ref muon #eta;Efficiency", etabins_, -2.5, 2.5);
104  hL3TrigMuonPhiEffNum_ = iBooker.book1D("L3TrigMuonPhiEffNum", "L3 muon #phi efficiency;Ref muon #phi;entries", phibins_, -3.2, 3.2);
105  hL3TrigMuonPhiEffDenom_ = iBooker.book1D("L3TrigMuonPhiEffDenom", "L3 muon #phi denominator;Ref muon #phi;Efficiency", phibins_, -3.2, 3.2);
106  }
107 
108  if(hltPath_.hasL2CaloMET()) {
109  hL2TrigMETEtEffNum_ = iBooker.book1D("L2TrigMETEtEffNum", "L2 MET efficiency;Ref MET;entries", ptbins_, 0, ptmax_);
110  hL2TrigMETEtEffDenom_ = iBooker.book1D("L2TrigMETEtEffDenom", "L2 MET denominator;Ref MET;Efficiency", ptbins_, 0, ptmax_);
111  }
112 
113  iBooker.setCurrentFolder(triggerTag());
114  }
115 
116  // Book di-object invariant mass histogram only for mu+tau, ele+tau, and di-tau paths
117  hMass_ = nullptr;
118  if(doRefAnalysis_) {
119  const int lastFilter = hltPath_.filtersSize()-1;
120  const int ntaus = hltPath_.getFilterNTaus(lastFilter);
123 
124  int nmet = 0;
125  int lastMatchedMETFilter = -1;
126  for(size_t i = 0; i < hltPath_.filtersSize(); ++i){
127  if(hltPath_.getFilterName(i).find("hltMET") < hltPath_.getFilterName(i).length()) lastMatchedMETFilter = i;
128  }
129  if(lastMatchedMETFilter >= 0) nmet = hltPath_.getFilterMET(lastMatchedMETFilter);
130  auto create = [&](const std::string& name) {
131  if(name == "tau-met"){
132  this->hMass_ = iBooker.book1D("ReferenceMass", "Transverse mass of reference "+name+";Reference transverse mass;entries", 100, 0, 500);
133  }else{
134  this->hMass_ = iBooker.book1D("ReferenceMass", "Invariant mass of reference "+name+";Reference invariant mass;entries", 100, 0, 500);
135  }
136  };
137  LogDebug("HLTTauDQMOffline") << "Path " << hltPath_.getPathName() << " number of taus " << ntaus << " electrons " << neles << " muons " << nmus;
138  if(ntaus > 0) {
139  hTrigTauEt_ = iBooker.book1D("TrigTauEt", "Triggered #tau p_{T};#tau p_{T};entries", ptbins_, 0, ptmax_);
140  hTrigTauEta_ = iBooker.book1D("TrigTauEta", "Triggered #tau #eta;#tau #eta;entries", etabins_, -2.5, 2.5);
141  hTrigTauPhi_ = iBooker.book1D("TrigTauPhi", "Triggered #tau #phi;#tau #phi;entries", phibins_, -3.2, 3.2);
142  }
143  if(neles > 0) {
144  hTrigElectronEt_ = iBooker.book1D("TrigElectronEt", "Triggered electron p_{T};electron p_{T};entries", ptbins_, 0, ptmax_);
145  hTrigElectronEta_ = iBooker.book1D("TrigElectronEta", "Triggered electron #eta;electron #eta;entries", etabins_, -2.5, 2.5);
146  hTrigElectronPhi_ = iBooker.book1D("TrigElectronPhi", "Triggered electron #phi;electron #phi;entries", phibins_, -3.2, 3.2);
147  }
148  if(nmus > 0) {
149  hTrigMuonEt_ = iBooker.book1D("TrigMuonEt", "Triggered muon p_{T};muon p_{T};entries", ptbins_, 0, ptmax_);
150  hTrigMuonEta_ = iBooker.book1D("TrigMuonEta", "Triggered muon #eta;muon #eta;entries", etabins_, -2.5, 2.5);
151  hTrigMuonPhi_ = iBooker.book1D("TrigMuonPhi", "Triggered muon #phi;muon #phi;entries", phibins_, -3.2, 3.2);
152  }
153  if(nmet > 0) {
154  hTrigMETEt_ = iBooker.book1D("TrigMETEt", "Triggered MET E_{T};MET E_{T};entries", ptbins_, 0, ptmax_);
155  hTrigMETPhi_ = iBooker.book1D("TrigMETPhi", "Triggered MET #phi;MET #phi;entries", phibins_, -3.2, 3.2);
156  }
157  if(ntaus == 2 && neles == 0 && nmus == 0 && nmet == 0) create("di-tau");
158  if(ntaus == 1 && neles == 1 && nmus == 0 && nmet == 0) create("electron-tau");
159  if(ntaus == 1 && neles == 0 && nmus == 1 && nmet == 0) create("muon-tau");
160  if(ntaus == 1 && neles == 0 && nmus == 0 && nmet == 1) create("tau-met");
161  }
162 }
163 
164 
166 
168 
169  std::vector<HLTTauDQMPath::Object> triggerObjs;
170  std::vector<HLTTauDQMPath::Object> matchedTriggerObjs;
171  HLTTauDQMOfflineObjects matchedOfflineObjs;
172 
173  // Events per filter
174  const int lastPassedFilter = hltPath_.lastPassedFilter(triggerResults);
175  int lastMatchedFilter = -1;
176  int lastMatchedMETFilter = -1;
177  int lastMatchedElectronFilter = -1;
178  int lastMatchedMuonFilter = -1;
179  int lastMatchedTauFilter = -1;
180  int firstMatchedMETFilter = -1;
181 
182  if(doRefAnalysis_) {
183  double matchDr = hltPath_.isFirstFilterL1Seed() ? l1MatchDr_ : hltMatchDr_;
184  for(int i=0; i<=lastPassedFilter; ++i) {
185  triggerObjs.clear();
186  matchedTriggerObjs.clear();
187  matchedOfflineObjs.clear();
188  hltPath_.getFilterObjects(triggerEvent, i, triggerObjs);
189  //std::cout << "Filter name " << hltPath_.getFilterName(i) << " nobjs " << triggerObjs.size() << " " << "ref size " << refCollection.taus.size() << std::endl;
190  bool matched = hltPath_.offlineMatching(i, triggerObjs, refCollection, matchDr, matchedTriggerObjs, matchedOfflineObjs);
191  //std::cout << " offline matching: " << matched << " " << matchedTriggerObjs.size() << std::endl;
192  matchDr = hltMatchDr_;
193  if(!matched)
194  break;
195 
196  hAcceptedEvents_->Fill(i+0.5);
197  lastMatchedFilter = i;
198  if(hltPath_.getFilterName(i).find("hltMET") < hltPath_.getFilterName(i).length()) lastMatchedMETFilter = i;
199  if(hltPath_.getFilterType(i) == "HLTMuonL3PreFilter" || hltPath_.getFilterType(i) == "HLTMuonIsoFilter") lastMatchedMuonFilter = i;
200  if(hltPath_.getFilterName(i).find("hltEle") < hltPath_.getFilterName(i).length()) lastMatchedElectronFilter = i;
201  if(hltPath_.getFilterName(i).find("hltPFTau") < hltPath_.getFilterName(i).length() ||
202  hltPath_.getFilterName(i).find("hltDoublePFTau") < hltPath_.getFilterName(i).length()) lastMatchedTauFilter = i;
203  if(firstMatchedMETFilter < 0 && hltPath_.getFilterName(i).find("hltMET") < hltPath_.getFilterName(i).length()) firstMatchedMETFilter = i;
204  }
205  }
206  else {
207  for(int i=0; i<=lastPassedFilter; ++i) {
208  hAcceptedEvents_->Fill(i+0.5);
209  }
210  }
211 
212  // Efficiency plots
213  if(doRefAnalysis_ && lastMatchedFilter >= 0) {
214  // L2 taus
215  if(hltPath_.hasL2Taus()) {
216  // Denominators
217  if(static_cast<size_t>(lastMatchedFilter) >= hltPath_.getLastFilterBeforeL2TauIndex()) {
218  for(const LV& tau: refCollection.taus) {
219  hL2TrigTauEtEffDenom_->Fill(tau.pt());
220  hL2TrigTauHighEtEffDenom_->Fill(tau.pt());
221  hL2TrigTauEtaEffDenom_->Fill(tau.eta());
222  hL2TrigTauPhiEffDenom_->Fill(tau.phi());
223  }
224  }
225 
226  // Numerators
227  if(static_cast<size_t>(lastMatchedFilter) >= hltPath_.getLastL2TauFilterIndex()) {
228  triggerObjs.clear();
229  matchedTriggerObjs.clear();
230  matchedOfflineObjs.clear();
231  hltPath_.getFilterObjects(triggerEvent, hltPath_.getLastL2TauFilterIndex(), triggerObjs);
232  bool matched = hltPath_.offlineMatching(hltPath_.getLastL2TauFilterIndex(), triggerObjs, refCollection, hltMatchDr_, matchedTriggerObjs, matchedOfflineObjs);
233  if(matched) {
234  for(const LV& tau: matchedOfflineObjs.taus) {
235  hL2TrigTauEtEffNum_->Fill(tau.pt());
236  hL2TrigTauHighEtEffNum_->Fill(tau.pt());
237  hL2TrigTauEtaEffNum_->Fill(tau.eta());
238  hL2TrigTauPhiEffNum_->Fill(tau.phi());
239  }
240  }
241  }
242  }
243 
244  // L3 taus
245  if(hltPath_.hasL3Taus()) {
246  // Denominators
247  if(static_cast<size_t>(lastMatchedFilter) >= hltPath_.getLastFilterBeforeL3TauIndex()) {
248  for(const LV& tau: refCollection.taus) {
249  hL3TrigTauEtEffDenom_->Fill(tau.pt());
250  hL3TrigTauHighEtEffDenom_->Fill(tau.pt());
251  hL3TrigTauEtaEffDenom_->Fill(tau.eta());
252  hL3TrigTauPhiEffDenom_->Fill(tau.phi());
253  }
254  }
255 
256  // Numerators
257  if(static_cast<size_t>(lastMatchedFilter) >= hltPath_.getLastL3TauFilterIndex()) {
258  triggerObjs.clear();
259  matchedTriggerObjs.clear();
260  matchedOfflineObjs.clear();
261  hltPath_.getFilterObjects(triggerEvent, hltPath_.getLastL3TauFilterIndex(), triggerObjs);
262  bool matched = hltPath_.offlineMatching(hltPath_.getLastL3TauFilterIndex(), triggerObjs, refCollection, hltMatchDr_, matchedTriggerObjs, matchedOfflineObjs);
263  if(matched) {
264  for(const LV& tau: matchedOfflineObjs.taus) {
265  hL3TrigTauEtEffNum_->Fill(tau.pt());
266  hL3TrigTauHighEtEffNum_->Fill(tau.pt());
267  hL3TrigTauEtaEffNum_->Fill(tau.eta());
268  hL3TrigTauPhiEffNum_->Fill(tau.phi());
269  }
270  }
271  }
272  }
273 
274  // L2 Electrons
275  if(hltPath_.hasL2Electrons()) {
276  // Denominators
277  if(static_cast<size_t>(lastMatchedFilter) >= hltPath_.getLastFilterBeforeL2ElectronIndex()) {
278  for(const LV& electron: refCollection.electrons) {
279  hL2TrigElectronEtEffDenom_->Fill(electron.pt());
280  hL2TrigElectronEtaEffDenom_->Fill(electron.eta());
281  hL2TrigElectronPhiEffDenom_->Fill(electron.phi());
282  }
283  }
284 
285  // Numerators
286  if(static_cast<size_t>(lastMatchedFilter) >= hltPath_.getLastL2ElectronFilterIndex()) {
287  triggerObjs.clear();
288  matchedTriggerObjs.clear();
289  matchedOfflineObjs.clear();
290  hltPath_.getFilterObjects(triggerEvent, hltPath_.getLastL2ElectronFilterIndex(), triggerObjs);
291  bool matched = hltPath_.offlineMatching(hltPath_.getLastL2ElectronFilterIndex(), triggerObjs, refCollection, hltMatchDr_, matchedTriggerObjs, matchedOfflineObjs);
292  if(matched) {
293  for(const LV& electron: matchedOfflineObjs.electrons) {
294  hL2TrigElectronEtEffNum_->Fill(electron.pt());
295  hL2TrigElectronEtaEffNum_->Fill(electron.eta());
296  hL2TrigElectronPhiEffNum_->Fill(electron.phi());
297  }
298  }
299  }
300  }
301 
302  // L3 electron
303  if(hltPath_.hasL3Electrons()) {
304  // Denominators
305  if(static_cast<size_t>(lastMatchedFilter) >= hltPath_.getLastFilterBeforeL3ElectronIndex()) {
306  for(const LV& electron: refCollection.electrons) {
307  hL3TrigElectronEtEffDenom_->Fill(electron.pt());
308  hL3TrigElectronEtaEffDenom_->Fill(electron.eta());
309  hL3TrigElectronPhiEffDenom_->Fill(electron.phi());
310  }
311  }
312 
313  // Numerators
314  if(static_cast<size_t>(lastMatchedFilter) >= hltPath_.getLastL3ElectronFilterIndex()) {
315  triggerObjs.clear();
316  matchedTriggerObjs.clear();
317  matchedOfflineObjs.clear();
318  hltPath_.getFilterObjects(triggerEvent, hltPath_.getLastL3ElectronFilterIndex(), triggerObjs);
319  bool matched = hltPath_.offlineMatching(hltPath_.getLastL3ElectronFilterIndex(), triggerObjs, refCollection, hltMatchDr_, matchedTriggerObjs, matchedOfflineObjs);
320  if(matched) {
321  for(const LV& electron: matchedOfflineObjs.electrons) {
322  hL3TrigElectronEtEffNum_->Fill(electron.pt());
323  hL3TrigElectronEtaEffNum_->Fill(electron.eta());
324  hL3TrigElectronPhiEffNum_->Fill(electron.phi());
325  }
326  }
327  }
328  }
329 
330  // L2 Muons
331  if(hltPath_.hasL2Muons()) {
332  // Denominators
333  if(static_cast<size_t>(lastMatchedFilter) >= hltPath_.getLastFilterBeforeL2MuonIndex()) {
334  for(const LV& muon: refCollection.muons) {
335  hL2TrigMuonEtEffDenom_->Fill(muon.pt());
336  hL2TrigMuonEtaEffDenom_->Fill(muon.eta());
337  hL2TrigMuonPhiEffDenom_->Fill(muon.phi());
338  }
339  }
340 
341  // Numerators
342  if(static_cast<size_t>(lastMatchedFilter) >= hltPath_.getLastL2MuonFilterIndex()) {
343  triggerObjs.clear();
344  matchedTriggerObjs.clear();
345  matchedOfflineObjs.clear();
346  hltPath_.getFilterObjects(triggerEvent, hltPath_.getLastL2MuonFilterIndex(), triggerObjs);
347  bool matched = hltPath_.offlineMatching(hltPath_.getLastL2MuonFilterIndex(), triggerObjs, refCollection, hltMatchDr_, matchedTriggerObjs, matchedOfflineObjs);
348  if(matched) {
349  for(const LV& muon: matchedOfflineObjs.muons) {
350  hL2TrigMuonEtEffNum_->Fill(muon.pt());
351  hL2TrigMuonEtaEffNum_->Fill(muon.eta());
352  hL2TrigMuonPhiEffNum_->Fill(muon.phi());
353  }
354  }
355  }
356  }
357 
358  // L3 muon
359  if(hltPath_.hasL3Muons()) {
360  // Denominators
361  if(static_cast<size_t>(lastMatchedFilter) >= hltPath_.getLastFilterBeforeL3MuonIndex()) {
362  for(const LV& muon: refCollection.muons) {
363  hL3TrigMuonEtEffDenom_->Fill(muon.pt());
364  hL3TrigMuonEtaEffDenom_->Fill(muon.eta());
365  hL3TrigMuonPhiEffDenom_->Fill(muon.phi());
366  }
367  }
368 
369  // Numerators
370  if(static_cast<size_t>(lastMatchedFilter) >= hltPath_.getLastL3MuonFilterIndex()) {
371  triggerObjs.clear();
372  matchedTriggerObjs.clear();
373  matchedOfflineObjs.clear();
374  hltPath_.getFilterObjects(triggerEvent, hltPath_.getLastL3MuonFilterIndex(), triggerObjs);
375  bool matched = hltPath_.offlineMatching(hltPath_.getLastL3MuonFilterIndex(), triggerObjs, refCollection, hltMatchDr_, matchedTriggerObjs, matchedOfflineObjs);
376  if(matched) {
377  for(const LV& muon: matchedOfflineObjs.muons) {
378  hL3TrigMuonEtEffNum_->Fill(muon.pt());
379  hL3TrigMuonEtaEffNum_->Fill(muon.eta());
380  hL3TrigMuonPhiEffNum_->Fill(muon.phi());
381  }
382  }
383  }
384  }
385 
386  // L2 CaloMET
387  if(hltPath_.hasL2CaloMET()) {
388  // Denominators
389  if(static_cast<size_t>(firstMatchedMETFilter) >= hltPath_.getFirstFilterBeforeL2CaloMETIndex()) {
390  hL2TrigMETEtEffDenom_->Fill(refCollection.met[0].pt());
391  }
392 
393  // Numerators
394  if(static_cast<size_t>(lastMatchedMETFilter) >= hltPath_.getLastL2CaloMETFilterIndex()) {
395  triggerObjs.clear();
396  matchedTriggerObjs.clear();
397  matchedOfflineObjs.clear();
398  hltPath_.getFilterObjects(triggerEvent, hltPath_.getLastL2CaloMETFilterIndex(), triggerObjs);
399  bool matched = hltPath_.offlineMatching(hltPath_.getLastL2CaloMETFilterIndex(), triggerObjs, refCollection, hltMatchDr_, matchedTriggerObjs, matchedOfflineObjs);
400  if(matched) {
401  hL2TrigMETEtEffNum_->Fill(matchedOfflineObjs.met[0].pt());
402  }
403  }
404  }
405  }
406 
407  if(hltPath_.fired(triggerResults)) {
408  triggerObjs.clear();
409  matchedTriggerObjs.clear();
410  matchedOfflineObjs.clear();
411 
412  if(lastMatchedMETFilter >= 0) hltPath_.getFilterObjects(triggerEvent, lastMatchedMETFilter, triggerObjs);
413  if(lastMatchedMuonFilter >= 0) hltPath_.getFilterObjects(triggerEvent, lastMatchedMuonFilter, triggerObjs);
414  if(lastMatchedElectronFilter >= 0) hltPath_.getFilterObjects(triggerEvent, lastMatchedElectronFilter, triggerObjs);
415 
416  if(lastMatchedTauFilter >= 0) hltPath_.getFilterObjects(triggerEvent, lastMatchedTauFilter, triggerObjs);
417 
418  if(doRefAnalysis_) {
419  bool matched = hltPath_.offlineMatching(lastPassedFilter, triggerObjs, refCollection, hltMatchDr_, matchedTriggerObjs, matchedOfflineObjs);
420  if(matched) {
421  // Di-object invariant mass
422  if(hMass_) {
423  const int ntaus = hltPath_.getFilterNTaus(lastPassedFilter);
424  if(ntaus == 2 && hltPath_.getFilterNElectrons(lastMatchedElectronFilter) == 0 && hltPath_.getFilterNMuons(lastMatchedMuonFilter) == 0) {
425  // Di-tau (matchedOfflineObjs are already sorted)
426  hMass_->Fill( (matchedOfflineObjs.taus[0]+matchedOfflineObjs.taus[1]).M() );
427  }
428  // Electron+tau
429  else if(ntaus == 1 && hltPath_.getFilterNElectrons(lastPassedFilter) == 1) {
430  hMass_->Fill( (matchedOfflineObjs.taus[0]+matchedOfflineObjs.electrons[0]).M() );
431  }
432  // Muon+tau
433  else if(ntaus == 1 && hltPath_.getFilterNMuons(lastPassedFilter) == 1) {
434  hMass_->Fill( (matchedOfflineObjs.taus[0]+matchedOfflineObjs.muons[0]).M() );
435  }
436  // Tau+MET
437  if(hltPath_.getFilterNTaus(lastPassedFilter) == 1 && hltPath_.getFilterMET(lastMatchedMETFilter) == 1) {
438  double taupt = matchedOfflineObjs.taus[0].Pt();
439  double tauphi = matchedOfflineObjs.taus[0].Phi();
440  double met = matchedOfflineObjs.met[0].Pt();
441  double metphi = matchedOfflineObjs.met[0].Phi();
442  double mT = sqrt( 2 * taupt * met * (1-cos(tauphi-metphi)) );
443 
444  hMass_->Fill( mT );
445  }
446  }
447  }
448  }
449 
450  // Triggered object kinematics
451  for(const HLTTauDQMPath::Object& obj: triggerObjs) {
452  if(obj.id == trigger::TriggerTau){
453  hTrigTauEt_->Fill(obj.object.pt());
454  hTrigTauEta_->Fill(obj.object.eta());
455  hTrigTauPhi_->Fill(obj.object.phi());
456  }
458  hTrigElectronEt_->Fill(obj.object.pt());
459  hTrigElectronEta_->Fill(obj.object.eta());
460  hTrigElectronPhi_->Fill(obj.object.phi());
461  }
462  if(obj.id == trigger::TriggerMuon){
463  hTrigMuonEt_->Fill(obj.object.pt());
464  hTrigMuonEta_->Fill(obj.object.eta());
465  hTrigMuonPhi_->Fill(obj.object.phi());
466  }
467  if(obj.id == trigger::TriggerMET){
468  hTrigMETEt_->Fill(obj.object.pt());
469  hTrigMETPhi_->Fill(obj.object.phi());
470  }
471  }
472  }
473 }
#define LogDebug(id)
bool isValid() const
size_t getLastL2TauFilterIndex() const
Definition: HLTTauDQMPath.h:72
int i
Definition: DBlmapReader.cc:9
MonitorElement * hL3TrigTauEtEffDenom_
MonitorElement * hTrigElectronEta_
bool hasL3Electrons() const
Definition: HLTTauDQMPath.h:67
MonitorElement * hL3TrigTauPhiEffDenom_
MonitorElement * hL2TrigTauPhiEffDenom_
MonitorElement * hL3TrigMuonPhiEffNum_
MonitorElement * hL3TrigMuonEtaEffDenom_
MonitorElement * hL2TrigTauEtEffDenom_
MonitorElement * hTrigTauEt_
std::vector< LV > electrons
The single EDProduct to be saved for each event (AOD case)
Definition: TriggerEvent.h:25
size_t getLastL3ElectronFilterIndex() const
Definition: HLTTauDQMPath.h:79
std::vector< LV > taus
HLTTauDQMPathPlotter(const std::string &pathName, const HLTConfigProvider &HLTCP, bool doRefAnalysis, const std::string &dqmBaseFolder, const std::string &hltProcess, int ptbins, int etabins, int phibins, double ptmax, double highptmax, double l1MatchDr, double hltMatchDr)
size_t getLastL3MuonFilterIndex() const
Definition: HLTTauDQMPath.h:84
MonitorElement * hTrigElectronPhi_
bool isValid() const
Definition: HLTTauDQMPath.h:41
bool hasL2Muons() const
Definition: HLTTauDQMPath.h:68
MonitorElement * hL3TrigTauEtEffNum_
void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
int lastPassedFilter(const edm::TriggerResults &triggerResults) const
MonitorElement * hL2TrigMuonEtaEffNum_
const std::string & triggerTag() const
MonitorElement * hL3TrigMuonEtaEffNum_
MonitorElement * hL2TrigTauEtEffNum_
MonitorElement * hAcceptedEvents_
MonitorElement * hL2TrigElectronEtEffNum_
MonitorElement * hL2TrigMuonPhiEffNum_
int getFilterNElectrons(size_t i) const
Definition: HLTTauDQMPath.h:56
int getFilterNTaus(size_t i) const
Definition: HLTTauDQMPath.h:55
bool isFirstFilterL1Seed() const
Definition: HLTTauDQMPath.h:61
MonitorElement * hL2TrigTauPhiEffNum_
void Fill(long long x)
size_t getLastFilterBeforeL3TauIndex() const
Definition: HLTTauDQMPath.h:73
MonitorElement * hL3TrigMuonEtEffNum_
math::XYZTLorentzVectorD LV
MonitorElement * hL2TrigMuonEtEffDenom_
void getFilterObjects(const trigger::TriggerEvent &triggerEvent, size_t i, std::vector< Object > &retval) const
const std::string & getFilterType(size_t i) const
Definition: HLTTauDQMPath.h:54
bool hasL2CaloMET() const
Definition: HLTTauDQMPath.h:70
MonitorElement * hL3TrigTauHighEtEffNum_
MonitorElement * hL3TrigElectronEtaEffNum_
MonitorElement * hL2TrigElectronPhiEffDenom_
MonitorElement * hL3TrigTauEtaEffDenom_
int getFilterNMuons(size_t i) const
Definition: HLTTauDQMPath.h:57
MonitorElement * hL2TrigMuonEtaEffDenom_
MonitorElement * hL2TrigMETEtEffDenom_
T sqrt(T t)
Definition: SSEVec.h:48
size_t getLastFilterBeforeL3ElectronIndex() const
Definition: HLTTauDQMPath.h:78
Cos< T >::type cos(const T &t)
Definition: Cos.h:22
size_t filtersSize() const
Definition: HLTTauDQMPath.h:52
size_t getLastFilterBeforeL2MuonIndex() const
Definition: HLTTauDQMPath.h:81
MonitorElement * hL3TrigElectronEtEffDenom_
MonitorElement * hL3TrigTauPhiEffNum_
MonitorElement * book1D(Args &&...args)
Definition: DQMStore.h:115
MonitorElement * hTrigMETEt_
MonitorElement * hL3TrigTauEtaEffNum_
size_t getLastL2CaloMETFilterIndex() const
Definition: HLTTauDQMPath.h:87
void analyze(const edm::TriggerResults &triggerResults, const trigger::TriggerEvent &triggerEvent, const HLTTauDQMOfflineObjects &refCollection)
MonitorElement * hTrigMETPhi_
size_t getLastL2MuonFilterIndex() const
Definition: HLTTauDQMPath.h:82
bool hasL3Taus() const
Definition: HLTTauDQMPath.h:65
static std::string const triggerResults
Definition: EdmProvDump.cc:40
MonitorElement * hTrigMuonEt_
MonitorElement * hL2TrigMETEtEffNum_
size_t getLastFilterBeforeL3MuonIndex() const
Definition: HLTTauDQMPath.h:83
size_t getLastL3TauFilterIndex() const
Definition: HLTTauDQMPath.h:74
std::vector< LV > met
MonitorElement * hL2TrigTauHighEtEffNum_
bool offlineMatching(size_t i, const std::vector< Object > &triggerObjects, const HLTTauDQMOfflineObjects &offlineObjects, double dR, std::vector< Object > &matchedTriggerObjects, HLTTauDQMOfflineObjects &matchedOfflineObjects) const
MonitorElement * hL3TrigElectronEtEffNum_
MonitorElement * hL3TrigElectronEtaEffDenom_
void bookHistograms(DQMStore::IBooker &iBooker)
MonitorElement * hL2TrigElectronPhiEffNum_
MonitorElement * hTrigTauPhi_
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:274
MonitorElement * hL2TrigElectronEtaEffDenom_
bool hasL3Muons() const
Definition: HLTTauDQMPath.h:69
MonitorElement * hTrigElectronEt_
MonitorElement * hL3TrigMuonPhiEffDenom_
const std::string & getFilterName(size_t i) const
Definition: HLTTauDQMPath.h:53
bool fired(const edm::TriggerResults &triggerResults) const
size_t getLastL2ElectronFilterIndex() const
Definition: HLTTauDQMPath.h:77
MonitorElement * hTrigMuonEta_
size_t getLastFilterBeforeL2TauIndex() const
Definition: HLTTauDQMPath.h:71
int getFilterMET(size_t i) const
Definition: HLTTauDQMPath.h:58
size_t getLastFilterBeforeL2ElectronIndex() const
Definition: HLTTauDQMPath.h:76
const std::string & getPathName() const
Definition: HLTTauDQMPath.h:49
MonitorElement * hL2TrigTauEtaEffNum_
MonitorElement * hL2TrigTauHighEtEffDenom_
bool hasL2Taus() const
Definition: HLTTauDQMPath.h:64
size_t getFirstFilterBeforeL2CaloMETIndex() const
Definition: HLTTauDQMPath.h:88
MonitorElement * hL3TrigElectronPhiEffDenom_
bool hasL2Electrons() const
Definition: HLTTauDQMPath.h:66
MonitorElement * hTrigTauEta_
MonitorElement * hL2TrigTauEtaEffDenom_
MonitorElement * hL3TrigMuonEtEffDenom_
SurfaceDeformation * create(int type, const std::vector< double > &params)
MonitorElement * hL2TrigElectronEtEffDenom_
MonitorElement * hL2TrigElectronEtaEffNum_
MonitorElement * hTrigMuonPhi_
MonitorElement * hL3TrigElectronPhiEffNum_
MonitorElement * hL2TrigMuonPhiEffDenom_
std::vector< LV > muons
MonitorElement * hL3TrigTauHighEtEffDenom_
MonitorElement * hL2TrigMuonEtEffNum_