Skip to content

Commit

Permalink
Add virtual GetTriggerMaskNext50() to AliVEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrzewic committed May 15, 2016
1 parent 680b005 commit 7c72f92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions STEER/STEERBase/AliVEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ class AliVEvent : public TObject {
virtual UShort_t GetBunchCrossNumber() const = 0;
virtual UInt_t GetEventType() const = 0;
virtual ULong64_t GetTriggerMask() const = 0;
virtual ULong64_t GetTriggerMaskNext50() const {return 0;}
virtual UChar_t GetTriggerCluster() const = 0;
virtual TString GetFiredTriggerClasses() const = 0;
virtual Bool_t IsTriggerClassFired(const char* /*name*/) const {return 0;}
Expand Down

0 comments on commit 7c72f92

Please sign in to comment.