is there a built in cut at the generator level for etmiss?

Asked by Ashutosh Kotwal

Is it possible to add a simple cut on the magnitude of etmiss, summing over all neutrinos, neutralinos etc, that is, all the neutral patrons in the final state? Is there a built-in cut for that, analogous to ptj for the pT of jets, and similar cut for pT of leptons etc?

thanks,
Ashutosh

Question information

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

Hi,

You have the following line in the run_card:
 -1 = missetmax ! maximum missing Et (sum of neutrino's momenta)

As stated this work only for the neutrino.

If you want to add other type of particle,
you can modify the file:
SubProcesses/setcuts.f

and extend the list of covered particle by that cut:
c-neutrino's for missing et
         if (abs(idup(i,1,iproc)).eq.12) is_a_nu(i)=.true. ! no cuts on ve ve~
         if (abs(idup(i,1,iproc)).eq.14) is_a_nu(i)=.true. ! no cuts on vm vm~
         if (abs(idup(i,1,iproc)).eq.16) is_a_nu(i)=.true. ! no cuts on vt vt~

Cheers,

Olivier

On 01 Jan 2015, at 15:41, Ashutosh Kotwal <email address hidden> wrote:

> New question #259971 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/259971
>
> Is it possible to add a simple cut on the magnitude of etmiss, summing over all neutrinos, neutralinos etc, that is, all the neutral patrons in the final state? Is there a built-in cut for that, analogous to ptj for the pT of jets, and similar cut for pT of leptons etc?
>
> thanks,
> Ashutosh
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Can you help with this problem?

Provide an answer of your own, or ask Ashutosh Kotwal for more information if necessary.

To post a message you must log in.