BSM 4-Tops Event (bsm_4tops)
The bsm_4tops package provides the event and particle classes for the
Beyond-Standard-Model four-top-quark analysis. Import with:
from AnalysisG.events.bsm_4tops import BSM4Tops
BSM4Tops
BSM4Tops is a EventTemplate
subclass that wraps the bsm_4tops C++ event class (<bsm_4tops/event.h>).
Particle collections (each element is a particle object listed below):
Attribute |
Description |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Scalar fields (read/write properties):
Property |
Type |
Description |
|---|---|---|
|
|
Unique event number (64-bit unsigned integer). |
|
|
When |
|
|
Average interactions per bunch crossing (pile-up μ). |
|
|
Missing transverse energy magnitude [GeV]. |
|
|
Missing transverse energy azimuthal angle [rad]. |
Particle Classes
top
Truth top quark. Inherits all ParticleTemplate
kinematics.
Attribute |
Type |
Description |
|---|---|---|
|
|
|
|
|
MC generator status code. |
|
|
Associated truth-jet objects. |
|
|
Associated reconstructed-jet objects. |
top_children
Direct decay products of a truth top quark.
Attribute |
Type |
Description |
|---|---|---|
|
|
Index of the parent top in the event |
|
|
|
truthjet
Truth-level jet (particle-flow jet before detector simulation).
Attribute |
Type |
Description |
|---|---|---|
|
|
Number of top quarks that contributed partons to this truth jet. |
|
|
Number of W bosons that contributed partons to this truth jet. |
|
|
|
|
|
Indices of associated top quarks. |
|
|
Associated |
|
|
Associated |
truthjetparton
Parton matched to a truth jet.
Attribute |
Type |
Description |
|---|---|---|
|
|
Index into the event |
|
|
Indices of associated |
jet
Reconstructed jet with DL1/DL1r b-tagging discriminants.
Attribute |
Type |
Description |
|---|---|---|
|
|
Associated |
|
|
Associated |
|
|
Indices of matched top quarks. |
|
|
DL1r b-tag at 60 % working point. |
|
|
DL1 b-tag at 60 % working point. |
|
|
DL1r b-tag at 70 % working point. |
|
|
DL1 b-tag at 70 % working point. |
|
|
DL1r b-tag at 77 % working point. |
|
|
DL1 b-tag at 77 % working point. |
|
|
DL1r b-tag at 85 % working point. |
|
|
DL1 b-tag at 85 % working point. |
|
|
Raw DL1 b/c/light-quark scores. |
|
|
Raw DL1r b/c/light-quark scores. |
jetparton
Parton matched to a reconstructed jet.
Attribute |
Type |
Description |
|---|---|---|
|
|
Index into the event |
|
|
Indices of associated |
electron / muon
Reconstructed electron and muon classes. Both inherit all
ParticleTemplate kinematics;
no additional fields are defined beyond the base class.