Eta cut on b-jets?

Asked by Billy Ford

Hi,

Just want to check something on cutting eta on b-jets. Firstly am I correct in thinking that the standard cut, using select ABSETA(b) < 2.5, is applied on the tagged b-jets (post reconstruction)? If so, is there a way to apply this cut on the hadrons/pseudojets before they are passed to reconstruction in fast jet in 'normal' mode?

Thanks,

Billy

Question information

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

Hi,

What you want cannot be done without hacking the code. I can point to you where exactly, if you want to try by yourself.

Cheers,

Benjamin

> On 10 Jun 2019, at 11:42 , Billy Ford <email address hidden> wrote:
>
> New question #681317 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/681317
>
> Hi,
>
> Just want to check something on cutting eta on b-jets. Firstly am I correct in thinking that the standard cut, using select ABSETA(b) < 2.5, is applied on the tagged b-jets (post reconstruction)? If so, is there a way to apply this cut on the hadrons/pseudojets before they are passed to reconstruction in fast jet in 'normal' mode?
>
> Thanks,
>
> Billy
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
Billy Ford (billyford) said :
#2

Yes, that would be perfect. Thanks Benjamin!

Revision history for this message
Best Benjamin Fuks (fuks) said :
#3

Hi Billy,

The code driving the run of fastjet is given here:
  /tools/SampleAnalyzer/Interfaces/fastjet/ClusterAlgoFastJet.cpp

Cheers,

Benjamin

> On 11 Jun 2019, at 09:08 , Billy Ford <email address hidden> wrote:
>
> Question #681317 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/681317
>
> Billy Ford posted a new comment:
> Yes, that would be perfect. Thanks Benjamin!
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
Billy Ford (billyford) said :
#4

Thanks Benjamin Fuks, that solved my question.