From 7d7e1a1084941db0787377fb1a144fd58a6854ca Mon Sep 17 00:00:00 2001 From: Alexey Rybalchenko Date: Tue, 26 Aug 2014 09:29:55 +0200 Subject: [PATCH] fix ID in startAll script and a broken link in documentation. --- fairmq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fairmq/README.md b/fairmq/README.md index 53b28c21..c3b1acdc 100644 --- a/fairmq/README.md +++ b/fairmq/README.md @@ -6,7 +6,7 @@ The standard FairRoot is running all the different analysis tasks within one pro The components encapsulating the tasks are called **devices** and derive from the common base class `FairMQDevice`. FairMQ provides ready to use devices to organize the dataflow between the components (without touching the contents of a message), providing functionality like merging and splitting of the data stream (see subdirectory `devices`). -A number of devices to handle the data from the Tutorial3 detector of FairRoot are provided as an example and can be found in `FairRoot/base/MQ` directory. The implementation of the tasks run by these devices can be found `FairRoot/example/Tutorial3`. The implementation includes sending raw binary data as well as serializing the data with either [Boost Serialization](www.boost.org/doc/libs/release/libs/serialization/), [Google Protocol Buffers](https://developers.google.com/protocol-buffers/) or [Root TMessage](http://root.cern.ch/root/html/TMessage.html). Following the examples you can implement your own devices to transport arbitrary data. +A number of devices to handle the data from the Tutorial3 detector of FairRoot are provided as an example and can be found in `FairRoot/base/MQ` directory. The implementation of the tasks run by these devices can be found `FairRoot/example/Tutorial3`. The implementation includes sending raw binary data as well as serializing the data with either [Boost Serialization](http://www.boost.org/doc/libs/release/libs/serialization/), [Google Protocol Buffers](https://developers.google.com/protocol-buffers/) or [Root TMessage](http://root.cern.ch/root/html/TMessage.html). Following the examples you can implement your own devices to transport arbitrary data. ## Topology