From: aszostak Date: Wed, 2 Jul 2008 09:17:38 +0000 (+0000) Subject: Updating documentation comments. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=a47233fb013254d6782025e102b9be21d6e780fc;p=u%2Fmrichter%2FAliRoot.git Updating documentation comments. --- diff --git a/HLT/MUON/OfflineInterface/AliHLTMUONDigitPublisherComponent.cxx b/HLT/MUON/OfflineInterface/AliHLTMUONDigitPublisherComponent.cxx index 5959c5a10f8..12b5cf0c516 100644 --- a/HLT/MUON/OfflineInterface/AliHLTMUONDigitPublisherComponent.cxx +++ b/HLT/MUON/OfflineInterface/AliHLTMUONDigitPublisherComponent.cxx @@ -136,7 +136,7 @@ AliHLTComponent* AliHLTMUONDigitPublisherComponent::Spawn() int AliHLTMUONDigitPublisherComponent::ParseChamberString(const char* str) { /// Parses a string with the following format: - /// |-[,|-]... + /// |-[,|-,...] /// 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: - /// |-[,|-]... + /// |-[,|-,...] /// 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. diff --git a/HLT/MUON/OfflineInterface/AliHLTMUONDigitPublisherComponent.h b/HLT/MUON/OfflineInterface/AliHLTMUONDigitPublisherComponent.h index cd4fc6a682d..fb7dc1ba1da 100644 --- a/HLT/MUON/OfflineInterface/AliHLTMUONDigitPublisherComponent.h +++ b/HLT/MUON/OfflineInterface/AliHLTMUONDigitPublisherComponent.h @@ -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.
+ * \li -exclude_chamber |-[,|-,...]
+ * Allows one to exclude (mask out) digits from certain chambers in the generated + * raw DDL stream. The chamber numbers should be in the range [1..10].
+ * \li -exclude_detelem |-[,|-,...]
+ * Allows one to exclude (mask out) digits from certain detector elements in + * the generated raw DDL stream. The detector element ID numbers should + * be in the range [100..1099].
* * @ingroup alihlt_dimuon_component */