ROOT 6.14/05 Reference Guide |
Files | |
file | alien.C [code] |
Example of use of the TAlien class (an implementation of TGrid) | |
file | authclient.C [code] |
This macro should be run together with authserv.C to test authentication between two remote ROOT sessions. | |
file | authserv.C [code] |
This macro should be run together with authclient.C to test authentication between two remote ROOT sessions. | |
file | fastMergeServer.C [code] |
This script shows how to make a simple iterative server that can receive TMemFile from multiple clients and merge them into a single file without block. | |
file | hclient.C [code] |
Client program which creates and fills a histogram. | |
file | hclientbonj.C [code] |
Client program which creates and fills a histogram. | |
file | hcons.C [code] |
Histogram consumer script. | |
file | hprod.C [code] |
Histogram producer script. | |
file | hserv.C [code] |
Server program which waits for two clients to connect. | |
file | hserv2.C [code] |
This script shows how to make a simple iterative server that can accept connections while handling currently open connections. | |
file | hserv2bonj.C [code] |
This script shows how to make a simple iterative server that can accept connections while handling currently open connections. | |
file | LDAPExample.C [code] |
file | parallelMergeClient.C [code] |
Client program which creates and fills 2 histograms and a TTree. | |
file | parallelMergeServer.C [code] |
This script shows how to make a simple iterative server that can accept connections while handling currently open connections. | |
file | parallelMergeTest.C [code] |
file | pclient.C [code] |
Client program to test parallel sockets. | |
file | pserv.C [code] |
Server program to test parallel sockets. | |
file | spy.C [code] |
Client program which allows the snooping of objects from a spyserv process. | |
file | spyserv.C [code] |
Server program which allows clients, "spies", to connect and snoop objects. | |
file | TestAuth.C [code] |
Macro test authentication methods stand alone. | |
file | testTUDPSocket.C [code] |
As test echo server use udpserver.c in the same directory. | |
file | treeClient.C [code] |
Client program which creates and fills 2 histograms and a TTree. | |
file | TUriTest.C [code] |
Rudimentary TUri test macro. | |
file | udpserver.c [code] |