]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCcalibGainMult.h
Updates in the ITSsa track QA plotting (Leonardo)
[u/mrichter/AliRoot.git] / TPC / AliTPCcalibGainMult.h
index cd56d8154046abbf399263a374854709a55a01d6..1d4fa167c7aa0b4cb65f9df4612db2eb357d8dcf 100644 (file)
@@ -50,6 +50,7 @@ public:
   THnSparseF * GetHistdEdxTot() const { return fHistdEdxTot;}      // 4D dedx histogram
   TTree *      GetdEdxTree() const {return fdEdxTree;}         // tree for the later minimization
 
+  TGraphErrors* GetGainPerChamber(Int_t padRegion=1, Bool_t plotQA=kFALSE);
   //
   void SetMIPvalue(Float_t mip){fMIP = mip;};
   void SetLowerTrunc(Float_t lowerTrunc){fLowerTrunc = lowerTrunc;};
@@ -65,8 +66,13 @@ public:
   void     UpdateGainMap();
   void     UpdateClusterParam();
 
+  Double_t GetEntries() const {return fHistGainSector->GetEntries();}
+
+  static void SetMergeEntriesCut(Double_t c) {fgMergeEntriesCut=c;}
 
 private:
+  static Double_t fgMergeEntriesCut;  //maximal number of entries for merging  -can be modified via setter
+
   //
   // parameter specifications
   //