]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removed trailing comma
authormfloris <mfloris@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Jul 2011 14:21:32 +0000 (14:21 +0000)
committermfloris <mfloris@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Jul 2011 14:21:32 +0000 (14:21 +0000)
STEER/STEERBase/AliVEvent.h

index 3d097530ca07f0af0349590a17fb762059a95f26..67a98382d9078999220cd2319ce54f077cb875b2 100644 (file)
@@ -47,7 +47,7 @@ public:
       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
+      kAnyINT       = kMB | kINT7 | kCINT5 // to accept any interaction (aka minimum bias) trigger
   };
 
   AliVEvent() { }