]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliVEvent.h
Extending the functionality of the physics selection. Instead of providing a yes...
[u/mrichter/AliRoot.git] / STEER / AliVEvent.h
index a1707ba9d4b310f97c8fa6b0a7d5d227dba79f96..7d6c614b81a4cad938af94c2d337be262bb85b62 100644 (file)
 class AliVEvent : public TObject {
 
 public:
+  enum EOfflineTriggerTypes { 
+      kMB           = BIT(0), // Minimum bias trigger (interaction trigger, offline SPD or V0 selection, all detectors read out)
+      kMBNoTRD      = BIT(1), // Same as kMB, but TRD not read out (i.e. no TRD pretrigger)
+      kMUON         = BIT(2), // Muon trigger, offline SPD or V0 selection
+      kHighMult     = BIT(3), // High-multiplicity trigger (threshold defined online), offline SPD or V0 selection
+      kUserDefined  = BIT(31), // Set when custom trigger classes are set in AliPhysicsSelection, offline SPD or V0 selection
+      kAny          = 0xffffffff // to accept any trigger
+  };
 
   AliVEvent() { }
   virtual ~AliVEvent() { }