]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveDet/AliEveTPCSector2DEditor.h
Fixes for report #71652 BAD_FREE reported by Coverity
[u/mrichter/AliRoot.git] / EVE / EveDet / AliEveTPCSector2DEditor.h
index a2e6bf75b77ce32a054436171020a7b0c493f1bf..9016bc0c461f7302ddb711c7aaf85d90aab50192 100644 (file)
@@ -25,19 +25,6 @@ class AliEveTPCSector2D;
 
 class AliEveTPCSector2DEditor : public TGedFrame
 {
-  AliEveTPCSector2DEditor(const AliEveTPCSector2DEditor&);            // Not implemented
-  AliEveTPCSector2DEditor& operator=(const AliEveTPCSector2DEditor&); // Not implemented
-
-protected:
-  AliEveTPCSector2D *fM;            // Model object.
-
-  TGCheckButton     *fShowMax;      // Check to show maximum signal.
-  TGCheckButton     *fAverage;      // Check-box to show average of the signal.
-
-  TGCheckButton     *fUseTexture;   // Check-box to use texture.
-  TGCheckButton     *fPickEmpty;    // Check-box for picking of empty pads.
-  TGComboBox        *fPickMode;     // Selector of pick-mode.
-
 public:
   AliEveTPCSector2DEditor(const TGWindow* p=0, Int_t width=170, Int_t height=30,
                    UInt_t options=kChildFrame, Pixel_t back=GetDefaultFrameBackground());
@@ -53,6 +40,20 @@ public:
   void DoPickEmpty();
   void DoPickMode(Int_t mode);
 
+protected:
+  AliEveTPCSector2D *fM;            // Model object.
+
+  TGCheckButton     *fShowMax;      // Check to show maximum signal.
+  TGCheckButton     *fAverage;      // Check-box to show average of the signal.
+
+  TGCheckButton     *fUseTexture;   // Check-box to use texture.
+  TGCheckButton     *fPickEmpty;    // Check-box for picking of empty pads.
+  TGComboBox        *fPickMode;     // Selector of pick-mode.
+
+private:
+  AliEveTPCSector2DEditor(const AliEveTPCSector2DEditor&);            // Not implemented
+  AliEveTPCSector2DEditor& operator=(const AliEveTPCSector2DEditor&); // Not implemented
+
   ClassDef(AliEveTPCSector2DEditor, 0); // Editor for AliEveTPCSector2D.
 };