]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
GetFiredTriggerClasses added to VEvent
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 Mar 2013 17:18:51 +0000 (17:18 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 Mar 2013 17:18:51 +0000 (17:18 +0000)
STEER/STEERBase/AliMCEvent.h
STEER/STEERBase/AliMixedEvent.h
STEER/STEERBase/AliVEvent.h

index b286a9cf425c9a4cf9de53c1fb8372a09abee7e1..1f28a5e674169de7f94f088994ad5354914f5a7b 100644 (file)
@@ -86,6 +86,7 @@ public:
 
     virtual ULong64_t GetTriggerMask()        const {return 0;}
     virtual UChar_t   GetTriggerCluster()     const {return 0;}
+    virtual TString   GetFiredTriggerClasses()const {return ("");}
     virtual Double_t  GetZDCN1Energy()        const {return 0.;}
     virtual Double_t  GetZDCP1Energy()        const {return 0.;}
     virtual Double_t  GetZDCN2Energy()        const {return 0.;}
index e235521b8717ade2e544434e31c0cb9fac995452..2abee7c4b68ab94267e528660fbd0beecc69395f 100644 (file)
@@ -80,7 +80,8 @@ public:
     virtual UInt_t    GetEventType()        const  {return    0;}
     virtual ULong64_t GetTriggerMask()      const  {return    0;}
     virtual UChar_t   GetTriggerCluster()   const  {return    0;}
-    
+    virtual TString   GetFiredTriggerClasses() const {return    ("");}     
+
     virtual Double_t  GetZDCN1Energy()            const {return -999.;}
     virtual Double_t  GetZDCP1Energy()            const {return -999.;}
     virtual Double_t  GetZDCN2Energy()            const {return -999.;}
index 71cf4aab6f6f6aa3d5a0a2d77040c622e9c49c57..5f89d295cc52512dd9de0e732ae66aca7dd43554 100644 (file)
@@ -129,7 +129,7 @@ public:
   virtual UInt_t    GetEventType()  const = 0;
   virtual ULong64_t GetTriggerMask() const = 0;
   virtual UChar_t   GetTriggerCluster() const = 0;
-
+  virtual TString   GetFiredTriggerClasses() const = 0;
   virtual Double_t  GetZDCN1Energy() const = 0;
   virtual Double_t  GetZDCP1Energy() const = 0;
   virtual Double_t  GetZDCN2Energy() const = 0;