#include <iostream>
#include <fstream>
#include <string>
#include "TSystem.h"
#include "TRegexp.h"
#include "TList.h"
#include "TSystemDirectory.h"
#include "TNamed.h"
#include "TDirectory.h"
#include "TString.h"
#include "TSocket.h"
Go to the source code of this file.
|
void | CleanWatchers () |
|
void | GetListOfBadDirFromOption (TList *, std::string) |
|
void | GetListOfBadDirPatternFromOption (TList *, std::string) |
|
void | GetListOfBadFilePatternFromOption (TList *, std::string) |
|
bool | IsAGoodDir (TList *listBadDir, TList *listBadPattern, const char *) |
|
bool | IsAGoodFile (TList *listOfBadPattern, const char *) |
|
void | LoadPing (const char *filename, Option_t *opt="+") |
| Load list of server to ping from a file. More...
|
|
void | MakeRootAFPConfFile (const char *directory, const char *pat="*.adf", Option_t *opt="") |
| function to construct a RootAFP.conf file More...
|
|
void | Ping (UInt_t nbtimes=5, bool dodump=false) |
| function to check if a watcher connexion is possible with an actor More...
|
|
void | Ping (const char *machine, UInt_t port, UInt_t nbtimes=5, Option_t *opt="") |
|
void | SSHPing (UInt_t nbtimes=1, bool dodump=false) |
| function to check if a watcher connexion is possible with an actor More...
|
|