]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Alieve/TPCSector2DEditor.cxx
Fix effc++ warnings.
[u/mrichter/AliRoot.git] / EVE / Alieve / TPCSector2DEditor.cxx
index a188bae94504718711800b31647bccd61b18ee7d..dcd2ebb121699ac1dc6b039946b98007142b4f77 100644 (file)
@@ -22,11 +22,13 @@ using namespace Alieve;
 
 ClassImp(TPCSector2DEditor)
 
-TPCSector2DEditor::TPCSector2DEditor(const TGWindow *p, Int_t id, Int_t width, Int_t height,
+TPCSector2DEditor::TPCSector2DEditor(const TGWindow *p, Int_t id,
+                                     Int_t width, Int_t height,
                                     UInt_t options, Pixel_t back) :
-  TGedFrame(p, id, width, height, options | kVerticalFrame, back)
+  TGedFrame(p, id, width, height, options | kVerticalFrame, back),
+  fM(0),
+  fShowMax(0), fAverage(0), fUseTexture(0)
 {
-  fM = 0;
   MakeTitle("TPCSector2D");
 
   fUseTexture = new TGCheckButton(this, "UseTexture");