]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/analysis/AliFMDAnalysisTaskBackgroundCorrection.h
This is an upgrade to the FMD analysis which includes better sharing correction,...
[u/mrichter/AliRoot.git] / FMD / analysis / AliFMDAnalysisTaskBackgroundCorrection.h
index 8c1e4e43f3ca73adeca81d9c85020a28e60ac5eb..94623de101f1a9bb840d1934eb5fe63a2a52ea16 100644 (file)
@@ -21,6 +21,7 @@ class AliFMDAnalysisTaskBackgroundCorrection : public AliAnalysisTask
       fDebug(o.fDebug),
       fOutputList(0),
       fInputList(0),
+      fHitList(0),
       fArray(o.fArray),
       fInputArray(o.fInputArray),
       fVertexString(o.fVertexString),
@@ -40,11 +41,12 @@ class AliFMDAnalysisTaskBackgroundCorrection : public AliAnalysisTask
     void SetOutputVertex(TObjString* vtxString) {fOutputVertexString = vtxString;}
     //void SetInputVtx(TObjString* vtxString) {fVertexString = vtxString;}
     void SetOutputList(TList* outputList) {fOutputList = outputList;}
-        
+    void SetHitList(TList* hitList) {fHitList = hitList;}
  private:
     Int_t         fDebug;        //  Debug flag
     TList*        fOutputList;
     TList*        fInputList;
+    TList*        fHitList;
     TObjArray     fArray;
     TObjArray*    fInputArray;
     TObjString*   fVertexString;