]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCCalibViewerGUItime.h
Setter to change centrality estimator is added
[u/mrichter/AliRoot.git] / TPC / AliTPCCalibViewerGUItime.h
index 403e2674d57da2aac4cb6c76ccd4641a05c1d102..c18baa9ffdb5c7b7c9bb455b7a248cf544b3cc19 100644 (file)
@@ -71,8 +71,8 @@ public:
   void SetCacheDir(const char* cachedir) {fOutputCacheDir=cachedir;}
   void SetConfigFileName(const char* file) {fConfigFile=file;}
   
-  const char* GetDrawString();
-  const char* GetDrawOptionString();
+  const TString GetDrawString();
+  const TString GetDrawOptionString();
   const char* GetCustomDrawString() const {return fComboCustomDraw->GetTextEntry()?fComboCustomDraw->GetTextEntry()->GetText():"";}
   void GetCutString(TString &cutStr);
   TChain* GetChain() const {return fTree;}
@@ -126,6 +126,7 @@ public:
   TGCompositeFrame    *fContLeft;           // container for GUI elements on left side
   TGGroupFrame        *fContDrawOpt;        // Subgroup for draw selection
   TGCheckButton       *fChkDrawOptSame;     // draw option 'same'
+  TGCheckButton       *fChkDrawOptSparse;   // draw option 'sparse'
   TGComboBox          *fComboAddDrawOpt;    // additional draw options combo box
   TGGroupFrame        *fContDrawSel;        // Subgroup for draw selection
   TGCompositeFrame    *fContDrawSelSubRunTime; //Radio button subframe
@@ -178,7 +179,7 @@ public:
   void CheckDrawGraph();
   Bool_t CheckChain();
   void UpdateValueArrays(Bool_t withGraph, const Double_t *xArr);
-  const char* SubstituteUnderscores(const char* in);
+  void SubstituteUnderscores(TString &s);
   void GetHistogramTitle(TString &title);
   void AdjustYRange();
 private: