I would like to ask if you can recommend me a tutorial for a very beginner?
I received root files with data.
I can already write a simple macro that opens a root file, draw a graph, a histogram, and save it to a new root file.
Now I would like to learn how I can extract numeric data from this file, for example, the largest X value, the average value, etc.
I probably need to learn how to use TTree::MakeClass
TTree::MakeSelector, but I don’t know if this is the simplest way.
Can you recommend me a tutorial for a very beginner?
Thanks a lot for sharing! As someone who’s also just starting out in the world of ROOT analysis, your post is incredibly helpful.
I’ve managed to learn a bit so far, but starting with the basics is essential. And I haven’t even seen the tips on TTree:CloneTree and TTreeReader before. Thanks
Hi everyone! I would like to also get some tutorials for beginners. We recently switched to this framework, and to be honest, I feel lost sometimes. That’s why I’ve decided to join this forum in the first place.
So, if you have any tutorials for beginners, feel free to share.
Thanks for the Root tutorials. I find them pretty helpful. Also, if you could share some practical problems to solve, it would be really helpful. But thanks anyway.
Thanks for your support. I usually try to play around to solve my problems. But in most cases, I get lost in my steps, and in the end, I have no clue what actually helped me.
But I like to read about problems that people share here, and I’m interested in reading about solutions or sharing my suggestions.