cp3-llbb / HHAnalysis

HH analysis for CP3 llbb framework
0 stars 7 forks source link

Hardcoded trigger paths #103

Closed blinkseb closed 7 years ago

blinkseb commented 8 years ago

Currently, trigger path are hardcoded, and pointing to 2015 HLTs:

https://github.com/cp3-llbb/HHAnalysis/blob/4cb08bce74f6f2ec46a7ca8a0a96aa24b75bde3c/plugins/Categories.cc#L55-L57 and https://github.com/cp3-llbb/HHAnalysis/blob/4cb08bce74f6f2ec46a7ca8a0a96aa24b75bde3c/plugins/Categories.cc#L81

If we ship a custom triggers.xml file containing only the paths we are interested in, it may be enough to simply look for HLT_Mu or HLT_Ele to select the category.

blinkseb commented 7 years ago

Fixed by #107, #108 and #109