FairRoot/PandaRoot
Classes | Functions | Variables
guiEventDisplay.C File Reference
#include <TGClient.h>
#include <TCanvas.h>
#include <TF1.h>
#include <TRandom.h>
#include <TGButton.h>
#include <TGFrame.h>
#include <TObjArray.h>
#include <TPolyLine.h>
#include <TRootEmbeddedCanvas.h>
#include <TStopwatch.h>
#include <RQ_OBJECT.h>

Go to the source code of this file.

Classes

class  MyMainFrame
 

Functions

int guiEventDisplay ()
 

Variables

Double_t fWindowSize = 1000.
 

Function Documentation

int guiEventDisplay ( )

Definition at line 1067 of file guiEventDisplay.C.

References fWindowSize.

1067  {
1068  // Popup the GUI...
1069  new MyMainFrame(gClient->GetRoot(),fWindowSize*1.2,fWindowSize);
1070  return 0;
1071 }
Double_t fWindowSize

Variable Documentation

Double_t fWindowSize = 1000.

Definition at line 13 of file guiEventDisplay.C.

Referenced by guiEventDisplay().