]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONVTrackerDataMaker.h
The cut on V0 pointing angle is now momentum dependent below 1.5 GeV/c. Above this...
[u/mrichter/AliRoot.git] / MUON / AliMUONVTrackerDataMaker.h
index f54c2913727856f6ddcb3930ecb4fabe1f3c96bf..69bc5ae29e2c5aaefb4020849dc1de8735b7bcd2 100644 (file)
@@ -6,7 +6,7 @@
 
 // $Id$
 
-/// \ingroup graphics
+/// \ingroup rec
 /// \class AliMUONVTrackerDataMaker
 /// \brief Producer of some AliMUONVTrackerData
 /// 
@@ -31,6 +31,9 @@ public:
   /// Our data
   virtual AliMUONVTrackerData* Data() const = 0;
 
+  /// Whether or not we're the owner of our AliMUONVTrackerData
+  virtual void SetOwnerOfData(Bool_t /*flag*/) { }
+  
   /// Whether we can be run
   virtual Bool_t IsRunnable() const = 0;
 
@@ -67,6 +70,9 @@ public:
   /// Merge
   virtual Long64_t Merge(TCollection* list) = 0;
   
+  /// Set event range (if not event by event)
+  virtual void SetEventRange(Int_t /* firstevent */, Int_t /* lastevent */) {}
+  
   ClassDef(AliMUONVTrackerDataMaker,1) // Producer of AliMUONVTrackerData
 };