Draft: Remove GEC from SingleHighPtMuonLine
FYI @wbarter @mvesteri @poluekt
To achieve this, @rjhunter allowed the default_physics_lines
in HLT1.py
to use their own enableGEC
flags, rather than have this overwritten by a global flag as was currently the case. Not sure if this is the preferred way to do this, but we do want the GEC to be off for this line in the default HLT1 sequence.
The changes to HLT1.py
caused some seg-faults for a while. This was discussed on #294 (closed)
Following a recent update to Allen, the seg faults are no longer produced. Runs converge successfully using HltEfficiencyChecker
to calculate both the efficiencies and rates.
Throughput: average throughput change: -14.079527338158693%
evt_max: 10000
Option files: hlt1_qee_eff_zmumu.yaml hlt1_qee_rates_zmumu.yaml
Logs: hlt1_qee_eff_zmumu_result.txt hlt1_qee_rates_zmumu_result.txt
Results:
Integrated HLT efficiencies for the lines with denominator: CanRecoChildren
------------------------------------------------------------------------------------
Line: Hlt1SingleHighPtMuonDecision Efficiency: 0.639 +/- 0.013
Line: Hlt1SingleHighPtMuonNoGECDecision Efficiency: 0.989 +/- 0.003
Line: Z0_Hlt1SingleHighPtMuonDecisionTrueSim Efficiency: 0.639 +/- 0.013
Line: Z0_Hlt1SingleHighPtMuonNoGECDecisionTrueSim Efficiency: 0.989 +/- 0.003
Rates:
------------------------------------------------------------------------------------
Line: Hlt1SingleHighPtMuonDecision Incl: 15.0 +/- 6. kHz, Excl: 0.0 +/- 0. kHz
Line: Hlt1SingleHighPtMuonNoGECDecision Incl: 18.0 +/- 7. kHz, Excl: 0.0 +/- 0. kHz
Closes #294 (closed)
Rendered obsolete by !1112 (merged)