multiplicity cuts
#267
Replies: 1 comment
-
Hi Purnath,
Please check our reference cards (the `doc` folder in MA5)… This is all included in there:
select N(mu)==1
select N(e) ==0
Cheers,
Benjamin
… On 15 Oct 2024, at 15:36, Purnath ***@***.***> wrote:
Dear ma5 team,
i have muon and a tau in the final state
tau decays, now it can go to any hadronic or leptonic decay i am using pythia ,delphes and madanalysis5 in the mg5 environment
i want only the hadronic decay of the tau
for that i want only one muon and zero electron in the final state i want to know how to implement this cut ?
i tried implementing these cuts in madanalysis5 using
select (mu) N==1
select (e) N==0
but i'm not getting the results
i want number of events after the cuts
best regards
Purnath
—
Reply to this email directly, view it on GitHub <#267>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AIWJNJ4ZJHYDEM4GHL75ZVDZ3UK7TAVCNFSM6AAAAABP7F2URKVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGMZDCNJWG4>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Purnath
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear ma5 team,
i have muon and a tau in the final state
tau decays, now it can go to any hadronic or leptonic decay i am using pythia ,delphes and madanalysis5 in the mg5 environment
i want only the hadronic decay of the tau
for that i want only one muon and zero electron in the final state i want to know how to implement this cut ?
i tried implementing these cuts in madanalysis5 using
select (mu) N==1
select (e) N==0
but i'm not getting the results
i want number of events after the cuts
best regards
Purnath
Beta Was this translation helpful? Give feedback.
All reactions