Plots not generated

Asked by Gilberto

Hi
I am new to mathanalysis. I am currently using the binary generated through the file: MA5_v1.5_patch1.tgz.
I started by running my session using the examples in the samples directory. So, after installing the example samples with

install samples

and importing the ttbar libraries with:
import /data/theorie/gtx/MadAnalysis/madanalysis5/samples/ttbar_*.lhe.gz

(where /data/theorie/gtx/MadAnalysis/madanalysis5/samples is the folder where the samples are )

I type the following set of commands

ma5> define mu = mu+ mu-

ma5>plot PT(mu)

ma5>reject PT(mu) < 40

ma5>plot PT(mu)

ma5> submit

ma5> open

The result is an html file, however the histograms are not shown. In the histogram section of the report some tables appear but not the histograms. Any idea of what can be the problem? Any help is very appreciated.

I should add that I do not have root installed in the system. When I open the program I get -In addition to the fact that root is not found, the program seems to be functional-:

MA5: Platform: Linux 2.6.32-642.6.2.el6.x86_64 [Linux mode]
MA5: Reading user settings ...
MA5: Checking mandatory packages:
MA5: - Python [OK]
MA5: - GNU GCC g++ [OK]
MA5: - GNU Make [OK]
MA5: Checking optional packages devoted to data processing:
MA5: - Zlib [OK]
MA5: - Zlib [OK]
MA5: - FastJet [OK]
MA5-ERROR: command root-config is not found
MA5: - Root [DISABLED]
MA5: - Delphes [DISABLED]
MA5: - Delphes-MA5tune [DISABLED]
MA5: Checking optional packages devoted to histogramming:
MA5: - Root [DISABLED]
MA5: - Matplotlib [DISABLED]
MA5: - pdflatex [OK]
MA5: - latex [OK]
MA5: Package used for graphical rendering: none
MA5: Checking the MadAnalysis 5 core library:
MA5: => MadAnalysis libraries found.
MA5: => MadAnalysis test program works.
MA5: *************************************************************
MA5: Particle labels exported from madanalysis/input/particles_name_default.txt
MA5: => 87 particles successfully exported.
MA5: Multiparticle labels exported from madanalysis/input/multiparticles_default.txt
MA5: => Creation of the label 'invisible' (-> missing energy).
MA5: => Creation of the label 'hadronic' (-> jet energy).
MA5: => 8 multiparticles successfully exported.

Best wishes
Gilberto

Question information

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

Hi,

There is no way for madanalysis to draw anything as neither root nor matplotlib are installed (or found) on your system.

Regards,

Benjamin

On 24 Jan 2017, at 14:37 , Gilberto <email address hidden> wrote:

> New question #446256 on MadAnalysis 5:
> https://answers.launchpad.net/madanalysis5/+question/446256
>
> Hi
> I am new to mathanalysis. I am currently using the binary generated through the file: MA5_v1.5_patch1.tgz.
> I started by running my session using the examples in the samples directory. So, after installing the example samples with
>
> install samples
>
> and importing the ttbar libraries with:
> import /data/theorie/gtx/MadAnalysis/madanalysis5/samples/ttbar_*.lhe.gz
>
> (where /data/theorie/gtx/MadAnalysis/madanalysis5/samples is the folder where the samples are )
>
> I type the following set of commands
>
> ma5> define mu = mu+ mu-
>
> ma5>plot PT(mu)
>
> ma5>reject PT(mu) < 40
>
> ma5>plot PT(mu)
>
> ma5> submit
>
> ma5> open
>
> The result is an html file, however the histograms are not shown. In the histogram section of the report some tables appear but not the histograms. Any idea of what can be the problem? Any help is very appreciated.
>
> I should add that I do not have root installed in the system. When I open the program I get -In addition to the fact that root is not found, the program seems to be functional-:
>
> MA5: Platform: Linux 2.6.32-642.6.2.el6.x86_64 [Linux mode]
> MA5: Reading user settings ...
> MA5: Checking mandatory packages:
> MA5: - Python [OK]
> MA5: - GNU GCC g++ [OK]
> MA5: - GNU Make [OK]
> MA5: Checking optional packages devoted to data processing:
> MA5: - Zlib [OK]
> MA5: - Zlib [OK]
> MA5: - FastJet [OK]
> MA5-ERROR: command root-config is not found
> MA5: - Root [DISABLED]
> MA5: - Delphes [DISABLED]
> MA5: - Delphes-MA5tune [DISABLED]
> MA5: Checking optional packages devoted to histogramming:
> MA5: - Root [DISABLED]
> MA5: - Matplotlib [DISABLED]
> MA5: - pdflatex [OK]
> MA5: - latex [OK]
> MA5: Package used for graphical rendering: none
> MA5: Checking the MadAnalysis 5 core library:
> MA5: => MadAnalysis libraries found.
> MA5: => MadAnalysis test program works.
> MA5: *************************************************************
> MA5: Particle labels exported from madanalysis/input/particles_name_default.txt
> MA5: => 87 particles successfully exported.
> MA5: Multiparticle labels exported from madanalysis/input/multiparticles_default.txt
> MA5: => Creation of the label 'invisible' (-> missing energy).
> MA5: => Creation of the label 'hadronic' (-> jet energy).
> MA5: => 8 multiparticles successfully exported.
>
>
> Best wishes
> Gilberto
>
>
>
>
>
>
>
>
>
>
>
>
> --
> You received this question notification because you are an answer
> contact for MadAnalysis 5.

