[QEE] EW Tupling on 2023 v3: Adds WMuID selection + some more variables
Tupling over the Spruced 2023 data + exp23 MC + act23 MC.
Spruced 2023 data corresponds to Jul7th-9th [~40 fb-1] + Coll23 [~40 fb-1] data. Both Turbo and Full QEE streams.
(Part of the Run3 ew-analyses framework
development: see Wiki ).
Based on [AP!758] and [AP!709] the previous iterations of this.
Changes from previous version
New MC samples:
- act23 MC requested in lhcb-simulation/mc-requests#294 (closed)
New DecayTrees:
- W{p, m}NoMuID =
SpruceQEE_SingleHighPtMuonNoMuID
.
New Variables:
- EndVertex Chi2/Chi2ndof upon request from Jiuzhao
- PV coords + nPVs : for
Data vs Exp23 vs Actual23
- 'isActualMC' : To easily distinguish downstream. Facilitates
Coll23 vs Exp23 vs Act23
Removed Variable: TRCHI2 (due to confusion downstream in ew-analyses)
DecayTrees
Attempts to build the following decaytress dependent on stream.
TurboPass = { # Name : Input Line
"Jpsi_Detached": "Hlt2QEE_JpsiToMuMu_Detached",
"Jpsi_Prompt": "Hlt2QEE_JpsiToMuMu_Prompt",
"U1S": "Hlt2QEE_Upsilon1SToMuMu"
}
Full_stream = {
"Z": "SpruceQEE_ZToMuMu",
"ZMuID": "SpruceQEE_ZToMuMu_SingleNoMuID",
"Wp": "SpruceQEE_SingleHighPtMuon",
"Wm": "SpruceQEE_SingleHighPtMuon",
"WpNoMuID": "SpruceQEE_SingleHighPtMuonNoMuID",
"WmNoMuID": "SpruceQEE_SingleHighPtMuonNoMuID",
"ZSS": "SpruceQEE_DiMuonSameSign"
}
Edited by Luke Grazette