|
BOSS 7.1.3
BESIII Offline Software System
|
#include "BesVisClient/BesClient.h"#include "BesVisClient/BesAboutHelp.h"#include "BesVisClient/BesMdcPalette.h"#include "BesVisLib/BesVisDisplay.h"#include "BesVisLib/BesCursor.h"#include <iostream>#include <sstream>#include <fstream>#include <TList.h>#include <TRootEmbeddedCanvas.h>#include <TTimer.h>#include <TApplication.h>#include <TInterpreter.h>#include <TBranch.h>#include <TFile.h>#include <TTree.h>#include <TSystem.h>#include <TGeoManager.h>#include <TGButton.h>#include <TGMenu.h>#include <TGLayout.h>#include <TGStatusBar.h>#include <TGFileDialog.h>#include <TGNumberEntry.h>#include <TGMsgBox.h>#include <TGProgressBar.h>#include <TGTab.h>#include <TGSplitter.h>#include <TGCanvas.h>#include <TGListTree.h>#include <TGLabel.h>#include <TGButtonGroup.h>#include <TGTextEntry.h>#include <TGTextBuffer.h>#include <TG3DLine.h>#include <TGSlider.h>#include <TCanvas.h>#include <TView.h>#include <TGeometry.h>#include <TASImage.h>#include <TColor.h>#include <TViewerX3D.h>#include <TVirtualViewer3D.h>#include <TGLViewer.h>#include <TVirtualGL.h>#include <TVirtualGeoPainter.h>#include <TRootHelpDialog.h>#include <TRootDialog.h>#include "RootEventData/TRecTrackEvent.h"#include "RootEventData/TDigiEvent.h"#include "RootEventData/TDisTrack.h"#include "RootEventData/TRecEvTime.h"#include "BesVisLib/DstConvert.h"Go to the source code of this file.
Functions | |
| ClassImp (BesClient) const char *OpenGeoTypes[] | |
Variables | |
| const char * | SaveGeoTypes [] |
| const char * | OpenEventTypes [] |
| const char * | SavePicTypes [] |
| const char * | SavePicPS [] |
| const char * | StyleTypes [] |
| char * | optarg |
| int | optint |
| int | opterr |
| struct sembuf | acquire |
| struct sembuf | release |
| ClassImp | ( | BesClient | ) | const |
| struct sembuf acquire |
Definition at line 133 of file BesClient.cxx.
Referenced by BesVisAlg::BesVisAlg(), and BesClient::GetRecEvent().
| const char* OpenEventTypes[] |
Definition at line 99 of file BesClient.cxx.
Referenced by BesClient::OpenEventFile().
|
extern |
Referenced by BesClient::BesClient().
| int opterr |
Definition at line 131 of file BesClient.cxx.
Referenced by BesClient::BesClient().
|
extern |
| struct sembuf release |
Definition at line 136 of file BesClient.cxx.
Referenced by MucRecRoadFinder::execute(), MucRecTrkExt::execute(), BesClient::GetRecEvent(), and dchain::ReferenceHolder< T >::ReferenceHolder().
| const char* SaveGeoTypes[] |
Definition at line 92 of file BesClient.cxx.
Referenced by BesClient::SaveGeoAs().
| const char* SavePicPS[] |
Definition at line 120 of file BesClient.cxx.
Referenced by BesClient::SavePicAsPS().
| const char* SavePicTypes[] |
Definition at line 110 of file BesClient.cxx.
Referenced by BesClient::SavePicAs().
| const char* StyleTypes[] |
Definition at line 125 of file BesClient.cxx.
Referenced by BesClient::LoadMyConfig(), and BesClient::SaveMyConfig().