]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding comments (Laurent)
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Jul 2007 16:07:32 +0000 (16:07 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 5 Jul 2007 16:07:32 +0000 (16:07 +0000)
MUON/AliMUONRealDigit.h

index ecd7a773fbf5da98d62ee9427e62e77711f6d5d5..6090f0a6c4cae364bb59180d0732a2d21b3543cf 100644 (file)
@@ -89,12 +89,13 @@ private:
   Int_t fADC; ///< Raw ADC value
   UInt_t fStatusMap; ///< Neighbouring pad status (whether ped, gains, hv were ok or not)
   
+  /// Various statuses of the digit
   enum EStatusBit 
   {
-    kSaturated = BIT(20),
-    kUsed = BIT(21),
-    kCalibrated = BIT(22),
-    kVirtual = BIT(23)
+    kSaturated = BIT(20),  ///< to indicate that manas amplifier has saturated 
+    kUsed = BIT(21),       ///< whether the digit is used (e.g. in a cluster)
+    kCalibrated = BIT(22), ///< whether the digit has been calibrated or not 
+    kVirtual = BIT(23)     ///< whether the digit is virtual or not (see AZ) 
   };
   
   ClassDef(AliMUONRealDigit,1) // Implementation of AliMUONVDigit