]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZERORawStream.h
Adding the complete vzero raw data to the esd friend. The channel numbering follows...
[u/mrichter/AliRoot.git] / VZERO / AliVZERORawStream.h
index 9b15e479ea8d56ac28976cc41e07ead0dc9e59d8..db5dd613bab258fda51f5af1bcb15b2521ad1feb 100644 (file)
@@ -65,6 +65,11 @@ class AliVZERORawStream: public TObject {
     UInt_t            GetWidth(Int_t channel) const
       { return fWidth[channel]; }
 
+    UShort_t          GetTriggerInputs() const
+      { return fTrigger; }
+    UShort_t          GetTriggerInputsMask() const
+      { return fTriggerMask; }
+
 // Getter of Offline Channel number as used in aliroot (defined by aliroot 
 // numbering convention) from FEE channel (electronic channel number given 
 // by the V0 electronics readout) - See comment above -