#include <iostream>#include <TMultiGraph.h>#include <TClonesArray.h>#include <TGTab.h>#include <TGCanvas.h>#include <TApplication.h>#include <TGComboBox.h>#include <TGTextEntry.h>#include <TGTextBuffer.h>#include <TGButton.h>#include <TGLabel.h>#include <TGListBox.h>#include <TGraph.h>#include <TCanvas.h>#include <TGMenu.h>#include <TGFileDialog.h>#include <TFile.h>#include <TGeoManager.h>#include <TLegend.h>#include <TH1F.h>#include "MessageService/MsgService.h"#include "G3PTSim/TGeant3/TGeant3.h"#include "ParticleTransportSim/Gui/PTGui.h"#include "ParticleTransportSim/Gui/PTGuiMainFrame.h"#include "ParticleTransportSim/Gui/PTGuiMaterial.h"#include "ParticleTransportSim/Gui/PTGuiMedium.h"#include "ParticleTransportSim/Gui/PTGuiRollGMinos.h"#include "ParticleTransportSim/Gui/PTGuiRollG3.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: PTGuiMainFrame.cxx,v 1.7 2007/08/28 23:37:37 schubert Exp $") | |
Variables | |
| const char * | gOpenTypes [] |
|
||||||||||||
|
|
|
|
Initial value: { "ROOT files", "*.root",
"All files", "*",
0, 0 }
Definition at line 60 of file PTGuiMainFrame.cxx. |
1.3.9.1