Add first QEE lines
FYI @wbarter @ncooke @olupton @yqiu @cvazquez @hyin @dzuliani
This MR adds 2 new lines to Moore
under the QEE/
directory, one for high-pT muons and one for a single SV-tagged jet (will evolve into a di b-jet line). A corresponding options file is added for W+jet MC that both lines happily fire on.
Both lines are very preliminary at this stage, but !541 (merged) prompted us to get them in master
so that QEE lines would be picked up whenever all lines and/or all options files needed changing (happened with stateProvider_with_simplified_geom
moving to RecoConf.global_tools
).
Following this discussion, the QEE-specific test is removed, and instead there will be a HltEfficiencyChecker
-based test on the qee_upgrade
branch (see MooreAnalysis!16 (merged)).
Current rate of the two lines (measured on 10000 HLT1-filtered min bias events):
----------------------------------------------------------------------------------------------------
INFO: Starting /home/rjhunter-local/stack/MooreAnalysis/HltEfficiencyChecker/scripts/hlt_calculate_rates.py...
----------------------------------------------------------------------------------------------------
INFO: No lines specified. Defaulting to all...
Hlt2 rates:
----------------------------------------------------------------------------------------------------
Line: Hlt2JetsJetLowPtQEELineDecision Incl: 0.8 +/- 0.28 kHz, Excl: 0.8 +/- 0.28 kHz
Line: Hlt2SingleHighPtMuonLineDecision Incl: 1.0 +/- 0.31 kHz, Excl: 1.0 +/- 0.31 kHz
----------------------------------------------------------------------------------------------------
Hlt2 Total: Rate: 2 +/- 0.4 kHz
----------------------------------------------------------------------------------------------------
Finished printing Hlt2 rates!
Needed for MooreAnalysis!16 (merged).