#include <TGo4AnalysisProxy.h>
Inheritance diagram for TGo4AnalysisProxy:
Public Member Functions | |
TGo4AnalysisProxy (Bool_t isserver=kFALSE) | |
virtual | ~TGo4AnalysisProxy () |
virtual void | Initialize (TGo4Slot *slot) |
virtual void | Finalize (TGo4Slot *slot) |
virtual Bool_t | HasSublevels () const |
virtual TGo4LevelIter * | MakeIter () |
virtual TGo4Access * | MakeProxy (const char *name) |
virtual void | WriteData (TGo4Slot *slot, TDirectory *dir, Bool_t onlyobjs) |
virtual void | ReadData (TGo4Slot *slot, TDirectory *dir) |
virtual const char * | GetContainedObjectInfo () |
virtual Int_t | GetObjectKind () |
virtual const char * | GetContainedClassName () |
virtual TObject * | GetAssignedObject () |
virtual void | Update (TGo4Slot *slot, Bool_t strong) |
TGo4Slot * | ParentSlot () |
TGo4Slot * | SettingsSlot () |
TGo4Slot * | RatemeterSlot () |
TGo4Slot * | LoginfoSlot () |
TGo4Slot * | UpdateObjectSlot () |
Bool_t | IsAnalysisServer () const |
Bool_t | IsConnected () |
Int_t | ConnectorPort () |
Int_t | GetRole () |
Bool_t | IsViewer () |
Bool_t | IsController () |
Bool_t | IsAdministrator () |
void | SetAnalysisReady (Bool_t on=kTRUE) |
Bool_t | IsAnalysisReady () const |
void | SetAnalysisSettingsReady (Bool_t on=kTRUE) |
Bool_t | IsAnalysisSettingsReady () const |
Bool_t | IsAnalysisRunning () const |
void | RefreshNamesList () |
void | DelayedRefreshNamesList (Int_t delay_sec) |
Bool_t | NamesListReceived () |
void | ReceiveObject (TNamed *obj) |
void | ReceiveStatus (TGo4Status *status) |
Bool_t | SubmitProxy (TGo4AnalysisObjectAccess *proxy) |
void | LoadConfigFile (const char *fname) |
void | SaveConfigFile (const char *fname) |
void | WriteAutoSave (const char *fname, Int_t complevel, Bool_t overwrite) |
void | StartAnalysis () |
void | StopAnalysis () |
void | ExecuteLine (const char *line) |
void | RequestAnalysisSettings () |
void | SubmitAnalysisSettings () |
void | RequestObjectStatus (const char *objectname, TGo4Slot *tgtslot) |
void | RequestEventStatus (const char *evname, Bool_t astree, TGo4Slot *tgtslot) |
void | RemoteTreeDraw (const char *treename, const char *varexp, const char *cutcond, const char *hname) |
void | RemotePrintEvent (const char *evname, Int_t evnumber, Int_t subid, Bool_t ishex, Bool_t islong) |
Bool_t | UpdateAnalysisObject (const char *fullpath, TObject *obj) |
void | ClearAnalysisObject (const char *fullpath) |
void | ChageObjectProtection (const char *fullpath, const char *flags) |
void | RemoveObjectFromAnalysis (const char *fullpath, TClass *cl=0) |
void | PrintDynListEntry (const char *fullpath) |
Bool_t | LaunchAsClient (TString &launchcmd, TString &killcmd, Bool_t usessh, Int_t konsole, const char *name, const char *remotehost, const char *remotedir, const char *remoteexe) |
Bool_t | ConnectToServer (const char *remotehost, Int_t remoteport, Int_t ascontroller, const char *accesspass) |
Bool_t | WaitForConnection (Int_t seconds) |
void | DisconnectAnalysis (Int_t waittime=30, Bool_t servershutdown=kFALSE) |
Close connection to analysis and destroys proxy with correspondent slot. | |
void | DisplayDeleted (TGo4Display *displ) |
void | DisplayDisconnected (TGo4Display *displ) |
virtual Bool_t | HandleTimer (TTimer *timer) |
Static Public Member Functions | |
static Int_t | NumberOfWaitingProxyes () |
static Bool_t | LaunchAsServer (TString &launchcmd, TString &killcmd, Bool_t usessh, Int_t konsole, const char *name, const char *remotehost, const char *remotedir, const char *remoteexe) |
Protected Member Functions | |
TGo4AnalysisObjectAccess * | FindSubmittedProxy (const char *pathname, const char *objname) |
void | DeleteSubmittedProxy (TGo4AnalysisObjectAccess *proxy) |
void | AssignNewNamesList (TGo4AnalysisObjectNames *objnames) |
void | CallSlotUpdate () |
Static Protected Member Functions | |
static Bool_t | GetLaunchString (TString &launchcmd, TString &killcmd, Bool_t server, Bool_t usessh, Int_t konsole, const char *name, const char *remotehost, const char *remotedir, const char *remoteexe, Int_t guiport) |
Protected Attributes | |
Bool_t | fIsServer |
TGo4AnalysisDummySlot * | fDummySlot |
TGo4AnalysisObjectNames * | fAnalysisNames |
TGo4Slot * | fxParentSlot |
TObjArray | fxSubmittedProxy |
Bool_t | fbNamesListReceived |
Bool_t | fbAnalysisReady |
Bool_t | fbAnalysisSettingsReady |
Bool_t | fbAnalysisRunning |
Int_t | fDisconectCounter |
TGo4Display * | fxDisplay |
TString | fInfoStr |
Int_t | fActualRole |
TTimer * | fxRefreshTimer |
TTimer * | fxConnectionTimer |
Static Protected Attributes | |
static Int_t | fNumberOfWaitingProxyes = 0 |
|
Definition at line 281 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4TaskOwner::GetTask(), and TGo4Display::SetAnalysis(). |
|
Definition at line 305 of file TGo4AnalysisProxy.cxx. References TGo4Log::Debug(), fAnalysisNames, fDisconectCounter, fNumberOfWaitingProxyes, fxConnectionTimer, fxDisplay, fxRefreshTimer, fxSubmittedProxy, TGo4Display::SetAnalysis(), and TGo4Master::SubmitCommand(). |
|
Reimplemented from TGo4Proxy. Definition at line 330 of file TGo4AnalysisProxy.cxx. References fxParentSlot, and TGo4Slot::SetProxy(). |
|
Reimplemented from TGo4Proxy. Definition at line 368 of file TGo4AnalysisProxy.cxx. References TGo4Slot::DeleteChilds(), and fxParentSlot. |
|
Reimplemented from TGo4Proxy. Definition at line 377 of file TGo4AnalysisProxy.cxx. References fAnalysisNames. |
|
Reimplemented from TGo4Proxy. Definition at line 382 of file TGo4AnalysisProxy.cxx. References fAnalysisNames, and TGo4AnalysisObjectNames::GetNamesFolder(). |
|
Reimplemented from TGo4Proxy. Definition at line 629 of file TGo4AnalysisProxy.cxx. References cmdEnvelope, TGo4AnalysisLevelIter::EntryClassName(), fAnalysisNames, TGo4AnalysisObjectNames::GetNamesFolder(), and TGo4Slot::ProduceFolderAndName(). |
|
Reimplemented from TGo4Proxy. Definition at line 389 of file TGo4AnalysisProxy.cxx. |
|
Reimplemented from TGo4Proxy. Definition at line 393 of file TGo4AnalysisProxy.cxx. |
|
Reimplemented from TGo4Proxy. Definition at line 428 of file TGo4AnalysisProxy.cxx. References fInfoStr, GetRole(), kGo4ComModeAdministrator, kGo4ComModeController, and kGo4ComModeObserver. Referenced by TGo4MainWindow::UpdateCaptionButtons(). |
|
Reimplemented from TGo4Proxy. Definition at line 50 of file TGo4AnalysisProxy.h. References TGo4Access::kndFolder. |
|
Reimplemented from TGo4Proxy. Definition at line 51 of file TGo4AnalysisProxy.h. |
|
Reimplemented from TGo4Proxy. Definition at line 52 of file TGo4AnalysisProxy.h. |
|
Reimplemented from TGo4Proxy. Definition at line 648 of file TGo4AnalysisProxy.cxx. References RefreshNamesList(). |
|
Definition at line 56 of file TGo4AnalysisProxy.h. References fxParentSlot. |
|
Definition at line 347 of file TGo4AnalysisProxy.cxx. References TGo4Slot::FindChild(), and fxParentSlot. Referenced by TGo4Interface::GetAnalStatus(), ReceiveStatus(), and SubmitAnalysisSettings(). |
|
Definition at line 352 of file TGo4AnalysisProxy.cxx. References TGo4Slot::FindChild(), and fxParentSlot. Referenced by TGo4Interface::AddAnalysisProxy(), TGo4MainWindow::EstablishRatemeter(), and ReceiveStatus(). |
|
Definition at line 357 of file TGo4AnalysisProxy.cxx. References TGo4Slot::FindChild(), and fxParentSlot. Referenced by TGo4Interface::AddAnalysisProxy(), TGo4MainWindow::AddAnalysisProxy(), and ReceiveStatus(). |
|
Definition at line 362 of file TGo4AnalysisProxy.cxx. References TGo4Slot::FindChild(), and fxParentSlot. Referenced by TGo4MainWindow::AddAnalysisProxy(), ReceiveStatus(), and TGo4MainWindow::UpdateDockAnalysisWindow(). |
|
Definition at line 64 of file TGo4AnalysisProxy.h. References fIsServer. Referenced by TGo4MainWindow::AddAnalysisProxy(), TGo4MainWindow::ConnectServerSlot(), GetRole(), IsConnected(), TGo4Script::ProduceScript(), ReceiveStatus(), TGo4Interface::ShutdownAnalysis(), TGo4MainWindow::ShutdownAnalysisSlot(), TGo4MainWindow::UpdateCaptionButtons(), and TGo4MainWindow::UpdateDockAnalysisWindow(). |
|
|
Definition at line 918 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4TaskOwner::GetTask(), and TGo4ServerTask::GetTaskManager(). Referenced by TGo4MainWindow::PrepareForClientConnectionSlot(). |
|
Definition at line 397 of file TGo4AnalysisProxy.cxx. References fActualRole, fxDisplay, TGo4TaskOwner::GetTask(), IsAnalysisServer(), and kGo4ComModeRefused. Referenced by GetContainedObjectInfo(), IsAdministrator(), IsController(), and IsViewer(). |
|
Definition at line 413 of file TGo4AnalysisProxy.cxx. References GetRole(), and kGo4ComModeObserver. |
|
Definition at line 418 of file TGo4AnalysisProxy.cxx. References GetRole(), and kGo4ComModeController. Referenced by TGo4MainWindow::CheckConnectingCounterSlot(), TGo4MainWindow::UpdateCaptionButtons(), and TGo4MainWindow::UpdateDockAnalysisWindow(). |
|
Definition at line 423 of file TGo4AnalysisProxy.cxx. References GetRole(), and kGo4ComModeAdministrator. Referenced by TGo4MainWindow::CheckConnectingCounterSlot(), TGo4Interface::ShutdownAnalysis(), TGo4MainWindow::ShutdownAnalysisSlot(), TGo4MainWindow::UpdateCaptionButtons(), and TGo4MainWindow::UpdateDockAnalysisWindow(). |
|
Definition at line 72 of file TGo4AnalysisProxy.h. References fbAnalysisReady. Referenced by TGo4Interface::AddAnalysisProxy(), TGo4MainWindow::AddAnalysisProxy(), AssignNewNamesList(), and ReceiveStatus(). |
|
Definition at line 73 of file TGo4AnalysisProxy.h. References fbAnalysisReady. Referenced by TGo4Script::execGUICommands(), TGo4Interface::HandleTimer(), TGo4Script::ProduceScript(), and TGo4Interface::WaitAnalysis(). |
|
Definition at line 75 of file TGo4AnalysisProxy.h. References fbAnalysisSettingsReady. Referenced by ReceiveStatus(), and SubmitAnalysisSettings(). |
|
Definition at line 76 of file TGo4AnalysisProxy.h. References fbAnalysisSettingsReady. Referenced by TGo4MainWindow::CreateNewConditionSlot(), TGo4MainWindow::CreateNewDynEntrySlot(), TGo4MainWindow::CreateNewHistSlot(), TGo4Script::execGUICommands(), TGo4Script::ProduceScript(), and TGo4Interface::SubmitAnalysisConfig(). |
|
Definition at line 78 of file TGo4AnalysisProxy.h. References fbAnalysisRunning. Referenced by TGo4Script::ProduceScript(). |
|
Definition at line 609 of file TGo4AnalysisProxy.cxx. References fbNamesListReceived, fxDisplay, and TGo4Master::SubmitCommand(). Referenced by ConnectToServer(), HandleTimer(), TGo4Interface::StartAnalysis(), TGo4MainWindow::StartAnalysisSlot(), TGo4Interface::SubmitAnalysisConfig(), TGo4MainWindow::SubmitAnalysisSettings(), and Update(). |
|
Definition at line 617 of file TGo4AnalysisProxy.cxx. References fxRefreshTimer. Referenced by TGo4BrowserProxy::PerformTreeDraw(), TGo4Interface::StartAnalysis(), and TGo4MainWindow::StartAnalysisSlot(). |
|
Definition at line 624 of file TGo4AnalysisProxy.cxx. References fbNamesListReceived. Referenced by TGo4Script::execGUICommands(), and TGo4Interface::SubmitAnalysisConfig(). |
|
Definition at line 557 of file TGo4AnalysisProxy.cxx. References AssignNewNamesList(), DeleteSubmittedProxy(), FindSubmittedProxy(), TGo4ObjEnvelope::GetObjFolder(), TGo4ObjEnvelope::GetObjName(), TGo4AnalysisObjectAccess::ReceiveObject(), and TGo4ObjEnvelope::TakeObject(). Referenced by TGo4Display::DisplayData(). |
|
|
|
Definition at line 799 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4RemoteCommand::SetString(), and TGo4Master::SubmitCommand(). |
|
Definition at line 811 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4RemoteCommand::SetString(), and TGo4Master::SubmitCommand(). |
|
Definition at line 823 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4RemoteCommand::SetString(), TGo4RemoteCommand::SetValue(), and TGo4Master::SubmitCommand(). |
|
Definition at line 838 of file TGo4AnalysisProxy.cxx. References fbAnalysisRunning, fxDisplay, and TGo4Master::SubmitCommand(). Referenced by TGo4Interface::StartAnalysis(), TGo4BrowserItem::StartAnalysis(), and TGo4MainWindow::StartAnalysisSlot(). |
|
Definition at line 844 of file TGo4AnalysisProxy.cxx. References fbAnalysisRunning, fxDisplay, and TGo4Master::SubmitCommand(). Referenced by TGo4Interface::StopAnalysis(), TGo4BrowserItem::StopAnalysis(), and TGo4MainWindow::StopAnalysisSlot(). |
|
Definition at line 850 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4ComExecLine::SetLine(), and TGo4Master::SubmitCommand(). Referenced by TGo4AbstractInterface::ExecuteLine(), and TGo4AnalysisWindow::HistActivated(). |
|
Definition at line 887 of file TGo4AnalysisProxy.cxx. References fxDisplay, and TGo4Master::SubmitCommand(). Referenced by TGo4Interface::ConnectAnalysis(), TGo4MainWindow::EstablishAnalysisConfiguration(), and TGo4AbstractInterface::RequestAnalysisConfig(). |
|
Definition at line 894 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4RemoteCommand::SetAggregate(), SetAnalysisSettingsReady(), SettingsSlot(), and TGo4Master::SubmitCommand(). Referenced by TGo4Interface::SubmitAnalysisConfig(), and TGo4MainWindow::SubmitAnalysisSettings(). |
|
Definition at line 702 of file TGo4AnalysisProxy.cxx. References TGo4AnalysisObjectAccess::AssignObjectTo(), cmdStatus, TGo4Slot::GetOM(), TGo4Slot::ProduceFolderAndName(), and TGo4Slot::ProduceFullName(). Referenced by TGo4BrowserProxy::RequestObjectStatus(). |
|
Definition at line 717 of file TGo4AnalysisProxy.cxx. References TGo4AnalysisObjectAccess::AssignObjectTo(), cmdEvStatus, fxDisplay, TGo4Slot::GetFullName(), TGo4Slot::GetOM(), TGo4Slot::ProduceFolderAndName(), TGo4RemoteCommand::SetString(), TGo4RemoteCommand::SetValue(), and TGo4Master::SubmitCommand(). Referenced by TGo4BrowserProxy::RequestEventStatus(). |
|
Definition at line 747 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4Slot::ProduceFolderAndName(), TGo4RemoteCommand::SetString(), and TGo4Master::SubmitCommand(). Referenced by TGo4BrowserProxy::PerformTreeDraw(). |
|
Definition at line 767 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4RemoteCommand::SetString(), TGo4RemoteCommand::SetValue(), and TGo4Master::SubmitCommand(). |
|
new with single set object commmand: Definition at line 783 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4RemoteCommand::SetAggregate(), TGo4RemoteCommand::SetString(), and TGo4Master::SubmitCommand(). Referenced by TGo4MainWindow::CreateNewConditionSlot(), TGo4MainWindow::CreateNewDynEntrySlot(), TGo4MainWindow::CreateNewHistSlot(), and TGo4BrowserProxy::UpdateAnalysisItem(). |
|
Definition at line 857 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4Slot::ProduceFolderAndName(), TGo4RemoteCommand::SetString(), and TGo4Master::SubmitCommand(). |
|
Definition at line 867 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4Slot::ProduceFolderAndName(), TGo4RemoteCommand::SetString(), and TGo4Master::SubmitCommand(). |
|
Definition at line 878 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4Slot::ProduceFolderAndName(), TGo4RemoteCommand::SetString(), and TGo4Master::SubmitCommand(). |
|
Definition at line 909 of file TGo4AnalysisProxy.cxx. References fxDisplay, TGo4Slot::ProduceFolderAndName(), TGo4RemoteCommand::SetString(), and TGo4Master::SubmitCommand(). |
|
Definition at line 120 of file TGo4AnalysisProxy.h. References fNumberOfWaitingProxyes. Referenced by TGo4BrowserProxy::HandleTimer(). |
|
Definition at line 930 of file TGo4AnalysisProxy.cxx. References fxDisplay, GetLaunchString(), TGo4TaskOwner::GetTask(), TGo4ServerTask::GetTaskManager(), and TGo4ServerTask::StartConnectorThread(). Referenced by TGo4Interface::LaunchAnalysis(), and TGo4MainWindow::LaunchClientSlot(). |
|
Definition at line 960 of file TGo4AnalysisProxy.cxx. References GetLaunchString(). Referenced by TGo4MainWindow::LaunchClientSlot(). |
|
Definition at line 1071 of file TGo4AnalysisProxy.cxx. References TGo4ClientTask::ConnectServer(), fxDisplay, TGo4TaskOwner::GetTask(), kGo4ComModeAdministrator, kGo4ComModeController, kGo4ComModeObserver, and RefreshNamesList(). Referenced by TGo4Interface::ConnectAnalysis(), and TGo4MainWindow::ConnectServerSlot(). |
|
Definition at line 1103 of file TGo4AnalysisProxy.cxx. References IsConnected(). |
|
Close connection to analysis and destroys proxy with correspondent slot. Wait waittime (in sec) for safe disconnection of the analysis. if servershutdown = kTRUE, shutdown command will be sent to analysis Definition at line 1116 of file TGo4AnalysisProxy.cxx. References CallSlotUpdate(), fActualRole, fDisconectCounter, fxConnectionTimer, fxDisplay, and TGo4Master::SubmitCommand(). Referenced by TGo4Interface::DisconnectAnalysis(), DisplayDisconnected(), TGo4MainWindow::RemoveAnalysisProxy(), and TGo4Interface::ShutdownAnalysis(). |
|
Definition at line 1148 of file TGo4AnalysisProxy.cxx. References fxDisplay. Referenced by TGo4Display::~TGo4Display(). |
|
Definition at line 1153 of file TGo4AnalysisProxy.cxx. References DisconnectAnalysis(), and fxDisplay. Referenced by TGo4Display::DisconnectSlave(). |
|
Definition at line 1169 of file TGo4AnalysisProxy.cxx. References TGo4Slot::Delete(), fDisconectCounter, fxConnectionTimer, fxDisplay, fxParentSlot, fxRefreshTimer, and RefreshNamesList(). |
|
Definition at line 980 of file TGo4AnalysisProxy.cxx. References TGo4Log::Debug(), and TGo4ServerTask::Get_fgcLAUNCHPREFSFILE(). Referenced by LaunchAsClient(), and LaunchAsServer(). |
|
Definition at line 440 of file TGo4AnalysisProxy.cxx. References fxSubmittedProxy, TGo4AnalysisObjectAccess::GetObjectName(), and TGo4AnalysisObjectAccess::GetPathName(). Referenced by ReceiveObject(). |
|
Definition at line 452 of file TGo4AnalysisProxy.cxx. References TGo4AnalysisObjectAccess::CheckLifeTime(), fNumberOfWaitingProxyes, and fxSubmittedProxy. Referenced by ReceiveObject(). |
|
Definition at line 597 of file TGo4AnalysisProxy.cxx. References TGo4Slot::evObjAssigned, fAnalysisNames, fbNamesListReceived, TGo4Slot::ForwardEvent(), fxParentSlot, and SetAnalysisReady(). Referenced by ReceiveObject(), and ReceiveStatus(). |
|
Definition at line 1161 of file TGo4AnalysisProxy.cxx. References TGo4Slot::evObjUpdated, TGo4Slot::ForwardEvent(), and fxParentSlot. Referenced by DisconnectAnalysis(), and ReceiveStatus(). |
|
Definition at line 179 of file TGo4AnalysisProxy.h. Referenced by IsAnalysisServer(). |
|
Definition at line 180 of file TGo4AnalysisProxy.h. |
|
Definition at line 181 of file TGo4AnalysisProxy.h. Referenced by AssignNewNamesList(), HasSublevels(), MakeIter(), MakeProxy(), and ~TGo4AnalysisProxy(). |
|
Definition at line 182 of file TGo4AnalysisProxy.h. Referenced by AssignNewNamesList(), CallSlotUpdate(), Finalize(), HandleTimer(), Initialize(), LoginfoSlot(), ParentSlot(), RatemeterSlot(), ReceiveStatus(), SettingsSlot(), and UpdateObjectSlot(). |
|
Definition at line 183 of file TGo4AnalysisProxy.h. Referenced by DeleteSubmittedProxy(), FindSubmittedProxy(), SubmitProxy(), and ~TGo4AnalysisProxy(). |
|
Definition at line 184 of file TGo4AnalysisProxy.h. Referenced by AssignNewNamesList(), NamesListReceived(), and RefreshNamesList(). |
|
Definition at line 185 of file TGo4AnalysisProxy.h. Referenced by IsAnalysisReady(), and SetAnalysisReady(). |
|
Definition at line 186 of file TGo4AnalysisProxy.h. Referenced by IsAnalysisSettingsReady(), and SetAnalysisSettingsReady(). |
|
Definition at line 187 of file TGo4AnalysisProxy.h. Referenced by IsAnalysisRunning(), ReceiveStatus(), StartAnalysis(), and StopAnalysis(). |
|
Definition at line 188 of file TGo4AnalysisProxy.h. Referenced by DisconnectAnalysis(), HandleTimer(), and ~TGo4AnalysisProxy(). |
|
|
Definition at line 190 of file TGo4AnalysisProxy.h. Referenced by GetContainedObjectInfo(). |
|
Definition at line 191 of file TGo4AnalysisProxy.h. Referenced by DisconnectAnalysis(), GetRole(), IsConnected(), and ReceiveStatus(). |
|
Definition at line 192 of file TGo4AnalysisProxy.h. Referenced by DelayedRefreshNamesList(), HandleTimer(), and ~TGo4AnalysisProxy(). |
|
Definition at line 193 of file TGo4AnalysisProxy.h. Referenced by DisconnectAnalysis(), HandleTimer(), and ~TGo4AnalysisProxy(). |
|
Definition at line 279 of file TGo4AnalysisProxy.cxx. Referenced by DeleteSubmittedProxy(), NumberOfWaitingProxyes(), SubmitProxy(), and ~TGo4AnalysisProxy(). |