#
root-cern
Here are 125 public repositories matching this topic...
reikdas
opened
Apr 1, 2020
Manipulate arrays of complex data structures as easily as Numpy.
python
big-data
analysis
arrow
numpy
python3
hdf5
root
parquet
columnar-storage
root-cern
apache-arrow
columnar
scikit-hep
-
Updated
Feb 4, 2021 - Python
hep is the mono repository holding all of go-hep.org/x/hep packages and tools
go
golang
statistics
plot
godoc
plotting
hep
cern
root-cern
lhc
go-hep
hepmc
xrootd
cern-analysis
physics-analyses
-
Updated
Feb 4, 2021 - Go
Toolset of interfaces and tools for Particle Physics.
-
Updated
Jan 4, 2021 - Python
A Python module for conveniently loading/saving ROOT files as pandas DataFrames
-
Updated
Nov 28, 2019 - Python
User friendly and more intuitive interface to ROOT and PyROOT
-
Updated
Feb 3, 2021 - C
A Python library for summarizing event data into multivariate categorical data
-
Updated
May 16, 2020 - Python
AT-TPC analysis framework (data & simulation) based on FairRoot
-
Updated
Feb 4, 2021 - C
Allows reading ROOT TTrees into Apache Spark as DataFrames
-
Updated
Oct 13, 2020 - Java
Machine Learning as a Service for HEP
-
Updated
Jan 29, 2021 - Python
Nuclear Spectrum Analysis Tool
python
tutorial
analysis
physics
minus
cut
root
data-analysis
root-cern
spectroscopy
hdtv
nuclear-physics
gamma-spectroscopy
nuclear-spectrum-analysis
-
Updated
May 4, 2020 - Python
jgalan
commented
Jan 23, 2021
It might happen that we process a ROOT file once using a very quick/preliminary analysis. Then, we want to apply a more sophisticated analysis to events that satisfy certain conditions in the resulting file at the analysisTree, even at a late processing stage. In the second more sophisticated and computationally expensive processing chain we may add processes that require more computation. In othe
Code for optimizing simple n-tuples
-
Updated
May 7, 2020 - Python
A simple matrix class that's compatible with STL functions and CERNs ROOT library. Includes functions for + - * /, inverting, normalisation, eigenvalues, the trace and transpose.
cpp
matrix
stl
matrix-functions
root
stl-containers
cern
root-cern
matrix-calculations
matrix-computations
-
Updated
Oct 25, 2020 - C++
Streamlined neural network training.
-
Updated
Jan 22, 2021 - Python
Particle Identification Matrix Factorization Library
-
Updated
Apr 11, 2017 - C++
Libary for electronics simulation. Circuit design with s-parameter, spice, etc.
-
Updated
Oct 30, 2018 - C++
Data analysis tools for ROOT 6
gui
analysis
physics
root-cern
spectroscopy
nuclear-physics
gamma-ray-spectrometry
gamma-spectroscopy
-
Updated
Jun 1, 2020 - C++
Improve this page
Add a description, image, and links to the root-cern topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the root-cern topic, visit your repo's landing page and select "manage topics."


Explain what you would like to see improved
TCling::CheckClassInfo()should return (by parameter) the found decl, such thatTClass::Init()can use it to construct theTClingClassInfoand that doesn't need to repeat the lookup.To Reproduce
One: