
ROOT Forum
Apr 10, 2025 · The ROOT core developers would like to invite you to the 13th ROOT Users Workshop taking place in Valencia, at the Politechnical University of Valencia (UPV), from the …
ROOT on Windows 11 - ROOT - ROOT Forum
Dec 10, 2024 · Hello, I need a robust ROOT installation under Windows 11 using VS2022 and powershell. This used to be possible with precompiled binaries for ROOT5 under Windows 10 …
Question on TString::Form () - ROOT - ROOT Forum
Jan 17, 2018 · The code above does run and outputs “Test 1”, both in interpreted and compiled modes (with ROOT 5 and 6, using clang or gcc). The syntax std::string s = Form("Test %d", i); …
Root Installation (WINDOWS 11) - Newbie - ROOT Forum
May 21, 2024 · I want to use PyRoot for my M.Sc. Project in High Energy Physics. I have installed cmake in my D drive and extracted the file contents into a folder named ROOT in the D drive. I …
ROOT 6.34.02 is out! - News - ROOT Forum
Dec 15, 2024 · Dear all, We’re happy to announce ROOT 6.34.02 , an update of ROOT for the 6.34 branch. You can find the release notes here . The release, its binaries and notes can also …
How to correctly extract the chi2, ndf, p-value of a ... - ROOT Forum
Jul 21, 2021 · By default for a Poissonian dataset, the method takes the square root of the pdf value in the bin center as the uncertainty. This is very wrong for very small predictions like you …
Installing Root on Ubuntu 24.04.1 LTS - ROOT - ROOT Forum
Dec 12, 2024 · Hi everyone! I have the new Ubuntu 24.04.1 LTS as my operative system on my computer. On the app centre of the system, I noticed that ROOT (v6-30-08) was already …
Merging root files
Jun 2, 2005 · Hello! Many root files are produced after running over Grid. It is necessary to make one root file from them. I could not find some topic on that either in the ROOT Users Guide or …
Guide: Root 6 & Anaconda 3.6 - ROOT - ROOT Forum
Mar 22, 2018 · Hello All, In order to read root files into python and use all of the wonderful packages available in anaconda I worked out building root against an external anaconda …
ROOT tree to CSV file format
Jan 19, 2018 · depending on the layout of the TTree stored in your ROOT file, go-hep/rootio might help do what you want. I’ve just whipped up a little naive root2csv command: