labelling a lepton jet that specifically decays from top and anti-top. #192
Unanswered
randomizer6542
asked this question in
Q&A
Replies: 3 comments 5 replies
-
Hi,
That’s easy to do as you can enforce the nature of the mother of the particle considered. For instance, using the normal mode of the code, you can type
define tt = 6 -6
define ll = 11 13 -13 -11
plot PT(ll << tt)
This should do the required job.
Cheers,
Benjamin
PS: this information is available from the code’s manual, page 52...
… On 5 May 2023, at 16:41, randomizer6542 ***@***.***> wrote:
Hi,
This might be a simple question but I am stuck on this, I am learning madanalysis and I want to specify leptons that have decayed from a top/anti-top quark under a label l3
something like
l3 = electrons and muons decay from top and anti-top decay into W and b
can someone help me out with this?
Regards,
|
Beta Was this translation helpful? Give feedback.
5 replies
-
Hi,
Here is the link to the manual:
https://inspirehep.net/literature/1117708
Note that it is quite old, and you may need to check out more recent papers for updates. See the list at the end of this page:
https://github.com/MadAnalysis/madanalysis5
Cheers,
Benjamin
… On 6 May 2023, at 14:44, randomizer6542 ***@***.***> wrote:
@BFuks <https://github.com/BFuks> @jackaraz <https://github.com/jackaraz> appreciate the response from both, I will look it up. If you can, refer me to the manual you referenced so I can read through it. That would help my case a lot since I am just learning the software
—
Reply to this email directly, view it on GitHub <#192 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AIWJNJ2FR6DGBWIBDMYNRKDXEZBSNANCNFSM6AAAAAAXXGYTSE>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi,
This information is lost in the reconstruction process, so that the answer is “no”.
Cheers,
Benjamin
… On 12 May 2023, at 22:42, randomizer6542 ***@***.***> wrote:
Sorry correction It actually looks for the entire decay chain so it doesnt matter how many decays you have if there is a top in your leptons decay chain Ma5 will be able to find it.
@jackaraz <https://github.com/jackaraz> Is there anyway to do this if i am using the reco mode or is it only aplicable when I am using normal mode. i.e. assigning the labels to particles and then plotting for example Plot M(l1<<t) ?
—
Reply to this email directly, view it on GitHub <#192 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AIWJNJ2T464LK43ACGJ2O6DXF2ODVANCNFSM6AAAAAAXXGYTSE>.
You are receiving this because you were mentioned.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
This might be a simple question but I am stuck on this, I am learning madanalysis and I want to specify leptons that have decayed from a top/anti-top quark under a label l3
something like
l3 = electrons and muons decay from top and anti-top decay into W and b
can someone help me out with this?
Regards,
Beta Was this translation helpful? Give feedback.
All reactions