X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TRD%2FqaGui%2FAliTRDqaGuiMain.h;fp=TRD%2FqaGui%2FAliTRDqaGuiMain.h;h=0000000000000000000000000000000000000000;hb=464611d8988e918b1653b2e7c104117ba3f54def;hp=621eb1d6f96b5c2a9a06b40b895d176e43524256;hpb=6cc876261c786bd5bf980074b2ff9ed7ec9d4588;p=u%2Fmrichter%2FAliRoot.git diff --git a/TRD/qaGui/AliTRDqaGuiMain.h b/TRD/qaGui/AliTRDqaGuiMain.h deleted file mode 100644 index 621eb1d6f96..00000000000 --- a/TRD/qaGui/AliTRDqaGuiMain.h +++ /dev/null @@ -1,57 +0,0 @@ -#ifndef ALITRDQAGUIMAIN_H -#define ALITRDQAGUIMAIN_H - -/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * - * See cxx source for full Copyright notice */ - -/* $Id: AliTRDqaGuiMain.h 23387 2008-01-17 17:25:16Z cblume $ */ - -////////////////////////////////////////////////////////////////////////////////// -// -// This class is a Graphical User Interface for the Quality Monitorig -// of clusters. It lets display and browse throu histograms created by -// the AliTRDQADataMakerRec run during the reconstruction -// -// S. Radomski -// Uni-Heidelberg -// Feb. 2008 -// -////////////////////////////////////////////////////////////////////////////////// - -#include "TGFrame.h" - -class TGWindow; -class TGTab; - -class AliTRDqaGuiESDs; -class AliTRDqaGuiClustersStack; -class AliTRDqaGuiClustersSM; -class AliTRDqaGuiClusters; - -class AliTRDqaGuiMain : public TGMainFrame { - - public: - - AliTRDqaGuiMain(); - AliTRDqaGuiMain(TGWindow *parent); - ~AliTRDqaGuiMain() {} - - void SetQAFile(const char *file); - - protected: - - TGTab *fGTabPanel; // main tab panel - - AliTRDqaGuiClusters *fGDet; // panel with clusers - AliTRDqaGuiClustersSM *fGSM; // panel with clusers - AliTRDqaGuiClustersStack *fGStack; // panel with clusers - AliTRDqaGuiESDs *fGESDs[4]; // panel with ESDs - - private: - AliTRDqaGuiMain& operator = (const AliTRDqaGuiMain& /*g*/) { return *this; }; - AliTRDqaGuiMain (const AliTRDqaGuiMain&); - - ClassDef(AliTRDqaGuiMain,1) // -}; - -#endif