You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Detectors/MUON/MCH/Workflow/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Take as input the list of all preclusters ([PreCluster](../Base/include/MCHBase/
79
79
80
80
## Local to global cluster transformation
81
81
82
-
The `o2-mch-clusters-transformer-workflow` takes as as input the list of all clusters ([ClusterStruct](../Base/include/MCHBase/ClusterBlock.h)), in local reference frame, in the current time frame, with the data description "CLUSTERS".
82
+
The `o2-mch-clusters-transformer-workflow` takes as input the list of all clusters ([ClusterStruct](../Base/include/MCHBase/ClusterBlock.h)), in local reference frame, in the current time frame, with the data description "CLUSTERS".
83
83
84
84
It sends the list of the same clusters, but converted in global reference frame, with the data description "GLOBALCLUSTERS".
85
85
@@ -175,7 +175,7 @@ Option `--nEventsPerTF xxx` allows to set the number of events (i.e. ROF records
where `clusters.in` is a binary file containing for each event:
@@ -185,7 +185,7 @@ where `clusters.in` is a binary file containing for each event:
185
185
* list of clusters ([ClusterStruct](../Base/include/MCHBase/ClusterBlock.h))
186
186
* list of associated digits ([Digit](../Base/include/MCHBase/Digit.h))
187
187
188
-
Send the list of all clusters ([ClusterStruct](../Base/include/MCHBase/ClusterBlock.h)) in the current time frame, with the data description "CLUSTERS", and the list of ROF records ([ROFRecord](../../../../DataFormats/Detectors/MUON/MCH/include/DataFormatsMCH/ROFRecord.h)) pointing to the clusters associated to each interaction, with the data description "CLUSTERROFS".
188
+
Send the list of all clusters ([ClusterStruct](../Base/include/MCHBase/ClusterBlock.h)) in the current time frame, with the data description "CLUSTERS" (or "GLOBALCLUSTERS" if `--global` option is used), and the list of ROF records ([ROFRecord](../../../../DataFormats/Detectors/MUON/MCH/include/DataFormatsMCH/ROFRecord.h)) pointing to the clusters associated to each interaction, with the data description "CLUSTERROFS".
189
189
190
190
Option `--nEventsPerTF xxx` allows to set the number of events (i.e. ROF records) to send per time frame (default = 1).
Take as input the list of all clusters ([ClusterStruct](../Base/include/MCHBase/ClusterBlock.h)) in the current time frame, and, optionnally, the list of all associated digits ([Digit](../Base/include/MCHBase/Digit.h)) and the list of ROF records ([ROFRecord](../../../../DataFormats/Detectors/MUON/MCH/include/DataFormatsMCH/ROFRecord.h)) pointing to the clusters associated to each interaction, with the data description "CLUSTERS" (or "GLOBALCLUSTERS" if `--global` option is used), "CLUSTERDIGITS" (unless `--no-digits` option is used) and "CLUSTERROFS", respectively, and write them event-by-event in the binary file `clusters.out` with the following format for each event:
249
249
250
250
* number of clusters (int)
251
-
* number of associated digits (int) (unless option`--no-digits` is used)
251
+
* number of associated digits (int) (= 0 if`--no-digits` is used)
252
252
* list of clusters ([ClusterStruct](../Base/include/MCHBase/ClusterBlock.h))
253
253
* list of associated digits ([Digit](../Base/include/MCHBase/Digit.h))(unless option `--no-digits` is used)
0 commit comments