]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TGeant3/TPaveTree.h
Mainly coding conventions + some small bug fixes
[u/mrichter/AliRoot.git] / TGeant3 / TPaveTree.h
index aa10b36ad4cc91196c68642807650cdca803f2de..99b096358b62ab527819fdc857e0a4b5582103d0 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ROOT_TPaveTree
-#define ROOT_TPaveTree
+#ifndef TPAVETREE_H
+#define TPAVETREE_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -21,15 +21,16 @@ class TPaveTree : public TPaveLabel
 public:
   TPaveTree();
   TPaveTree(Coord_t x1, Coord_t y1,Coord_t x2 ,Coord_t y2, const Text_t *label);
-  TPaveTree(const TPaveTree &PaveTree);
   virtual      ~TPaveTree();
-  void  Copy(TObject &PaveTree);
   virtual void  DrawSpec(); // *MENU*
   virtual void  DrawTree(Int_t levmax=15, Int_t iselt=111); // *MENU*
   virtual void  DrawTreeParent(Int_t levmax=3, Int_t iselt=111); // *MENU*
   virtual void  ExecuteEvent(Int_t event, Int_t px, Int_t py);
   virtual void  SavePrimitive(ofstream &out, Option_t *option);
-  
+
+private:  
+  TPaveTree(const TPaveTree &PaveTree) {}
+
   ClassDef(TPaveTree,1)  //A TPaveLabel specialized for Geant GDTREE
 };