problem in cut implementation

Asked by nabanita ganguly

Hi,
I am working with a .lhco file generated by MG5 . I want to plot the variable dETA and employ a cut on it. SO I did the following :

plot dETA(j[1] j[2])
reject -2 < dETA(j[1] j[2]) < 2
The cut table shows reduction in events
Then to make sure that the cut has been implemented correctly I again plot dETA(j[1] j[2]).
But the plot is showing events between (-2,2). that definitely means cut has not been applied properly. Could you please suggest why is that happening?What is the proper way of implementing this cut then?

I try with other kinematic variables like M(j[1] j[2]) DELTAR(j[1] j[2]). No such inconsistency is coming there.

Regards,
Nabanita

Question information

Language:
English Edit question
Status:
Solved
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Solved by:
nabanita ganguly
Solved:
Last query:
Last reply:
Revision history for this message
Benjamin Fuks (fuks) said :
#1

Hi Nabanita,

Thanks a lot for pointing this to us. That was a bug that will be fixed in v1.4. You can download the beta version from here:
  https://code.launchpad.net/~ma5dev/madanalysis5/v1.4beta

Regards,

Benjamin

On 01 Apr 2016, at 06:47 , nabanita ganguly <email address hidden> wrote:

> New question #289739 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/289739
>
> Hi,
> I am working with a .lhco file generated by MG5 . I want to plot the variable dETA and employ a cut on it. SO I did the following :
>
> plot dETA(j[1] j[2])
> reject -2 < dETA(j[1] j[2]) < 2
> The cut table shows reduction in events
> Then to make sure that the cut has been implemented correctly I again plot dETA(j[1] j[2]).
> But the plot is showing events between (-2,2). that definitely means cut has not been applied properly. Could you please suggest why is that happening?What is the proper way of implementing this cut then?
>
> I try with other kinematic variables like M(j[1] j[2]) DELTAR(j[1] j[2]). No such inconsistency is coming there.
>
> Regards,
> Nabanita
>
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
nabanita ganguly (nabanita-rimpi) said :
#2

Hi Benjamin,

Thank u so much for the prompt reply. It is working properly now. When will be the new version released?

Regards,
Nabanita