CERN ROOT Tutorial 29: Drawings & Animations

preview_player
Показать описание
In this video, I am explaining how to draw objects on a canvas and how to create simple animations.

You can visit the full playlist for watching all videos of this tutorial series:

0:00 Intro
1:18 Draw Circle
4:01 Create animation
6:17 GIF Export
7:55 Movie conversion
Рекомендации по теме
Комментарии
Автор

Thank you for coming back to root... Its really helpful

sumankhan
Автор

Great Video. Finally someone who made root accessible to me. Thank you :)

Belorn
Автор

Thanks for the video. It was amazing.

However, when I run these codes to my macos, I don't see the live buildup of gaussian distribution, rather I see that the code runs first and then root prompt comes at the end with the final drawing of the canvas. Any idea?

RadwanParvez-gngm
Автор

Thank you very much.
The original ROOT tutorial is unnecessary complicated.

pilotracoon
Автор

Thanks in advance
Great explanation
I hope you will cover how we deal with an event class via using vector

basantmagdyhyabshy
Автор

You should not Draw the ellipse in the loop. It is enough to Draw it once after its creation. If you Draw it in the loop it will be added 50 times in the canvas (this can be seen by doing c1->ls() after the loop).

oliviercouet
Автор

Could you please make a video on how to write an analyzer for physics expt at for example CMS or LHC. Like an analyzer for getting invariant mass of muon. It will be really helpful if you can do that. And btw I just love your videos. Your explanation is great. I have really learnt most of the root from this tutorial only. Thank you for making such amazing videos.

soumyasarkar