Skip to content

Commit f5041cf

Browse files
committed
MegaLinter fixes
1 parent c1bed77 commit f5041cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tutorials/PWGLF/Utils/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ This directory contains tutorials for common PWGLF utilities and helper classes.
1010

1111
This tutorial demonstrates how to use the `collisionCutsGroup` pattern for automatic configurable registration of collision event selection parameters.
1212

13-
### Key Features:
13+
### Key Features
1414

1515
- **Automatic Configurable Registration**: All collision selection parameters are automatically registered by the DPL framework with a single line of code
1616
- **Reduced Boilerplate**: Traditional approach requires ~30 lines of manual configurable declarations, the new pattern reduces this to ~5 lines
1717
- **Comprehensive Event Selection**: Includes z-vertex cuts, centrality cuts, time frame cuts, occupancy cuts, and various Run 3 event selection flags
1818

19-
### What You'll Learn:
19+
### What You'll Learn
2020

2121
1. How to declare a `collisionCutsGroup` configurable
2222
2. How to apply settings from the group to a `CollisonCuts` object
2323
3. How to use the collision cuts checker to filter events
2424
4. How to fill QA histograms for selected events
2525

26-
### Customizing Cuts:
26+
### Customizing Cuts
2727

2828
The collision cuts can be customized via JSON configuration file:
2929

@@ -48,7 +48,7 @@ For a complete list of available parameters, run:
4848
o2-analysis-collision-cuts-tutorial --help full
4949
```
5050

51-
### Related Documentation:
51+
### Related Documentation
5252

5353
- Main collision cuts implementation: `PWGLF/Utils/collisionCuts.h`
5454
- Configurable group implementation: `PWGLF/Utils/collisionCutsGroup.h`

0 commit comments

Comments
 (0)