+ * blocks from simulated GEANT hits or MUON offline reconstructed hits.
+ *
+ * Command line flags:
+ * -simdata
+ * Specify this option to publish GEANT hits.
+ * -recdata
+ * Specify this option to publish offline reconstructed raw clusters.
+ * -plane left|right|all
+ * Specifies if data from the left (x < 0), right (x >= 0) or the whole XY
+ * plane should be published.
+ * -chamber <number>|<number>-<number>[,<number>|<number>-<number>]...
+ * Selects the chambers from which to publish data. Valid chamber numbers
+ * in the range [1..10]. The string after '-chamber' is a comma separated
+ * list of numbers or ranges. Some examples of strings:
+ * 1 1-2 1,2,3 1,3-5,7 etc...