#include <gui/EventDisplay.hh>#include <string>#include "root/CaloRun.hh"#include "root/CaloEvent.hh"#include "root/CaloHit.hh"#include "root/MTEvent.hh"#include "root/MTChannel.hh"#include "xml/XMLTool.hh"#include "Chamber.hh"#include "Detector.hh"#include "DiracChamber1.hh"#include "GassiplexChamber1.hh"#include "GassiplexChamber4.hh"#include "Hardroc1Chamber.hh"#include "MicroException.hh"#include "Log.hh"#include "Toolbox.hh"#include <TGResourcePool.h>#include <TView.h>#include <TGSlider.h>#include "TGFileDialog.h"#include <TGClient.h>#include <TRootCanvas.h>#include <TGMenu.h>#include <TGButton.h>#include <TGLabel.h>#include <TGNumberEntry.h>#include <TROOT.h>#include <TRint.h>#include <TKey.h>#include <TCanvas.h>#include <TTree.h>#include <TFile.h>#include <TSystem.h>#include <TGeoManager.h>#include <TGeoMatrix.h>#include <RQ_OBJECT.h>#include <iostream>#include <sstream>#include <TGListBox.h>#include <TList.h>#include "TRootHelpDialog.h"Include dependency graph for EventDisplay.cpp:

Go to the source code of this file.
Defines | |
| #define | CALOEVENT 1 |
| #define | MTEVENT 2 |
Functions | |
| ClassImp (EventDisplay) const char *dnd_types[] | |
Variables | |
| const char * | filetypes [] |
| #define CALOEVENT 1 |
Definition at line 57 of file EventDisplay.cpp.
Referenced by EventDisplay::adjustSlider(), EventDisplay::Display(), and EventDisplay::fillTreeInfo().
| #define MTEVENT 2 |
Definition at line 58 of file EventDisplay.cpp.
Referenced by EventDisplay::Display(), and EventDisplay::fillTreeInfo().
| ClassImp | ( | EventDisplay | ) | const |
| const char* filetypes[] |
Initial value:
{ "All files", "*",
"ROOT files", "*.root",
0, 0 }
Definition at line 68 of file EventDisplay.cpp.
1.4.7