Same Sign Multi-Lepton Event
Event implementation is made to be compatible with samples produced using the AnalysisTop based common-framework. The project can be found under this link common-framework.
Event Attribute Descriptions
This section aims to list all the attributes of the event implementation and how these are matched to the ROOT strings. Particle implementations will be listed later. Within the repository, relevant scripts can be found under; /src/Events/Events/ssml/
- AnalysisG.Events import SSML
- Variables:
index – “eventNumber”
is_mc – “mcChannelNumber” - This could be used to indicate whether the given samples are data or mc, since these would be assigned a null or integer value respectively.
met – “met_met”
phi – “met_phi”
Electrons – A container for the event electrons
Muons – A container for the event muons
Jets – A container for the event jets
Detector – A list of all event particles.
Particle Definitions
This section highlights the attributes associated with the different event particles.
- class AnalysisG.Events.Events.ssml.Particles.Electron
- Variables:
Type – “el”
pt – “el_pt”
eta – “el_eta”
phi – “el_phi”
e – “el_e”
charge – “el_charge”
tight – “el_isTight”
d0sig – “el_d0sig”
delta_z0 – “el_delta_z0_sintheta”
delta_z0 – “el_delta_z0_sintheta”
si_d0 – “el_bestmatchSiTrackD0”
si_eta – “el_bestmatchSiTrackEta”
si_phi – “el_bestmatchSiTrackPhi”
si_pt – “el_bestmatchSiTrackPt”
- class AnalysisG.Events.Events.ssml.Particles.Muon
- Variables:
Type – “mu”
pt – “mu_pt”
eta – “mu_eta”
phi – “mu_phi”
e – “mu_e”
charge – “mu_charge”
tight – “mu_isTight”
d0sig – “mu_d0sig”
delta_z0 – “mu_delta_z0_sintheta”
- class AnalysisG.Events.Events.ssml.Particles.Jet
- Variables:
Type – “jet”
pt – “jet_pt”
eta – “jet_eta”
phi – “jet_phi”
e – “jet_e”
jvt – “jet_jvt”
width – “jet_Width”
dl1_btag_60 – “jet_isbtagged_DL1dv01_60”
dl1_btag_70 – “jet_isbtagged_DL1dv01_70”
dl1_btag_77 – “jet_isbtagged_DL1dv01_77”
dl1_btag_85 – “jet_isbtagged_DL1dv01_85”
dl1 – “jet_DL1dv01”
dl1_b – “jet_DL1dv01_pb”
dl1_c – “jet_DL1dv01_pc”
dl1_u – “jet_DL1dv01_pu”
gn2_btag_60 – “jet_isbtagged_GN2v00NewAliasWP_60”
gn2_btag_70 – “jet_isbtagged_GN2v00NewAliasWP_70”
gn2_btag_77 – “jet_isbtagged_GN2v00NewAliasWP_77”
gn2_btag_85 – “jet_isbtagged_GN2v00NewAliasWP_85”
gn2_lgc_btag_60 – “jet_isbtagged_GN2v00LegacyWP_60”
gn2_lgc_btag_70 – “jet_isbtagged_GN2v00LegacyWP_70”
gn2_lgc_btag_77 – “jet_isbtagged_GN2v00LegacyWP_77”
gn2_lgc_btag_85 – “jet_isbtagged_GN2v00LegacyWP_85”