Skip to content

Implementation of binned observables in the Likelihood #225

Answered by peterstangl
DegCo asked this question in Q&A
Discussion options

You must be logged in to vote

Observables that require additional arguments can be specified in three equivalent ways:

  • using a tuple like e.g. ('<FL>(B0->K*mumu)', 4, 6)
  • using a list like e.g. ['<FL>(B0->K*mumu)', 4, 6]
  • using a dictionary like e.g. {'name: '<FL>(B0->K*mumu)', 'q2min': 4, 'q2max': 6}

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@Killngai
Comment options

@Killngai
Comment options

@Killngai
Comment options

Answer selected by peterstangl
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
3 participants
Converted from issue

This discussion was converted from issue #202 on May 11, 2023 14:55.