root-framework Questions

4

Solved

I'm trying to install the ROOT CERN packages on linux, using Ubuntu 18.04, and whenever I get into the prerequisites download, with this command: sudo apt-get install dpkg-dev cmake g++ gcc binutil...
Reuter asked 22/11, 2020 at 3:13

3

I would like to use CERN ROOT to draw a 2d graph of pairs of x-y datapoints possibly also with y-errorbars. However I only know how to draw histograms. Is this possible with CERN ROOT? If so how? ...
Traverse asked 27/7, 2015 at 13:28

5

I'm using CLion IDE, Cmake and trying to write Hello world using CERN ROOT library. CMakeLists.txt: message(STATUS $ENV{ROOTSYS}) ~/.bashrc: export ROOTSYS="$HOME/tools/root-build/" During bu...
Scant asked 6/6, 2016 at 16:10

1

Solved

Apparently, CERN's "Root" software is compatible (as of version 6.12) with C++17. However, I have been completely unable to get this to work with the newest version (6.20) and all previou...
Seymour asked 1/7, 2020 at 4:13

6

I am currently writing a program that sits on top of a C++ interpreter. The user inputs C++ commands at runtime, which are then passed into the interpreter. For certain patterns, I want to replace ...
Fadeless asked 4/8, 2015 at 16:12

0

While using python with pyroot (a python interface to a CERN data analysis package named ROOT), I encountered the following strange behaviour: print ROOT.TFile(fname).GetListOfKeys() outputs Non...
Diaphoresis asked 25/8, 2014 at 13:38

3

Solved

I have a problem with my python application, and I think it's related to the python garbage collection, even if I'm not sure... The problem is that my application takes a lot of time to exit and t...
Kristeenkristel asked 12/10, 2010 at 15:50

1

Solved

I'm trying to write a class that needs to deallocate some memory, so I've defined a custom destructor. This is compiled as a shared library. However, when I try to compile a basic program to use th...
Kopaz asked 16/1, 2014 at 5:24

1

Solved

I am in the somewhat unfortunate position to try to convert a program from the depths of CERN ROOT to python. In ROOT code (CINT in itself is an abomination imo), one can store mathematical functio...
Penutian asked 26/12, 2011 at 23:27

3

The ROOT data analysis framework commonly used in high energy physics uses a binary file format that has internal structure like a real filesystem (i.e. folder & files). The ls() method output ...
Godewyn asked 26/6, 2009 at 21:13
1

© 2022 - 2024 — McMap. All rights reserved.