]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Updating documentation comments.
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 Jul 2008 09:17:38 +0000 (09:17 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 Jul 2008 09:17:38 +0000 (09:17 +0000)
HLT/MUON/OfflineInterface/AliHLTMUONDigitPublisherComponent.cxx
HLT/MUON/OfflineInterface/AliHLTMUONDigitPublisherComponent.h

index 5959c5a10f8253f6dca95fee46edc181670d1268..12b5cf0c516a49fc42f4d33abd0521641a760591 100644 (file)
@@ -136,7 +136,7 @@ AliHLTComponent* AliHLTMUONDigitPublisherComponent::Spawn()
 int AliHLTMUONDigitPublisherComponent::ParseChamberString(const char* str)
 {
        /// Parses a string with the following format:
-       ///   <number>|<number>-<number>[,<number>|<number>-<number>]...
+       ///   <number>|<number>-<number>[,<number>|<number>-<number>,...]
        /// For example: 1  1,2,3  1-2   1,2-4,5  etc...
        /// Chamber numbers must be in the range [1..10] for tracking chambers.
        /// All valid tracking chamber numbers will added to fChamberExclusionList.
@@ -235,7 +235,7 @@ int AliHLTMUONDigitPublisherComponent::ParseChamberString(const char* str)
 int AliHLTMUONDigitPublisherComponent::ParseDetElemString(const char* str)
 {
        /// Parses a string with the following format:
-       ///   <number>|<number>-<number>[,<number>|<number>-<number>]...
+       ///   <number>|<number>-<number>[,<number>|<number>-<number>,...]
        /// For example: 100  100,201,208  100-104   105,202-204,503  etc...
        /// Detector element numbers must be in the range [100..1099] for tracking stations.
        /// All valid detector element numbers will added to fDetElemExclusionList.
index cd4fc6a682d0a59e505cb2c652cac48e04c8459b..fb7dc1ba1dae7361cbaadd68fe20f8854a9c263d 100644 (file)
@@ -64,6 +64,13 @@ class AliMUONDataInterface;
  *      This flag indicates to use the event numbers as literal indices into the
  *      AliRoot trees. This option will cause the component to ignore the -firstevent
  *      flag. <br>
+ * \li -exclude_chamber <number>|<number>-<number>[,<number>|<number>-<number>,...] <br>
+ *      Allows one to exclude (mask out) digits from certain chambers in the generated
+ *      raw DDL stream. The chamber numbers <number> should be in the range [1..10]. <br>
+ * \li -exclude_detelem <number>|<number>-<number>[,<number>|<number>-<number>,...] <br>
+ *      Allows one to exclude (mask out) digits from certain detector elements in
+ *      the generated raw DDL stream. The detector element ID numbers <number> should
+ *      be in the range [100..1099]. <br>
  *
  * @ingroup alihlt_dimuon_component
  */