Fastjet in expert mode

Asked by Mohamed Krab

Hi,

How can we call the Fastjet package in the expert mode?

Many thanks,
Mohamed

Question information

Language:
English Edit question
Status:
Solved
For:
MadAnalysis 5 Edit question
Assignee:
No assignee Edit question
Solved by:
Jack Y. Araz
Solved:
Last query:
Last reply:
Revision history for this message
Jack Y. Araz (jackaraz) said :
#1

Hi Mohamed

You need to add fastjet libraries into the Makefile and compile the analysis folder with them included. In v1.9 all fastjet related configurations are done in the background and user only has access to the output i.e. reconstructed jets.

cheers


Jack Y. Araz

> On May 3, 2021, at 2:50 PM, Mohamed Krab <email address hidden> wrote:
>
> [EXTERNAL EMAIL]
>
> New question #696892 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/696892
>
> Hi,
>
> How can we call the Fastjet package in the expert mode?
>
> Many thanks,
> Mohamed
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
Mohamed Krab (mkrab) said :
#2

Hi Jack,

Ok, thanks a lot.
How can we use the jet algorithm (e.g. anti-kt algorithm) in our expert mode?

Regards,
Mohamed

Revision history for this message
Best Jack Y. Araz (jackaraz) said :
#3

Hi Mohamed

This is already available through SFS@Ma5 interface (see 2006.09387 <https://arxiv.org/abs/2006.09387> [hep-ph] sec. 3.5). You don’t need to modify Makefile, simply add all fastjet related things that you like in a command script (just like in normal mode) and run expert mode with that script. This will automatically modify your analysis folder and reconstruct your jets with the algorithm/radius of your choosing.

cheers


Jack Y. Araz

> On May 3, 2021, at 4:05 PM, Mohamed Krab <email address hidden> wrote:
>
> [EXTERNAL EMAIL]
>
> Question #696892 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/696892
>
> Status: Answered => Open
>
> Mohamed Krab is still having a problem:
> Hi Jack,
>
> Ok, thanks a lot.
> How can we use the jet algorithm (e.g. anti-kt algorithm) in our expert mode?
>
> Regards,
> Mohamed
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
Mohamed Krab (mkrab) said :
#4

Hi Jack,

That makes sense, thanks a lot.

Regards,
Mohamed

Revision history for this message
Mohamed Krab (mkrab) said :
#5

Thanks Jack Y. Araz, that solved my question.