]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/qaGui/AliTRDqaGuiClustersStack.h
Bug fix (Julian)
[u/mrichter/AliRoot.git] / TRD / qaGui / AliTRDqaGuiClustersStack.h
index 6a88d978b02a2e6a27257aba23552081186c3bdd..6a06b8540f0aa613eaefd9d637a72e723932a271 100644 (file)
@@ -21,8 +21,8 @@ class AliTRDqaGuiClustersStack : public TGCompositeFrame {
 
   AliTRDqaGuiClustersStack();
   AliTRDqaGuiClustersStack(TGWindow *parent);
-  AliTRDqaGuiClustersStack& operator = (const AliTRDqaGuiClustersStack& /*g*/) { return *this; };
   ~AliTRDqaGuiClustersStack() {}
+
   
   void SetQAFile(const char *filename);
   void SetSM(Int_t idxSM);
@@ -51,7 +51,8 @@ class AliTRDqaGuiClustersStack : public TGCompositeFrame {
   Int_t fIdxStack;   // active stack
   Int_t fView;       // data type 
 
-  char fFileName[256];  // file wuth histograms
+  //char fFileName[256];      // file with histograms
+  const Char_t *fFileName;    // file with histograms
   
   TRootEmbeddedCanvas *fCanvasList[6];   // canvases
   TH1D *fHistList[6];                    // and histos
@@ -75,8 +76,11 @@ class AliTRDqaGuiClustersStack : public TGCompositeFrame {
   void CreateHistAmplitude();
   void CreateHistTimeCharge();
   void CreateHistTimeMPV();
-  
-  ClassDef(AliTRDqaGuiClustersStack,1) // 
+
+ private:  
+  AliTRDqaGuiClustersStack& operator = (const AliTRDqaGuiClustersStack& /*g*/) { return *this; };
+  AliTRDqaGuiClustersStack(const AliTRDqaGuiClustersStack &);
+  ClassDef(AliTRDqaGuiClustersStack,2) // 
 };
 
 #endif