|
BOSS 8.0.0
BESIII Offline Software System
|
#include "BesClient.h"#include "BesAboutHelp.h"#include "BesMdcPalette.h"#include "BesVisLib/BesCursor.h"#include "BesVisLib/BesVisDisplay.h"#include <fstream>#include <iostream>#include <sstream>#include <TASImage.h>#include <TApplication.h>#include <TBranch.h>#include <TCanvas.h>#include <TColor.h>#include <TFile.h>#include <TG3DLine.h>#include <TGButton.h>#include <TGButtonGroup.h>#include <TGCanvas.h>#include <TGFileDialog.h>#include <TGLabel.h>#include <TGLayout.h>#include <TGListTree.h>#include <TGMenu.h>#include <TGMsgBox.h>#include <TGNumberEntry.h>#include <TGProgressBar.h>#include <TGSlider.h>#include <TGSplitter.h>#include <TGStatusBar.h>#include <TGTab.h>#include <TGTextBuffer.h>#include <TGTextEntry.h>#include <TGeoManager.h>#include <TGeometry.h>#include <TInterpreter.h>#include <TList.h>#include <TRootEmbeddedCanvas.h>#include <TSystem.h>#include <TTimer.h>#include <TTree.h>#include <TView.h>#include <TViewerX3D.h>#include <TGLViewer.h>#include <TVirtualViewer3D.h>#include <TRootDialog.h>#include <TRootHelpDialog.h>#include <TVirtualGL.h>#include <TVirtualGeoPainter.h>#include "BesVisLib/DstConvert.h"#include "RootEventData/TDigiEvent.h"#include "RootEventData/TDisTrack.h"#include "RootEventData/TRecEvTime.h"#include "RootEventData/TRecTrackEvent.h"Go to the source code of this file.
Functions | |
| ClassImp (BesClient) const char *OpenGeoTypes[] | |
Variables | |
| const char * | SaveGeoTypes [] = { "ROOT files", "*.root", "REC files", "*.rec", 0, 0 } |
| const char * | OpenEventTypes [] |
| const char * | SavePicTypes [] |
| const char * | SavePicPS [] = { "PS", "*.ps", 0, 0 } |
| const char * | StyleTypes [] = { "Text file", "*.txt", 0, 0 } |
| char * | optarg |
| int | optint |
| int | opterr |
| struct sembuf | acquire = { 0, -1, SEM_UNDO } |
| struct sembuf | release = { 0, 1, SEM_UNDO } |
| ClassImp | ( | BesClient | ) | const |
| struct sembuf acquire = { 0, -1, SEM_UNDO } |
Definition at line 111 of file BesClient.cxx.
Referenced by BesVisAlg::BesVisAlg(), and BesClient::GetRecEvent().
| const char* OpenEventTypes[] |
Definition at line 90 of file BesClient.cxx.
Referenced by BesClient::OpenEventFile().
|
extern |
Referenced by BesClient::BesClient().
| int opterr |
Definition at line 109 of file BesClient.cxx.
Referenced by BesClient::BesClient().
|
extern |
| struct sembuf release = { 0, 1, SEM_UNDO } |
Definition at line 112 of file BesClient.cxx.
Referenced by MucRecRoadFinder::execute(), MucRecTrkExt::execute(), BesClient::GetRecEvent(), and dchain::ReferenceHolder< T >::ReferenceHolder().
| const char* SaveGeoTypes[] = { "ROOT files", "*.root", "REC files", "*.rec", 0, 0 } |
Definition at line 87 of file BesClient.cxx.
Referenced by BesClient::SaveGeoAs().
| const char* SavePicPS[] = { "PS", "*.ps", 0, 0 } |
Definition at line 103 of file BesClient.cxx.
Referenced by BesClient::SavePicAsPS().
| const char* SavePicTypes[] |
Definition at line 99 of file BesClient.cxx.
Referenced by BesClient::SavePicAs().
| const char* StyleTypes[] = { "Text file", "*.txt", 0, 0 } |
Definition at line 106 of file BesClient.cxx.
Referenced by BesClient::LoadMyConfig(), and BesClient::SaveMyConfig().