]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveDet/AliEveMUONChamberGL.h
Fix order of public/protected/private sections to conform with coding
[u/mrichter/AliRoot.git] / EVE / EveDet / AliEveMUONChamberGL.h
index 21342c507dd530d2e1502ca4f34415744d762c29..ae110e1dfa6e1fa6e6c146b704cdc7e511c3f165 100644 (file)
 
 class TEveQuadSetGL;
 
-
 class AliEveMUONChamber;
 
 class AliEveMUONChamberGL : public TGLObject
 {
-  AliEveMUONChamberGL(const AliEveMUONChamberGL&);            // Not implemented
-  AliEveMUONChamberGL& operator=(const AliEveMUONChamberGL&); // Not implemented
+public:
+  AliEveMUONChamberGL();
+  virtual ~AliEveMUONChamberGL();
+
+  virtual Bool_t SetModel(TObject* obj, const Option_t* opt=0);
+  virtual void   SetBBox();
 
- protected:
+protected:
   virtual void DirectDraw(TGLRnrCtx & rnrCtx) const;
   void DrawChamberFrame() const;
   void DrawQuads(TGLRnrCtx& rnrCtx) const;
@@ -34,15 +37,11 @@ class AliEveMUONChamberGL : public TGLObject
 
   mutable UInt_t           fRTS;     // render time stamp
 
- public:
-  AliEveMUONChamberGL();
-  virtual ~AliEveMUONChamberGL();
-
-  virtual Bool_t SetModel(TObject* obj, const Option_t* opt=0);
-  virtual void   SetBBox();
-
-  ClassDef(AliEveMUONChamberGL,1);   // the GL drawing class of one chamber
+private:
+  AliEveMUONChamberGL(const AliEveMUONChamberGL&);            // Not implemented
+  AliEveMUONChamberGL& operator=(const AliEveMUONChamberGL&); // Not implemented
 
+  ClassDef(AliEveMUONChamberGL, 0);   // the GL drawing class of one chamber
 };
 
 #endif