]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEERBase/AliVEvent.h
Adding the new detector MFT (Antonio Uras)
[u/mrichter/AliRoot.git] / STEER / STEERBase / AliVEvent.h
index 5170bad13bcc4c45f1168468b2fc5b9a2879828e..8445513e182313c3d187e3a5ed6c0ca7f62c2967 100644 (file)
@@ -26,6 +26,7 @@ class AliCentrality;
 class AliEventplane;
 class AliVVZERO;
 class AliVZDC;
+class AliVMFT;   // AU
 
 class AliVEvent : public TObject {
 
@@ -46,8 +47,9 @@ public:
       kMUS7         = BIT(11), // Muon trigger: low pt, single muon, offline V0 selection, CINT7 suite
       kPHI1         = BIT(12), // PHOS trigger, CINT1 suite
       kPHI7         = BIT(13), // PHOS trigger, CINT7 suite
+      kUserDefined  = BIT(27), // Set when custom trigger classes are set in AliPhysicsSelection, offline SPD or V0 selection
+      // Bits 28 and abovr are served for FLAGS
       kFastOnly     = BIT(30), // The fast cluster fired. This bit is set in to addition another trigger bit, e.g. kMB
-      kUserDefined  = BIT(31), // Set when custom trigger classes are set in AliPhysicsSelection, offline SPD or V0 selection
       kAny          = 0xffffffff, // to accept any trigger
       kAnyINT       = kMB | kINT7 | kCINT5 // to accept any interaction (aka minimum bias) trigger
   };