From 9ae74a1b11cbdfedce94a4ecfc5ce57ad5963ccb Mon Sep 17 00:00:00 2001 From: knopers8 Date: Tue, 30 Oct 2018 16:07:38 +0200 Subject: [PATCH] DPL and Data Sampling readme chapters (#84) --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 089823f9fe..08dc12b2af 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ The main data flow is represented in blue. Data samples are selected by the Data ## DPL -TODO -> piotr +[Data Processing Layer](https://github.com/AliceO2Group/AliceO2/blob/dev/Framework/Core/README.md) is a software framework developed as a part of O2 project. It structurizes the computing into units called _Data Processors_ - processes that communicate with each other via messages. DPL takes care of generating and running the processing topology out of user declaration code, serializing and deserializing messages, providing the data processors with all the anticipated messages for a given timestamp and much more. Each piece of data is characterized by its `DataHeader`, which consists (among others) of `dataOrigin`, `dataDescription` and `SubSpecification` - for example `{"MFT", "TRACKS", 0}`.