]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ANALYSIS/Aliengui/AliAnalysisGUI.cxx
Updates for TPC TenderSupply (Jens)
[u/mrichter/AliRoot.git] / ANALYSIS / Aliengui / AliAnalysisGUI.cxx
index 9c0fccdf6f4717b48e2b65fea0463ed891ac7327..0b3962db8b0bc308617cef67fbd4a10779d99b37 100644 (file)
@@ -65,7 +65,19 @@ enum EAliEnViewerCommands {
 ClassImp(AliAnalysisGUI)
 
 //___________________________________________________________________________
-AliAnalysisGUI::AliAnalysisGUI(const TGWindow *p, UInt_t w, UInt_t h) : TGMainFrame(p,w,h), fIsConnected(false) {
+AliAnalysisGUI::AliAnalysisGUI(const TGWindow *p, UInt_t w, UInt_t h) : 
+  TGMainFrame(p,w,h), 
+  fHFrame1(0), fVFrame1(0), fVFrame2(0),
+  fMenuDock(0), fMenuFile(0), fMenuBar(0),
+  fToolBar(0), fTab(0),
+  fMenuBarLayout(0), fMenuBarItemLayout(0),
+  fH3DLine(0), fCanvas2(0), fStatusBar(0),
+  fAliEnBrowser(0), fFileListFrame(0),
+  fLogInFrame(0), fTagFrame(0),
+  fTagAnalysisFrame(0), fPackageFrame(0),
+  fSelectorFrame(0), fIcon(0),
+  fRightIconPicture(0), fRightIcon(0),
+  fIsConnected(kFALSE), fAlien(0) {
   // AliAnalysisGUI Constructor
   
   SetWindowName("AliEn");
@@ -80,9 +92,9 @@ AliAnalysisGUI::AliAnalysisGUI(const TGWindow *p, UInt_t w, UInt_t h) : TGMainFr
   
   fTab = new TGTab(this, 900, 300);
   //   fTab->Connect("Selected(Int_t)", "TestDialog", this, "DoTab(Int_t)");
-
+  
   AddFrame(fTab);
-
+  
   //_____________________________________//
   //_________File Catalogue TAB__________//
   //_____________________________________//
@@ -302,7 +314,7 @@ void AliAnalysisGUI::AddStatusBar() {
 }
 
 //___________________________________________________________________________
-Bool_t AliAnalysisGUI::LogIn(const char * server, const char *username) {
+Bool_t AliAnalysisGUI::LogIn(const char * server, const char */*username*/) {
   // Log in to AliEn
   
   //   fAlien = TGrid::Connect(server, username);