TGo4AdvancedUserWidgetSlots | |
TGo4AdvancedUserWidgetStatus | |
TGo4Analysis | The mother of all go4 analyses |
TGo4AnalysisClient | |
TGo4AnalysisClientStatus | |
TGo4AnalysisCommand | |
TGo4AnalysisCommandList | List containing prototypes of all analysis command objects |
TGo4AnalysisConfigurationSlots | Slot Class for the Analysis Configuration |
TGo4AnalysisConfigurationStatus | |
TGo4AnalysisMainRunnable | Main Runnable of the go4 analysis |
TGo4AnalysisObjectCommand | Intermediate class for all commands accessing an analysis object by name |
TGo4AnalysisObjectManager | This object is responsible for the organisation of analysis objects |
TGo4AnalysisObjectNames | Contains the name (key) list of all objects in the analysis scope |
TGo4AnalysisStatus | Status of the analysis instance |
TGo4AnalysisStatusMonitorSlots | |
TGo4AnalysisStatusMonitorStatus | |
TGo4AnalysisStep | Contains a single step of the analysis |
TGo4AnalysisStepCommand | |
TGo4AnalysisStepException | |
TGo4AnalysisStepManager | This object is responsible for the organisation of analysis steps |
TGo4AnalysisStepStatus | Status object of one analysis step |
TGo4AnalysisWatchRunnable | Runnable performing control watcher functions of analysis client task: status of analysis is send to status queue @stereotype thread |
TGo4AnalysisWindow | |
TGo4AppControlTimer | Timer with main purpose to block the root TApplication loop during thread execution |
TGo4ArrowEntry | Structure for bookkeeping of arrow labels |
TGo4ASImage | |
TGo4BackStore | Event store to keep the last n events in a TTree which is _not_ saved to a file |
TGo4BackStoreParameter | |
TGo4BranchStatus | |
TGo4BrowserSlots | |
TGo4BrowserStatus | This Object holds the Go4Browser status, so that the last (The actual) status can be restored at any time when the GUI is re-opened |
TGo4BufferQueue | Class containing a pointer queue for TBuffers |
TGo4CancelException | Cancel thread associated with runnable or with threadname |
TGo4CanvasStatus | Status object for TCanvas |
TGo4CanvasWrapper | |
TGo4CintLockTimer | This timer is used to protect the Go4 threads against the CINT main application when go4 is running as cint server |
TGo4ClientStatus | |
TGo4ClientTask | This class controls a client application running in a task which is controlled by another server task via transport channels which are held by a task handler object |
TGo4ClonesElement | |
TGo4ComAction1 | Example command calling action routine 1 of example application |
TGo4ComAction2 | Example command calling action routine 2 of example application |
TGo4ComAddTreeHistogram | Adds a tree-histogram entry into dynamic list |
TGo4ComAutosave | Write objects into autosave file now |
TGo4ComClearObject | Calls Clear() method of client object, if object of this name exists |
TGo4ComCloseAnalysis | Executes the CloseAnalysis Method of TGo4Analysis framework |
TGo4ComConnectSlave | Master command: initiate connection to slave |
TGo4ComCopyObject | Copies client object of oldname into a new object of new name |
TGo4ComCreateCondition | Creates new condition and adds it to dynamic condition list |
TGo4ComCreateHistogram | Creates new histogram in Go4 folder |
TGo4ComCreateObject | Creates new object of class name on client side.Object will be kept in directory which matches to its base type, e.g in condition directory if it inherits from condition, in data index dir if inherits from TGo4EventDataIndex, etc |
TGo4ComDeleteObject | Deletes the object by name at the client |
TGo4ComDisconnectSlave | Master command: current slave is removed (disconnected) from server -
Since:
-
17-03-2005
|
TGo4ComExecLine | Command executes string as CINT macro |
TGo4ComFlush | Command to flush the queues in case of a jam; default ctor flushes all queues, ctor with parameter data, command or status queues only |
TGo4ComGetAnalysisStatus | Requests for the current analysis status |
TGo4ComGetCanvas | Requests a TCanvasfrom the client |
TGo4ComGetCondition | Requests the status (settings) of an existing condition from the client |
TGo4ComGetCurrentEvent | Requests the current event as a sample from the client |
TGo4ComGetDynamicEntryStatus | Requests for status of dynamic entry of name in list of listname |
TGo4ComGetEnvelope | Requests the object by name from the client |
TGo4ComGetNamesList | Requests for the current folder list of analysis objects |
TGo4ComGetObject | Requests the object by name from the client |
TGo4ComGetObjectStatus | Requests the object status by name from the client |
TGo4ComGetParameter | Requests a parameter object from the client |
TGo4ComGetPicture | Requests a picture object from the client |
TGo4ComGetStatus | Command to request basic status information on the client task; the reqest may be carried out by the command runnable that submits a system status object into the status queue; otherwise a concrete client runnable may submit any special status object into the queue on this command |
TGo4ComGetTreeStructure | Requests the branchelement structure of a tree from the analysis |
TGo4ComInitAnalysis | Executes the InitEventClasses Method of TGo4Analysis framework |
TGo4ComLaunchClient | Server command: current client is removed (disconnected) from server |
TGo4ComLoadAnalysisStatus | Loads analysis settings from file specified by name |
TGo4Command | This is the Go4 Abstract Command Class; part of the Base command pattern |
TGo4CommandInvoker | Class that knows Command Object; When Client gets the Command it is passed to the Invoker who sets the CommandClient as receiver and calls its Execute method |
TGo4CommandProtoList | |
TGo4CommandReceiver | |
TGo4CommandRunnable | Runnable responsible for command exchange between transport (socket) and buffer (queue) In receiver mode, commands are received from transport, checked if sync or not, the command receiver of system (client) commands is set to the clienttask, sync commands are executed directly, async commands are passed to the queue in not receiver mode, runnables waits for the queue and sends all commands from the queue over the transport @stereotype thread |
TGo4ComMasterQuit | Master Command to quit (terminate) the master application |
TGo4CompositeEvent | Base type for object composition |
TGo4ComPrintConditions | Printout all condition counters as bar diagram on the local analysis terminal |
TGo4ComPrintDynList | Printout of dynamic list status on the local analysis terminal |
TGo4ComPrintHistograms | Printout all histogram statisticx on the local analysis terminal |
TGo4ComQuit | Command to quit (terminate) the client, after successful quit, the client may be removed from taskmanager on the server side |
TGo4ComRelaunch | Command to relaunch the working thread of a client, in case of a latchup |
TGo4ComRemoveClient | Server command: current client is removed (disconnected) from server |
TGo4ComRemoveDynamicEntry | Removes an entry from a dynamic list |
TGo4ComSaveAnalysisStatus | Save current analysis settings to a file specified by name |
TGo4ComServerQuit | Server Command to quit (terminate) the server and the application all clients are removed before |
TGo4ComSetAnalysisStatus | Set the analysis framework to the status encapsulated in this command |
TGo4ComSetCanvas | Send the canvas status to define a canvas for the client |
TGo4ComSetCondition | Send the status to be set for an existing condition to the client |
TGo4ComSetDynamicEntry | Sets dynamic entry in list of listname to the values of the encapsulated dynamic entry status object |
TGo4ComSetFirstStep | Set the target step as first step in analysis chain |
TGo4ComSetLastStep | Set the target step as last step in analysis chain |
TGo4ComSetParameter | Send the parameter to be set for an existing parameter to the client |
TGo4ComSetPicture | Send the picture to be set for an existing picture to the client |
TGo4ComSetPrintEvent | Sets explicit printout for the next n events to come Event is searched by object name in the EventObjects folder |
TGo4ComSetProcessor | Switches the event processor of the target analysis step |
TGo4ComSetProtections | Change protections against clearing (reset) or deletion, etc |
TGo4ComSetSource | Switches the event source of the target analysis step |
TGo4ComSetStore | Switches the event store of the target analysis step |
TGo4ComStart | Command calling the virtual method Start() of Client Task class; this method is overridden by user client, thus any start action of the application may be invoked by this (e.g |
TGo4ComStartHistoServ | Executes the InitEventClasses Method of TGo4Analysis framework |
TGo4ComStop | Command calling the virtual method Stop() of Client Task class; this method is overridden by user client, thus any stop action of the application may be invoked by this (e.g |
TGo4ComStopHistoServ | Executes the InitEventClasses Method of TGo4Analysis framework |
TGo4CondArray | |
TGo4CondArrayPainter | |
TGo4Condition | |
TGo4ConditionInfoSlots | |
TGo4ConditionInfoStatus | |
TGo4ConditionPainter | |
TGo4ConditionStatus | Status object for an analysis conditon |
TGo4ConnectorRunnable | Runnable to handle connection request from a new client which connects to a listening Transport channel (socket) on a fixed port number (e.g |
TGo4ControlException | Exception Class responsible for runtime control actions: Exception mechanism is used as command pattern here; concrete exceptions act on single threads or the thread manager |
TGo4ControllerRunnable | Runnable performing the main action of example client task: getting commands out of command queue, sending objects into data queue @stereotype thread |
TGo4CounterCond | |
TGo4CreateException | Create a thread associated with the runnable |
TGo4CreateHisDefaults | |
TGo4CreateNewHistogramSlots | |
TGo4CreateNewHistogramStatus | |
cv_string | |
TGo4DataRunnable | Runnable responsible for data object exchange between transport (socket) and buffer (queue) In receiver mode, data objects are received from transport and passed to the queue in non receiver mode, runnables waits for the queue and sends all data objects from the queue over the transport @stereotype thread |
TGo4DependentStatusList | Holds a pointer to a slot object and the name of the status object which he needs, if the status objects exist it will has his pointer too |
TGo4DiskFileBrowserSlots | |
TGo4DiskFileBrowserStatus | This Object holds the Go4DiskFileBrowser status, so that the last (The actual) status can be restored at any time when the GUI is re-opened |
TGo4Display | |
TGo4DisplayDrawerTimer | Timer which belongs to the Display, used instead of a thread to avoid conflicts with the Qt GUI internal slots |
TGo4DisplayLoggerTimer | Timer which belongs to the Display, used instead of a thread to avoid conflicts with the Qt GUI internal slots |
TGo4DynamicEntry | ABC for all entries that can be kept in a dynamic list |
TGo4DynamicEntryStatus | |
TGo4DynamicList | Aggregate which is responsible for the dynamically created analysis objects like histograms |
TGo4DynamicListCommand | Baseclass for all commands effecting an dynamic list entry |
TGo4DynamicListException | |
TGo4DynamicListStatus | Status of a dynamic list |
TGo4EditDynEntrySlots | |
TGo4EditDynEntryStatus | |
TGo4EventCalibration | Data object for calibration of the input event |
TGo4EventDataIndex | Abstract interface to access the data values inside the user event by any indexing mechanism |
TGo4EventElement | The abstract base class for the data elements of which the unpacked events (or detector structure data, resp) are composed |
TGo4EventEndException | Exception to throw on event source timeout |
TGo4EventErrorException | Exception to be thrown on error of event source |
TGo4EventFactory | Abstract factory for the event related classes |
TGo4EventHeader10 | Standard GSI (goosy, mbs) event header implementation |
TGo4EventInfoSlots | |
TGo4EventInfoStatus | |
TGo4EventProcessor | Abstract Factory used by the top level user event to unpack the raw event into subevents or detector information |
TGo4EventProcessorParameter | Basic type for all classes containing information to parametrize the event processor |
TGo4EventProcStatus | Status object for an eventprocessor class |
TGo4EventServerFactory | Event factory providing all go4 event service classes |
TGo4EventSource | The abstract interface class for the raw event source |
TGo4EventSourceException | |
TGo4EventSourceParameter | Basic type for all classes containing information to parametrize the event source |
TGo4EventSourceStatus | Status object for an eventsource class |
TGo4EventStatus | Status object for an eventclass |
TGo4EventStore | The abstract interface class for the raw event store |
TGo4EventStoreParameter | Basic type for all classes containing information to parametrize the event store |
TGo4EventStoreStatus | Status object for an eventstore class |
TGo4EventTimeoutException | Exception to throw on event source timeout |
TGo4ExampleApplication | Example application class; this class may also run as standalone application without the threaded client-server mechanism (e.g |
TGo4ExampleClient | Example class for a client application; this may be the analysis client later on which keeps the analysis class itself as aggregate and provides threads to work on analysis |
TGo4ExampleClientStatus | |
TGo4ExampleCommand | |
TGo4ExampleCommandList | |
TGo4ExampleController | Example class for a user control interface (might be a kind of GUI later on); methods of this class are used to request commands from the user and to display results which are sent by the client |
TGo4ExampleServer | Example class for a server task that fits to the example application |
TGo4Exception | |
TGo4ExportManager | This class manages all export and import conversions of objects to/from different file formats like ascii, radware, etc |
TGo4FileSource | Raw event source which reads entries from a root TTree in a TFile |
TGo4FileSourceParameter | |
TGo4FileStore | Event store which fills entries to an own root TTree in a TFile |
TGo4FileStoreParameter | |
TGo4FitAmplEstimation | Amplitude estimation action In additional to general minimization routine very useful amplitude estimation algorithm can be used |
TGo4FitAssignment | Internal class, used for assignment of model component to data |
TGo4FitAxisTrans | Base class for axis transformation objects |
TGo4FitComponent | Basic absrtact class, combining common properties of data and model |
TGo4FitData | Basic abtract class for representing data, which should be fitted |
TGo4FitDataGraph | Data object, which provides access to TGraph and TGraphErrors ROOT objects |
TGo4FitDataGraphIter | |
TGo4FitDataHistogram | Data objects, which provides access to generic TH1 ROOT histogram |
TGo4FitDataHistogramIter | |
TGo4FitDataIter | Iterator calss for data object |
TGo4FitDataProfile | Data object, which provides access to TProfile ROOT class |
TGo4FitDataProfileIter | |
TGo4FitDataRidge | Special object to approxiamte ridges on multi-dimensional histograms |
TGo4FitDataRidgeIter | |
TGo4FitDependency | Object, used to store dependency of one parameter from other, calculated via expression |
TGo4FitGUIArrow | |
TGo4FitGUIDraw | |
TGo4FitGUIOptions | |
TGo4FitLinearTrans | The linear transfromation of selected data axis |
TGo4FitMatrixTrans | Matrix transfromation of scale values |
TGo4FitMinuit | Minuit minimization action Now only TGo4FitMinuit class, provided general minimization routine, is available |
TGo4FitMinuitResult | Result values, taken from Minuit object |
TGo4FitModel | Basic abstract class for represnting model components of fitted data |
TGo4FitModelFormula | Model object, which uses ROOT TFormula class facility |
TGo4FitModelFromData | Model object, which is uses TGo4FitData object to produce model bins |
TGo4FitModelFunction | Model objects, which uses external user function to calculate model values |
TGo4FitModelGauss1 | One dimensional gaussian peak |
TGo4FitModelGauss2 | Two dimensional gaussian peak |
TGo4FitModelGaussN | N-dimensional gaussian peak |
TGo4FitModelPolynom | Model objects, which reproduce component of polynomial function |
TGo4FitNamed | Extension of ROOT TNamed class |
TGo4FitPanelSlots | |
TGo4FitPanelStatus | |
TGo4FitParameter | Model and data objects parameter |
TGo4FitParsList | List of TGo4FitParameter objects |
TGo4FitPeakFinder | Output action To add some output to actions, TGo4FitterOutput action class should be used |
TGo4FitSlot | Object for managing pointers on specific objects |
TGo4FitSlotList | |
TGo4FitSlotStatus | |
TGo4Fitter | Central class of Go4Fit package |
TGo4FitterAbstract | Abstract fitter class |
TGo4FitterAction | Basic class for objects, which performs actions on fitter |
TGo4FitterConfig | Fitter configuration action By default all fitter parameters are used in optimization as independent from each other |
TGo4FitterEnvelope | This class is a container for one fitter to be send between gui and analysis and back |
TGo4FitterOutput | Output action To add some output to actions, TGo4FitterOutput action class should be used |
TGo4GraphicEntry | Structure for bookkeeping of graphic primitive |
TGo4GSIEventHeader | Standard GSI event/subevent header structure |
TGo4GUIRegistry | A static Singleton which acts as a registry for all GUIs in the Go4 Project |
TGo4HelpWindow | |
TGo4HisConnectorRunnable | Runnable that waits for client connection request and starts new HisCliRunnable |
TGo4HistogramEntry | Entry for the dynamic list, specialized for histogram like objects |
TGo4HistogramEntryStatus | Status object which contains the names of the object and the corresponding indices/conditions in the dynamic list entry |
TGo4HistogramInfoSlots | |
TGo4HistogramInfoStatus | |
TGo4HistogramServer | Handles a histogram server (mbs histogram protocol) for the histograms registered in the analysis |
TGo4HistogramStatus | Runtime status of a histogram object |
TGo4InterruptHandler | |
TGo4Label | Text label that knows its author |
TGo4LabelConnector | Conncetion line for labels that knows its author |
TGo4LabelPainter | Base class for painters providing a textlabel for additional information |
TGo4LateXEntry | Structure for bookkeeping of latex labels |
TGo4LoadedLibrariesSlots | |
TGo4LocalCommandRunnable | Runnable which executes all local commands on the server side to prevent gui from blocking |
TGo4LockGuard | |
TGo4Log | This class handles all logging messages inside Go4 |
TGo4LoggingRunnable | Runnable performing control watcher functions of example client task: status of application is send to status queue @stereotype thread |
TGo4LogicException | |
TGo4LogInfoObject | |
TGo4LogInfoSlots | |
TGo4LogInfoStatus | |
TGo4MainRunnable | Runnable performing the main action of example client task: getting commands out of command queue, sending objects into data queue @stereotype thread |
TGo4MainTree | Singleton containing and managing the main tree of the go4 analysis |
TGo4MainWindow | This is the Go4 Main Window |
TGo4Marker | Extended graphical marker class for go4 condition editor and viewpanel |
TGo4MarkerPainter | |
TGo4MarkerSetup | |
TGo4Master | |
TGo4MbsEvent | Wrapper for the standard gsi event structure as deliverd from mbs |
TGo4MbsEventServer | Implements the gsi mbs event server into the go4 classes |
TGo4MbsEventServerParameter | |
TGo4MbsFile | Implements the gsi mbs stream server into the go4 classes |
TGo4MbsFileParameter | |
TGo4MbsHist | Object container for the mbs histogram buffer structure |
TGo4MbsRandom | Implements a random generator as source for mbs events |
TGo4MbsRandomParameter | |
TGo4MbsSource | |
TGo4MbsSourcePrintPar | Data structure to keep parameters for f_evt_type (SetPrintEvent) |
TGo4MbsStream | Implements the gsi mbs stream server into the go4 classes |
TGo4MbsStreamParameter | |
TGo4MbsSubEvent | Subevent class for gsi mbs data |
TGo4MbsTransport | Implements the gsi mbs stream server into the go4 classes |
TGo4MbsTransportParameter | |
TGo4MemberStatus | |
MetalStyle | |
TGo4MonitoredListSlots | |
TGo4MonitoredListStatus | |
TGo4MonitoredObject | |
NorwegianWoodStyle | |
TGo4ObjClient | Client for the go4 object server delivering root objects |
TGo4ObjConnectorRunnable | Runnable that serves an object request for object client @stereotype thread |
TGo4ObjConnectorTimer | Timer aggregated to the histogram server which is responsible to establish connections of the go4 object clients |
TGo4ObjectQueue | Class containing a pointer queue for objects |
TGo4ObjectStatus | One entry of the object names folder |
TGo4ObjEnvelope | |
TGo4PadOptions | |
TGo4Pair | |
TGo4ParaEditSlots | |
TGo4ParaEditStatus | |
TGo4Parameter | Base class for all parameter aggregations, e.g |
TGo4ParameterStatus | Status object for an analysis parameter |
TGo4Picture | |
TGo4PictureStatus | Status object for picture object |
TGo4PolyCond | |
TGo4PolyCondPainter | |
TGo4PolyCondView | |
TGo4PreviewPanelSlots | |
TGo4PreviewPanelStatus | |
TGo4ProfileTimer | |
TGo4ProfileTimer::TGo4ElapsedTime | |
TGo4QBranchItem | |
TGo4QCanvasItem | |
QComandsHistory | |
TGo4QConItem | |
TGo4QDirItem | |
TGo4QDockWindow | |
TGo4QDragDrop | |
TGo4QDynEntryItem | |
TGo4QFileItem | |
QFitItem | |
TGo4QFitterItem | |
TGo4QFolderItem | |
TGo4QGraphItem | |
TGo4QItem | |
TGo4QLeafItem | |
TGo4QLineEdit | |
TGo4QMultiGraphItem | |
TGo4QParaItem | |
TGo4QPicItem | |
TGo4QPolyArrayItem | |
TGo4QPolyItem | |
TGo4QProfileItem | |
QRootApplication | |
TGo4QRootCanvas | |
TGo4QSettings | Extends the usual QSettings by a global setup for the location of the settings file |
QTFrame | Main Qt&Root Application Frame Window: Simple example using QMainWindow together with an TQRootCanvas |
TGo4QTH1Item | |
TGo4QTH2Item | |
TGo4QTH3Item | |
TGo4QTHItem | |
TGo4QTHStackItem | |
TGo4QTreeItem | |
TGo4Queue | Base class for all threadsafe pointer queues |
TGo4QWinArrayItem | |
TGo4QWinConItem | |
TGo4Ratemeter | Class containing event counter and ratemeter services |
TGo4RecieverInfo | Keep information about the reciever of the object (Slot, canvas, pad) |
TGo4RegisteredSlotsList | Holds pointers for registerd slot object, status object and GUI |
TGo4RemoteBrowserSlots | |
TGo4RemoteBrowserStatus | This Object holds the Go4RemoteBrowser status, so that the last (The actual) status can be restored at any time when the GUI is re-opened |
TGo4RemoveException | Exception with default handler which removes TGo4Thread of given name from the threadhandlerlist of given TGo4Runnable (usually the exception throwing runnable) and deletes it; if no threadname is specified, the respective thread of the runnable is removed |
TGo4ReplaceException | Exception with the effect of removing old TGo4Thread from TGo4ThreadHandler and creating and starting new TGo4Thread with new runnable fxNewRunnable |
TGo4RestartException | Exception which cancels and recreates a thread associated with runnable, or associated with a given name |
TGo4RevServ | Implements the gsi root remote event server into the go4 classes |
TGo4RevServParameter | |
TGo4Runnable | Base class for all go4 runnables |
TGo4RuntimeException | |
s_bufhe | |
s_clnt_filter | |
s_clntbuf | |
s_comm_message | |
s_comm_portserv | |
s_compress | |
s_daqst | |
S_dsmObjName | |
s_errstat | |
s_evhe | |
s_evt_channel | |
s_filhe | |
s_filter | |
s_flt_descr | |
s_head | |
s_his_head | |
s_opc1 | |
s_pat1 | |
s_pat2 | |
s_pat3 | |
s_set_ml | |
s_set_mo | |
s_setup | |
s_spe | |
s_tag | |
s_taghe | |
s_tcpcomm | |
s_ve10_1 | |
s_ves10_1 | |
TGo4ScriptSlots | |
TGo4ScriptStatus | |
TGo4ServerTask | |
TGo4SimpleEvent | Simple Event structure containing a fixed size TClonesArray of subevents |
TGo4SimpleEventProcessor | |
TGo4SimpleSubEvent | -
Since:
-
07-feb-2001
|
TGo4Slave | Baseclass for all slave process entities |
TGo4SlotsBaseClass | |
TGo4Socket | |
TGo4SocketSignalHandler | |
srawAPIFile | |
srawArchList | |
srawCliActionComm | |
srawComm | |
srawDataMover | |
srawDataMoverAttr | |
srawFileSystem | |
srawObjAttr | |
srawPoolStatus | |
srawPoolStatusData | |
srawPoolStatusDMData | |
srawQueryResult | |
srawRequest | |
srawRetrList | |
srawStatus | |
srawTapeFileList | |
srawWorkSpace | |
TGo4StartClientSlots | Slots for the StartClient Widget |
TGo4StartClientStatus | |
TGo4StartException | Start thread associated with runnable |
TGo4Status | |
TGo4StatusRunnable | Runnable responsible for status object exchange between transport (socket) and buffer (queue) In receiver mode, status objects are received from transport and passed to the queue in non receiver mode, runnables waits for the queue and sends all status objects from the queue over the transport @stereotype thread |
TGo4StepFactory | |
TGo4SubEventHeader10 | Standard GSI subevent header implementation |
TGo4SubmittedCommandsEntry | |
TGo4Task | |
TGo4TaskConnectorTimer | Timer aggregated to the servertask which is responsible to open and handle the negotiation requests of the clients |
TGo4TaskHandler | This class is responsible for the interconnection of two tasks: provided are three communication channels (data, command, status), one thread runnable is acting on each transport channel (e.g |
TGo4TaskHandlerAbortException | |
TGo4TaskHandlerCommand | |
TGo4TaskHandlerCommandList | Class containing all command prototypes of the TaskHandler system commands (and the basic test commands); may be derived by application or user command list class which can add own commands into the list using AddCommand Method of TGo4CommandProtoList Base Class |
TGo4TaskHandlerException | |
TGo4TaskHandlerRunnable | This is the abstract interface for all runnables associated with the taskhandler class @stereotype interface |
TGo4TaskHandlerStatus | |
TGo4TaskManager | |
TGo4TaskOwner | Baseclass for all instances that can own a TGo4Task |
TGo4TaskStatus | |
TGo4TerminateException | Exception which terminates the threadmanager and the application |
TGo4TestRunnable | Example of a user defined runnable subclass |
TGo4TestThreadManager | Example of a user subclass of the threadmanager |
TGo4Thread | Class that encapsulates a root TThread which calls a user runnable Method (TGo4Runnable::Run()) in a loop |
TGo4ThreadException | Exception base class for all exceptions acting on a thread |
TGo4ThreadHandler | Thread Handler holds array of Go4Thread Objects; each Go4Thread handles one TThread and Mutex, Condition.. |
TGo4ThreadManager | Base class for classes that shall be accessed from a thread /runnable instance |
TMeshAnalysis | |
TMeshB12AnlProc | |
TMeshB12OutputEvent | |
TMeshB1AnlProc | |
TMeshB1InputEvent | |
TMeshB1OutputEvent | |
TMeshB2AnlProc | |
TMeshB2InputEvent | |
TMeshB2OutputEvent | |
TMeshB3AnlProc | |
TMeshB3InputEvent | |
TMeshB3OutputEvent | |
TMeshDummyEvent | The only purpose for this class is to trigger the method of the corresponding provider processor to get the correct event pointer from framework |
TMeshFinalEvent | |
TMeshFinalProc | |
TMeshParameter | This parameter may be used for a global setup of the mesh |
TMeshProviderProc | |
TMeshRawEvent | |
TMeshUnpackProc | |
TMinuitEx | |
TModelTemplate | |
TQApplication | TQApplication Root application interfaced with Qt |
TQCanvasImp | TQCanvasImp ABC describing Qt GUI independent main window (with menubar, scrollbars and a drawing area). ABC describing Qt GUI independent main window (with menubar, scrollbars and a drawing area) |
TQCanvasMenu | TQCanvasMenu interface to context sensitive menu |
TQRootCanvas | |
TQRootDialog | TQRootDialog |
TQRootFrame | Pseudo root mainframe to wrap root composite frames like TGedEditor |
TQRootGuiFactory | TQRootGuiFactory As TRootGuiFactory from the ROOT library, this class uses the services of the general ABC TGuiFactory in order to get Qt Native GUI components instead of the ROOT ones. Qt Factory GUI components |
TQRootWindow | |
TGo4TreeHistogramEntry | Dynamic list entry which links a histogram to a certain tree |
TGo4TreeHistogramEntryStatus | Status object for a tree histogram entry of the dynamic list |
TGo4TreeSource | Raw event source which reads entries from a root TTree |
TGo4TreeSourceParameter | |
TGo4TreeStore | Storage instance using the central main go4 tree which is accessible as singleton |
TGo4TreeStoreParameter | |
TGo4TreeStructure | Contains the branchelement structure of a certain TTree on the analysis side |
TGo4TreeViewerSlots | |
TGo4TreeViewerStatus | |
TXXXAnalysis | |
TXXXAnlEvent | |
TXXXAnlFact | |
TXXXAnlProc | |
TXXXCalibPar | |
TXXXControl | |
TXXXEvent | |
TXXXParam | |
TXXXParameter | |
TXXXProc | |
TXXXUnpackEvent | |
TXXXUnpackFact | |
TXXXUnpackProc | |
TYYYAnalysis | |
TYYYEventSource | |
TYYYParameter | |
TYYYRawEvent | Example for user defined raw event class |
TYYYUnpackEvent | |
TYYYUnpackFact | |
TYYYUnpackProc | |
TGo4UserException | Exception to be thrown by analysis user |
TGo4UserSourceParameter | |
TGo4UserStoreParameter | |
TGo4Version | |
TGo4WatchRunnable | Runnable performing control watcher functions of example client task: status of application is send to status queue @stereotype thread |
TGo4WinCond | |
TGo4WinCondPainter | |
TGo4WinCondView | |
TGo4WindowEditSlots | |
TGo4WindowEditStatus | |
TGo4WorkSpace | |