]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCcalibBase.h
Update the AOD reader to the latest AOF content
[u/mrichter/AliRoot.git] / TPC / AliTPCcalibBase.h
index ceb1d6a9adb158f329fcf26ba7b0d78d3cf90f87..6344777118f1e3b82cf59f875454b87bace9cca7 100644 (file)
@@ -13,6 +13,7 @@
 class AliTPCseed;
 class AliESDEvent;
 class AliESDtrack;
+class AliESDfriendTrack;
 class TCollection;
 class TTreeSRedirector;
 class TGraph;
@@ -49,6 +50,7 @@ public:
   static TGraphErrors *        FitSlices(THnSparse *h, Int_t axisDim1, Int_t axisDim2, Int_t minEntries, Int_t nmaxBin, Float_t fracLow=0.1, Float_t fracUp=0.9, Bool_t useMedian=kFALSE, TTreeSRedirector *cstream=0, Int_t ival=1);
   static void            BinLogX(THnSparse *h, Int_t axisDim);
   static void            BinLogX(TH1 *h);
+  void SetRun(Int_t run){ fRun=run;}
 protected: 
   TTreeSRedirector *fDebugStreamer;     //! debug streamer
   Int_t  fStreamLevel;                  //  debug stream level
@@ -64,6 +66,7 @@ protected:
   TObjString fTriggerClass;             // trigger class
   AliESDEvent  *fCurrentEvent;          //! current event
   AliESDtrack *fCurrentTrack;           //! current esd track
+  AliESDfriendTrack *fCurrentFriendTrack;     //! current friend track
   AliTPCseed   *fCurrentSeed;           //! current seed
 private:
   Int_t  fDebugLevel;                   //  debug level