Questions tagged [cern-root]

ROOT is a framework for data manipulation and visualization maintained by CERN.

ROOT is a framework for data manipulation and visualization maintained by CERN. It is designed to handle very large (1013 bytes) data sets. It includes the C++-like interpreted language CINT and the parallel processing framework PROOF.

6 questions
4
votes
2 answers

Pass a command to ROOT from a shell script and having it stay open

I am writing a bash script to perform some analysis using the program ROOT. I want to run some initial command to load the result of the analysis, then continue using ROOT interactively. The analysis part goes along well but the problem is that…
Vesnog
  • 679
  • 4
  • 11
  • 29
2
votes
0 answers

Root compilation in OSX with true GCC/G++

I need to compile ROOT with gcc/g++. I am having difficulty with the objective C libraries. If I link a true g++ (installed with brew) to the command gg++ and the same for gcc -> ggcc - I can start to compile with $ cmake ../…
ahagen
  • 121
  • 1
2
votes
1 answer

An error occurs when I try to install ROOT

I' using Ubuntu 14.0. I want to install root. So I followed the instructions: https://root.cern.ch/building-root I'm stuck in the fourth step. I downloaded and unpacked ROOT in the directory home/john/root I decided that I want to install it in…
user2738748
  • 121
  • 1
  • 4
1
vote
1 answer

How do I display a graph in root with Linux on chromebook?

I am extremely new to Linux and I'm using the Chromebook's Linux beta which I believe is ubuntu. I'm trying to use CERN's root software to display a function's graph but it gives me a massive error when it tries to give me the actual graph. My…
0
votes
0 answers

Why is this make not working?

I am attempting to install CERN's root software and I am on the final step of installation. The steps im taking are these. 1) Get the sources of the latest ROOT (see above) 2) Type the build commands: mkdir cd cmake…
0
votes
2 answers

Installing ROOT(statistics program from CERN) on Linux Ubuntu

I'm trying to install ROOT v5.34 on Linux Ubuntu v12.04. After extracting the files and running the configure script, I type in make to initiate the installing process. However, after some time, I get the following error and any help in trying to…
Ptheguy
  • 205
  • 1
  • 4
  • 8