Skip to content
Merged
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions Tools/PIDML/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Currently, only models for run 285064 (timestamp interval: 1524176895000 - 15242

Both model and interface analysis examples can be run with a script:

### Script for Run2 Converted to Run3 data:
### Script for Run2 Converted to Run3 data
```bash
#!/bin/bash

Expand All @@ -77,7 +77,7 @@ o2-analysis-tracks-extra-converter --configuration json://$config_file -b |
```
Remember to set every setting, which states that helper task should process Run2 data to `true`.

### Script for Run3 data:
### Script for Run3 data
```bash
#!/bin/bash

Expand Down