Skip to content

Commit

Permalink
adding variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aalvesan committed Apr 23, 2024
1 parent 0293b9b commit adc7533
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hbt/config/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ def add_variables(config: od.Config) -> None:
unit="GeV",
x_title="HT",
)
config.add_variable(
name="jet_pt",
expression="Jet.pt",
null_value=EMPTY_FLOAT,
binning=(40, 0.0, 400.0),
unit="GeV",
x_title=r"all Jet $p_{T}$",
)
config.add_variable(
name="jet1_pt",
expression="Jet.pt[:,0]",
Expand Down

0 comments on commit adc7533

Please sign in to comment.