]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRawStreamTrackerHP.h
Optimisation
[u/mrichter/AliRoot.git] / MUON / AliMUONRawStreamTrackerHP.h
index d7176f9c2d3ceeadfadd3039358687451fb93800..9f9be0dbe8b0614eaa838ab26a23a429667ea909 100644 (file)
@@ -94,7 +94,7 @@ public:
        /// Set maximum number of Buspatch per Dsp allowed.
        virtual void SetMaxBus(Int_t bus);
        
-       /// Return number of the current DDL.
+       /// Return number of the current DDL being processed in the range [0..19] or -1 if no DDL set.
        virtual Int_t GetDDL() const { return fDDL - 1; }
        
        /// check error/Warning presence
@@ -129,6 +129,7 @@ public:
        /// Set warnings flag to enable warnings on data errors.
        void EnableWarnings() { fWarnings = kTRUE; }
        
+        /// Returns the flag indicating if we should generate a warning for errors.
        Bool_t IsWarningsEnabled() const { return fWarnings; }
 
        /// Returns the "try to recover from errors" flag.