BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
BesClient.cxx File Reference
#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 }

Function Documentation

◆ ClassImp()

ClassImp ( BesClient ) const

Variable Documentation

◆ acquire

struct sembuf acquire = { 0, -1, SEM_UNDO }

Definition at line 111 of file BesClient.cxx.

111{ 0, -1, SEM_UNDO };

Referenced by BesVisAlg::BesVisAlg(), and BesClient::GetRecEvent().

◆ OpenEventTypes

const char* OpenEventTypes[]
Initial value:
= { "rec files", "*.rec", "raw files", "*.rtraw", "dst files",
"*.dst",
"ROOT files", "*.root",
0, 0 }

Definition at line 90 of file BesClient.cxx.

90 { "rec files", "*.rec", "raw files", "*.rtraw", "dst files",
91 "*.dst", // Long Peixun's update: Allow dst files
92 "ROOT files", "*.root",
93 // #ifdef CF__ZSMSM
94 //"Generic Adamo files", "*.cz", //Long Peixun's update:
95 // remove unsupported file
96 // #endif
97 0, 0 };

Referenced by BesClient::OpenEventFile().

◆ optarg

char* optarg
extern

Referenced by BesClient::BesClient().

◆ opterr

int opterr

Definition at line 109 of file BesClient.cxx.

Referenced by BesClient::BesClient().

◆ optint

int optint
extern

◆ release

struct sembuf release = { 0, 1, SEM_UNDO }

◆ SaveGeoTypes

const char* SaveGeoTypes[] = { "ROOT files", "*.root", "REC files", "*.rec", 0, 0 }

Definition at line 87 of file BesClient.cxx.

87{ "ROOT files", "*.root", "REC files", "*.rec", 0, 0 };

Referenced by BesClient::SaveGeoAs().

◆ SavePicPS

const char* SavePicPS[] = { "PS", "*.ps", 0, 0 }

Definition at line 103 of file BesClient.cxx.

103{ "PS", "*.ps", 0, 0 };

Referenced by BesClient::SavePicAsPS().

◆ SavePicTypes

const char* SavePicTypes[]
Initial value:
= { "GIF", "*.gif", "JPG", "*.jpg", "PS", "*.ps",
"EPS", "*.eps", "XPM", "*.xpm", "PNG", "*.png",
"TIFF", "*.tiff", 0, 0 }

Definition at line 99 of file BesClient.cxx.

99 { "GIF", "*.gif", "JPG", "*.jpg", "PS", "*.ps",
100 "EPS", "*.eps", "XPM", "*.xpm", "PNG", "*.png",
101 "TIFF", "*.tiff", 0, 0 };

Referenced by BesClient::SavePicAs().

◆ StyleTypes

const char* StyleTypes[] = { "Text file", "*.txt", 0, 0 }

Definition at line 106 of file BesClient.cxx.

106{ "Text file", "*.txt", 0, 0 };

Referenced by BesClient::LoadMyConfig(), and BesClient::SaveMyConfig().