Skip to content

Commit be00cdf

Browse files
committed
Remove whitespaces from READMEs
1 parent 03c7db7 commit be00cdf

File tree

7 files changed

+9
-10
lines changed

7 files changed

+9
-10
lines changed

machine_learning_hep/scripts-dhadrons/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Helper scripts for inclusive hadron analysis
22

33
- adjusting-run2-run3: fix Run 3 plots for comparison with Run 2 results
4-
- debugging: verify different stages of MLHEP processing
5-
- merging: merge results from different MLHEP and cut variation runs
4+
- debugging: verify different stages of MLHEP processing
5+
- merging: merge results from different MLHEP and cut variation runs
66
- multitrial: a workflow to perform the multitrial (raw yield) systematics with MLHEP
77
- preliminary-plots: scripts to plot invariant mass fits and cut variation results for ALICE preliminaries
88
- run-mlhep: automate MLHEP running

machine_learning_hep/scripts-dhadrons/adjusting-run2-run3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Add pT bins to extend the x-axis range on the plots
44

55
File: `add_pt_bins.py`<br>
6-
Usage: `python add_pt_bins.py in_file.root histname out_file.root`
6+
Usage: `python add_pt_bins.py in_file.root histname out_file.root`
77

88
ROOT does not allow nicely to plot a histogram on a plot with x-axis wider than histogram minimum and maximum bins.
99

@@ -31,4 +31,4 @@ The Run 3 script only rescales the input histogram and saves the result in `out_
3131

3232
The lines commented out provide more examples of rescaling.
3333

34-
For Lc prompt cross section obtained during March 2025 approvals, only the uncommented lines in both files were used.
34+
For Lc prompt cross section obtained during March 2025 approvals, only the uncommented lines in both files were used.

machine_learning_hep/scripts-dhadrons/debugging/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ Usage: `python plot_prompt_fraction_vs_bdt_cuts.py config_fraction_vs_bdt_cuts.j
2424

2525
Adjust the JSON config. Here, you provide a glob pattern to all files of interest.
2626
By adjusting `histoname`, you can plot also the non-prompt fraction.
27-

machine_learning_hep/scripts-dhadrons/merging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ For example, given `RESDIR_PATTERN`: `/data/MLHEP/results-today_`, `PERM_PATTERN
4343

4444
Adjust `MLHEP_DIR`, `OUTPUT_DIR`, `RESDIR_PATTERN` and `PERM_PATTERN` in the script.
4545

46-
You might also need to adjust the regular expression in line 12 and file paths in the for loop.
46+
You might also need to adjust the regular expression in line 12 and file paths in the for loop.

machine_learning_hep/scripts-dhadrons/multitrial/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Arguments:
99
- `database_file`: filename of the template database without the .yml extension, e.g., `database_ml_parameters_LcToPKPi`
1010
- `in_db_dir`: path to the directory containing the database, e.g., `data/data_run3`
1111
- `out_db_dir`: path to the directory for output multitrial databases, e.g., `multitrial_db`
12-
- `mlhep_results_dir_pattern`: prefix of output directory name for fit results; for each trial, the trial name is appended to the directory name, and the resulting directory name is written under `Run3analysis/{data,mc}/prefix_dir_res` in the database file
12+
- `mlhep_results_dir_pattern`: prefix of output directory name for fit results; for each trial, the trial name is appended to the directory name, and the resulting directory name is written under `Run3analysis/{data,mc}/prefix_dir_res` in the database file
1313

1414
Adjust `DIR_PATH` in the script. It is the path to the base directory where you store directories with MLHEP results.
1515

machine_learning_hep/scripts-dhadrons/preliminary-plots/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Usage: `python plot_invmass_fit_dzero_dplus_lambdac.py config_invmass_preliminar
88
Example config in `config_invmass_preliminary.yml`. It was used to draw the plots:
99
- https://alice-figure.web.cern.ch/node/34090
1010
- https://alice-figure.web.cern.ch/node/34089
11-
- https://alice-figure.web.cern.ch/node/34088
11+
- https://alice-figure.web.cern.ch/node/34088
1212

1313
The script is passed in different versions around the D2H people. Here, it contains my few improvements, e.g., configurable multiplicity label.<br>
1414
I also commented out lines related to non-prompt particles as we had results only for the prompt case.
@@ -32,4 +32,4 @@ Adjust the script:
3232
- set `bdtScoreCuts` to the proper `bdtScoreCuts_...` variable
3333
- adjust `bdtScoreCuts_toPlot` and the corresponding indices in `bdtScoreCuts_toPlot_ind`; they are the cuts to label on the x-axis
3434
- adjust the input file name and histogram names in `DrawCutVarFit()`
35-
- adjust x-axis title, if needed
35+
- adjust x-axis title, if needed

machine_learning_hep/scripts-dhadrons/systematics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ The histogram labels in legend are taken from the dictionary labels in the JSON,
1313

1414
It is also possible to specify the `y_axis` title and an additional description under the "ALICE Preliminary" header (`alice_text` variable in the config). The header itself and its position can be adjusted in the `get_alice_text` function in the Python script.
1515

16-
Colors and markers can be adjusted at the beginning of the script.
16+
Colors and markers can be adjusted at the beginning of the script.

0 commit comments

Comments
 (0)