Skip to content

Sprucing line for W->Mu NuMu

Luke Grazette requested to merge lugrazet-wmunuspruceline into qee_upgrade

In the service of MR !2072 (merged), found that there is no W->Mu NuMu sprucing line in qee.

Made a 'PassThrough' line, so that currently it makes the same cut as the Hlt2 single_high_pt_muon.single_muon_highpt_line, [15GeV], but when tuning we can change them independently if we want to.

Although quite a simple sprucing line, I tested it in the MR !2072 (merged), running on W MC simulation. By running the Hlt2 line and then the sprucing line, the cmdline output was as follows.

pt cut output
10 LAZY_AND: SpruceQEE_WToMuNuMuDecisionWithOutput #=6577 Sum=6577 Eff={( 100.0000 +- 0.00000 )%}
15 LAZY_AND: SpruceQEE_WToMuNuMuDecisionWithOutput #=6577 Sum=6577 Eff={( 100.0000 +- 0.00000 )%}
20 LAZY_AND: SpruceQEE_WToMuNuMuDecisionWithOutput #=6577 Sum=5993 Eff={( 91.12057 +- 0.350741)%}

Thus it seems to be working as expected.

Merge request reports