]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliTriggerClass.h
new functions, mc analysis can be performed also for pi0 and k0. eta of seed can...
[u/mrichter/AliRoot.git] / STEER / AliTriggerClass.h
index 49868b9247f05c10eff4d9330712c30de4b78d71..5dd76e3b9aad720beab62a3d6424a3457036ef38 100644 (file)
@@ -54,7 +54,8 @@ public:
                   Bool_t  CheckClass(AliTriggerConfiguration *config) const;
                  Bool_t  IsActive( const TObjArray& inputs, const TObjArray& functions) const;
 private:
-              ULong64_t  fClassMask;    // position of the class in the trigger pattern
+              ULong64_t  fClassMask;    // trigger mask (1<< (index-1))
+                UChar_t  fIndex;        // position of class in mask
     AliTriggerDescriptor* fDescriptor;   // pointer to the descriptor
        AliTriggerCluster* fCluster;      // pointer to the cluster
   AliTriggerPFProtection* fPFProtection; // pointer to the past-future protection
@@ -63,7 +64,7 @@ private:
                   Bool_t  fAllRare;      // All or Rare trigger
                  Bool_t  fStatus;       //! true = Condition has been satisfied after Trigger
 
-  ClassDef( AliTriggerClass, 1 )  // Define a trigger class object
+  ClassDef( AliTriggerClass, 2 )  // Define a trigger class object
 };
 
 #endif