]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/UPGRADE/AliITSUAux.h
1) Fix in tracking condition pattern definition
[u/mrichter/AliRoot.git] / ITS / UPGRADE / AliITSUAux.h
index 04244f73fab6f19e2ab338106c36e8531a7df521..f243f30db41b74066a233fb590fcdfb700986127 100644 (file)
@@ -37,6 +37,7 @@ namespace AliITSUAux {
   const UInt_t   kLrMask    = 0xf0000000;     // layer mask
   const UInt_t   kClMask    = 0x0fffffff;     // cluster mask
   const UInt_t   kMaxLayers = 15;             // max number of active layers
+  const UInt_t   kMaxLrMask = 0x7fff;         // bitmask for allowed layers
 }
 
 //_________________________________________________________________________________