]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
change bits according to TObject (Theo)
authorcblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 Dec 2009 08:38:51 +0000 (08:38 +0000)
committercblume <cblume@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 Dec 2009 08:38:51 +0000 (08:38 +0000)
TRD/AliTRDclusterizer.h

index b04ebf24e7ac8e7ba138275d7836a3a131626553..4daf6dee3ff5e474396e63c1ac3cbfcc64b10fdd 100644 (file)
@@ -39,14 +39,15 @@ class AliTRDclusterizer : public TNamed
  public:
 
   // steering flags
+  // bits from 0-13 are reserved by ROOT (see TObject.h)
   enum{
-    kTrOwner= BIT(13)  //  toggle online tracklets ownership
-    ,kClOwner= BIT(14)  //  toggle cluster ownership
-    ,kLabels = BIT(15)  //  toggle MC labels for clusters
-    ,kHLT    = BIT(16)  //  HLT mode
-    ,kLUT    = BIT(17)  //  using look up table for cluster's r-phi position
-    ,kGAUS   = BIT(18)  //  using gauss approx. for cluster's r-phi position
-    ,knewDM  = BIT(19)  //  was the digitsmanger created by raw2clusters?
+    kTrOwner = BIT(14)  //  toggle online tracklets ownership
+    ,kClOwner= BIT(15)  //  toggle cluster ownership
+    ,kLabels = BIT(16)  //  toggle MC labels for clusters
+    ,kHLT    = BIT(17)  //  HLT mode
+    ,kLUT    = BIT(18)  //  using look up table for cluster's r-phi position
+    ,kGAUS   = BIT(19)  //  using gauss approx. for cluster's r-phi position
+    ,knewDM  = BIT(20)  //  was the digitsmanger created by raw2clusters?
   };
 
   struct MaxStruct