]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/ESD/AliESDEvent.h
split of VVtrack and Vtrack interfaces, update of AliFlat classes (only partially...
[u/mrichter/AliRoot.git] / STEER / ESD / AliESDEvent.h
index ac64e0a5a8eb16184227584d2b126863d999b979..7e8824e4f38e12991947c99c01f8e024c6697626 100644 (file)
@@ -528,7 +528,10 @@ public:
   void SetDAQAttributes(UInt_t attributes) {fDAQAttributes = attributes;}
   UInt_t GetDAQDetectorPattern() const {return fDAQDetectorPattern;}
   UInt_t GetDAQAttributes() const {return fDAQAttributes;}
-  
+
+  // interface to AliVVevent
+  AliESDtrack *GetVVTrack(Int_t i) const { return GetTrack(i); }
+
 protected:
   AliESDEvent(const AliESDEvent&);
   static Bool_t ResetWithPlacementNew(TObject *pObject);