Invariant mass cut on different flavor leptons

Asked by Robert Morgan

Hello,

I want to make a cut on the invariant mass on a pair of different flavor leptons and I am wondering if the mmll parameter in the run card works for only the same flavor leptons. Specifically, I want to place a cut on the invariant mass of a muon and a tau. Is changing the parameter in the run card enough to get madgraph to do what I am asking?

Thanks in advance!

Robert

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Solved by:
Olivier Mattelaer
Solved:
Last query:
Last reply:
Revision history for this message
Best Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi,

> I am wondering if the mmll parameter in the run card works for only the same flavor leptons.

It does yes.

> Is changing the parameter in the run card enough to get madgraph to do what I am asking?

no it will not.

You have to modified either setcuts.f or cuts.f to implement such a cut.

Cheers,

Olivier

> On Aug 29, 2016, at 20:38, Robert Morgan <email address hidden> wrote:
>
> New question #371508 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/371508
>
> Hello,
>
> I want to make a cut on the invariant mass on a pair of different flavor leptons and I am wondering if the mmll parameter in the run card works for only the same flavor leptons. Specifically, I want to place a cut on the invariant mass of a muon and a tau. Is changing the parameter in the run card enough to get madgraph to do what I am asking?
>
> Thanks in advance!
>
> Robert
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Robert Morgan (robertmorgan) said :
#2

Thanks Olivier Mattelaer, that solved my question.