Skip to content

Commit 339bb08

Browse files
Improved README (#5688)
1 parent 01c7503 commit 339bb08

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Detectors/Calibration/testMacros/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ where, as you can see, you can overwrite the configurations of the `readout-prox
2222
The aggregator should be started **before the other devices**, since it will listen for data (it is the channel that is *binding*).
2323

2424
* The following example will pass the data arriving to the aggregator to the `o2-calibration-lhc-clockphase-workflow` device, and from there
25-
to the `o2-calibration-ccdb-populator-workflow` to update the CCDB.
26-
In another terminal, run:
25+
to the `o2-calibration-ccdb-populator-workflow` to update the CCDB. For this, the raw-proxy should be in pipeline with these workflows like this:
2726
```cpp
28-
source runEPNsimulation.sh 3
27+
o2-dpl-raw-proxy --dataspec A:TOF/CALIBDATA/0 --channel-config "type=pull,method=bind,address=tcp://localhost:30453,rateLogging=1,transport=zeromq,name=readout-proxy" | o2-calibration-lhc-clockphase-workflow --tf-per-slot 20 -b | o2-calibration-ccdb-populator-workflow --ccdb-path localhost:8080
2928
```
3029

30+
* To send data to the aggregator simulating an arbitrary number of EPNs, in another terminal, run:
31+
```cpp
32+
source runEPNsimulation.sh 3
33+
```
3134
where the argument (`3` above) is the number of EPNs to be simulated. This will send the data to the aggregator process.
3235

3336
**N.B.**: the aggregator and calibration devices will need to use a different port from localHost:8080 in case the local

0 commit comments

Comments
 (0)