Revision history for this message
Gilberto (gilbtx) said :
#2

 Thanks!
I will install either of the programs asap.

Best
Gilberto
On Tuesday, January 24, 2017 15:38 CET, Benjamin Fuks <email address hidden> wrote:

> Your question #446256 on MadAnalysis 5 changed:
> https://answers.launchpad.net/madanalysis5/+question/446256
>
> Status: Open => Answered
>
> Benjamin Fuks proposed the following answer:
> Hi,
>
> There is no way for madanalysis to draw anything as neither root nor
> matplotlib are installed (or found) on your system.
>
> Regards,
>
> Benjamin
>
> On 24 Jan 2017, at 14:37 , Gilberto
> <email address hidden> wrote:
>
> > New question #446256 on MadAnalysis 5:
> > https://answers.launchpad.net/madanalysis5/+question/446256
> > > Hi > I am new to mathanalysis. I am currently using the binary generated through the file: MA5_v1.5_patch1.tgz. > I started by running my session using the examples in the samples directory. So, after installing the example samples with
> > > install samples
> > > and importing the ttbar libraries with:
> > import /data/theorie/gtx/MadAnalysis/madanalysis5/samples/ttbar_*.lhe.gz
> > > (where /data/theorie/gtx/MadAnalysis/madanalysis5/samples is the folder where the samples are )
> > > I type the following set of commands > > ma5> define mu = mu+ mu-
> > > ma5>plot PT(mu)
> > > ma5>reject PT(mu) < 40
> > > ma5>plot PT(mu)
> > > ma5> submit
> > > ma5> open
> > > The result is an html file, however the histograms are not shown. In the histogram section of the report some tables appear but not the histograms. Any idea of what can be the problem? Any help is very appreciated.
> > > I should add that I do not have root installed in the system. When I open the program I get -In addition to the fact that root is not found, the program seems to be functional-:
> > > MA5: Platform: Linux 2.6.32-642.6.2.el6.x86_64 [Linux mode]
> > MA5: Reading user settings ...
> > MA5: Checking mandatory packages:
> > MA5: - Python [OK]
> > MA5: - GNU GCC g++ [OK]
> > MA5: - GNU Make [OK]
> > MA5: Checking optional packages devoted to data processing:
> > MA5: - Zlib [OK]
> > MA5: - Zlib [OK]
> > MA5: - FastJet [OK]
> > MA5-ERROR: command root-config is not found
> > MA5: - Root [DISABLED]
> > MA5: - Delphes [DISABLED]
> > MA5: - Delphes-MA5tune [DISABLED]
> > MA5: Checking optional packages devoted to histogramming:
> > MA5: - Root [DISABLED]
> > MA5: - Matplotlib [DISABLED]
> > MA5: - pdflatex [OK]
> > MA5: - latex [OK]
> > MA5: Package used for graphical rendering: none
> > MA5: Checking the MadAnalysis 5 core library:
> > MA5: => MadAnalysis libraries found.
> > MA5: => MadAnalysis test program works.
> > MA5: *************************************************************
> > MA5: Particle labels exported from madanalysis/input/particles_name_default.txt
> > MA5: => 87 particles successfully exported.
> > MA5: Multiparticle labels exported from madanalysis/input/multiparticles_default.txt
> > MA5: => Creation of the label 'invisible' (-> missing energy).
> > MA5: => Creation of the label 'hadronic' (-> jet energy).
> > MA5: => 8 multiparticles successfully exported.
> > > > Best wishes
> > Gilberto
> > > > > > > > > > > > > > -- > You received this question notification because you are an answer
> > contact for MadAnalysis 5.
>
> -- If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/madanalysis5/+question/446256/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/madanalysis5/+question/446256
>
> You received this question notification because you asked the question.

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

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

The question was answered some time ago.

Can you help with this problem?

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

To post a message you must log in.