Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tutorials] Introduce a tutorials/hist naming convention and a nice description #17113

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
7dd22b7
[gitignore] ignore more stuff in documentation/doxygen
silverweed Nov 25, 2024
6112bc0
[tutorials] add hist000_TH1_first
silverweed Nov 25, 2024
86576ae
[tutorials] add hist001_TH1_fillrandom
silverweed Nov 25, 2024
b74573c
[tutorials] add hist002_TH1_fullrandom_userfunc
silverweed Nov 25, 2024
f88a1a2
[tutorials] add hist003_TH1_Draw
silverweed Nov 25, 2024
cebfa2c
[tutorials] rename hlabels1.C to hist004_TH1_labels.C
silverweed Nov 25, 2024
fa67c08
[tutorials] add comments to hist004_TH1_labels1
silverweed Nov 25, 2024
2713e4a
[tutorials] add comments to hist005_TH1_palettecolor
silverweed Nov 25, 2024
d16a954
[tutorials] rename hist004_TH1_labels1.C
silverweed Nov 25, 2024
7b8f6a4
[tutorials] hbars -> hist006_TH1_bar_charts.C
silverweed Nov 25, 2024
5a264b7
[tut] clang-format hist007
silverweed Nov 25, 2024
2f03dc9
[tut] modernize hist007_TH1_liveupdate
silverweed Nov 25, 2024
de6d0ca
[tut] move hsumTimer.C to legacy
silverweed Nov 25, 2024
6556e2d
[tut] move ZoomHistogram.C to hist008_TH1_zoom.C
silverweed Nov 25, 2024
06f93a2
[tut] rename NormalizeHistogram.C -> hist009_TH1_normalize.C
silverweed Nov 25, 2024
9987145
[tut] rename twoscales.C to hist010_TH1_two_scales.C
silverweed Nov 25, 2024
934333d
[tut] modernize a bit hist010
silverweed Nov 25, 2024
2c4b947
[tut] rename legendautoplaced.C to hist011_TH1_legend_autoplaced.C
silverweed Nov 26, 2024
6773354
only hist/*.C files change and intorudce new naming convention
aprozo Nov 27, 2024
c54ab5b
change names in make list
aprozo Nov 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ compile_commands.json
documentation/doxygen/*.eps
documentation/doxygen/*.pcm
documentation/doxygen/*.jpg
documentation/doxygen/*.root
documentation/doxygen/*.csv
documentation/doxygen/*.png
documentation/doxygen/*.pdf
documentation/doxygen/*.dot

# Pycache
__pycache__
22 changes: 11 additions & 11 deletions tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,10 @@ set(gui_veto fit/fitpanel_playback.C
geom/building.C geom/cheongwadae.C geom/geom*.C geom/lego.C geom/robot.C geom/south_gate.C geom/station*.C geom/tank.C geom/webdemo.C geom/web_cms.cxx
gl/glViewerExercise.C gl/glViewerLOD.C gl/gviz3d.C gl/nucleus.C gl/viewer3DLocal.C gl/viewer3DMaster.C
gui/*.C
hist/exec1.C
hist/exec2.C
hist/tprofile2polyRealistic.C
hist/tprofile2polyRealisticModuleError.C
hist/hist057_TExec_th1.C
hist/hist057_TExec_th2.C
hist/hist041_TProfile2Poly_realistic.C
hist/hist042_TProfile2Poly_module_error.C
image/*.C
graphics/psview.C graphics/gtime.C
graphics/graph_edit_playback.C
Expand Down Expand Up @@ -506,13 +506,13 @@ set(returncode_1 fit/fit2a.C
graphics/tmathtext.C graphics/tmathtext2.C
graphs/exclusiongraph.C
graphs/graphstruct.C
hist/ContourList.C
hist/hbars.C
hist/th2polyBoxes.C
hist/statsEditing.C
hist/cumulative.C
hist/hlabels1.C
hist/hlabels2.C
hist/hist102_TH2_contour_list.C
hist/hist006_TH1_bar_charts.C
hist/hist037_TH2Poly_boxes.C
hist/hist060_Stats.C
hist/hist014_TH1_cumulative.C
hist/hist004_TH1_labels.C
hist/hist036_TH2_labels.C
tree/h1analysis.C
math/chi2test.C
r/SimpleFitting.C)
Expand Down
182 changes: 0 additions & 182 deletions tutorials/hist/ContourList.C

This file was deleted.

157 changes: 0 additions & 157 deletions tutorials/hist/Fibonacci.C

This file was deleted.

Loading
Loading