Skip to content

Commit c6270f5

Browse files
committed
Rename remaining o2-eve-display to o2-eve-export
1 parent f911c1f commit c6270f5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

EventVisualisation/Workflow/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This module contains DPL worflow, which can be used to produce data (in JSON for
1111

1212
## Prepare data based on simulated data
1313
before one starts steps described below, please verify that:
14-
* for `o2-eve-display` step you should:
14+
* for `o2-eve-export-workflow` step you should:
1515
* start within the folder where simulated data was produced
1616
* you need to store in the folder file ```ITSdictionary.bin``` and ```MFSdictionary.bin``` (available from O2-2288 jira)
1717
* for `o2-eve` step you should:
@@ -33,7 +33,7 @@ $O2_ROOT/prodtests/sim_challenge.sh -n 5 -s pbpb
3333
```
3434
* Run Workflow in folder with files produced by simulation
3535
```shell
36-
o2-global-track-cluster-reader --track-types TPC,ITS --cluster-types TPC,ITS | o2-eve-display --display-tracks TPC,ITS --display-clusters TPC,ITS
36+
o2-global-track-cluster-reader --track-types TPC,ITS --cluster-types TPC,ITS | o2-eve-export-workflow --display-tracks TPC,ITS --display-clusters TPC,ITS
3737
```
3838
* Run `o2-eve` pointing a folder where produced `*.json` files were stored (see description # Event Visualisation View)
3939
```shell
@@ -42,7 +42,7 @@ o2-eve -j -d /home/ed/jsons -o
4242
```
4343

4444

45-
## o2-eve-display command line parameters:
45+
## o2-eve-export-workflow command line parameters:
4646

4747
| *parameter* | *default value* | *description* |
4848
|--------------------------|---------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|

EventVisualisation/Workflow/src/O2DPLDisplay.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
262262
}
263263

264264
specs.emplace_back(DataProcessorSpec{
265-
"o2-eve-display",
265+
"o2-eve-export",
266266
dataRequest->inputs,
267267
{},
268268
AlgorithmSpec{adaptFromTask<O2DPLDisplaySpec>(useMC, srcTrk, srcCl, dataRequest, jsonFolder, timeInterval, numberOfFiles, numberOfTracks, eveHostNameMatch, minITSTracks, minTracks, filterITSROF, filterTime, timeBracket, removeTPCEta, etaBracket, tracksSorting)}});

0 commit comments

Comments
 (0)