Parton level

Asked by said ghourmin

Hi
 Suppose I have imported three samples events of SM and BSM backround in MA5 shell. I want to get the kinematic distributions at parton level. Specifically, i want to get the histogrammes ploting with lines, i don't want get the histogramme with colour surface. how i can do that? because when i start ploting the parton level always i get histogrammes with coloured surface i don't want that.

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

First of all please see the reference pages in our website: http://madanalysis.irmp.ucl.ac.be <http://madanalysis.irmp.ucl.ac.be/>
all the options that you can modify are written there. Secondly when you import a sample

import XXX.lhe as my_sample

you can set its properties by typing “set my_sample.” + tab. This will give you all the options that you can modify. Thirdly ma5 gives you an open-source working environment all the codes to produce the plots are written in your Output folder, you can easily modify them and get the plots you want.

Cheers


Jack Y. Araz

> On Jun 1, 2021, at 10:11 AM, said ghourmin <email address hidden> wrote:
>
> [EXTERNAL EMAIL]
>
> New question #697338 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/697338
>
> Hi
> Suppose I have imported three samples events of SM and BSM backround in MA5 shell. I want to get the kinematic distributions at parton level. Specifically, i want to get the histogrammes ploting with lines, i don't want get the histogramme with colour surface. how i can do that? because when i start ploting the parton level always i get histogrammes with coloured surface i don't want that.
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
said ghourmin (saidghourmin) said :
#2

thank you for your prompt reply
typing set my_sample. + tab i find all option given below

sample_1.backcolor sample_1.scale_down_variation
sample_1.backstyle sample_1.scale_up_variation
sample_1.linecolor sample_1.scale_variation
sample_1.linestyle sample_1.title
sample_1.linewidth sample_1.type
sample_1.pdf_down_variation sample_1.weight
sample_1.pdf_up_variation sample_1.weighted_events
sample_1.pdf_variation sample_1.xsection

which one correspond to erras colour surface let just lines histogram

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

Hi

Have you read the reference card that I told you in the previous answer? All the options that you are looking for are written in page 8. If that is not enough, as I said in the previous answer, ma5 writes the code to generate the plot which then can be modified by the user.


Jack Y. Araz

> On Jun 1, 2021, at 11:01 AM, said ghourmin <email address hidden> wrote:
>
> [EXTERNAL EMAIL]
>
> Question #697338 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/697338
>
> Status: Answered => Open
>
> said ghourmin is still having a problem:
> thank you for your prompt reply
> typing set my_sample. + tab i find all option given below
>
> sample_1.backcolor sample_1.scale_down_variation
> sample_1.backstyle sample_1.scale_up_variation
> sample_1.linecolor sample_1.scale_variation
> sample_1.linestyle sample_1.title
> sample_1.linewidth sample_1.type
> sample_1.pdf_down_variation sample_1.weight
> sample_1.pdf_up_variation sample_1.weighted_events
> sample_1.pdf_variation sample_1.xsection
>
> which one correspond to erras colour surface let just lines histogram
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
said ghourmin (saidghourmin) said :
#4

Thanks Jack Y. Araz, that solved my question.