X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=STEER%2FAliVEvent.h;h=0c283a5569137b7dfeab634dd3becbebef16eee7;hb=2efec14e7a99e992aae9823f8486279c68085a3e;hp=147a5321dc3f4a7488a71892c407b552169281d4;hpb=6340be16bb7c7b4b1277cb23ebfdf112d5f211b1;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliVEvent.h b/STEER/AliVEvent.h index 147a5321dc3..0c283a55691 100644 --- a/STEER/AliVEvent.h +++ b/STEER/AliVEvent.h @@ -35,6 +35,8 @@ public: kMUON = BIT(2), // Muon trigger, offline SPD or V0 selection kHighMult = BIT(3), // High-multiplicity trigger (threshold defined online), offline SPD or V0 selection kEMC1 = BIT(4), // EMCAL trigger + kCINT5 = BIT(5), // Minimum bias trigger without SPD. i.e. interaction trigger, offline V0 selection + kCMUS5 = BIT(6), // Muon trigger, offline V0 selection 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