#include <fstream>
#include "TFolder.h"
#include "TList.h"
#include "TClassMenuItem.h"
#include "TClass.h"
#include "TVirtualPad.h"
#include "TSocket.h"
#include "PadManager.h"
Go to the source code of this file.
Functions | |
void | DisplayFolder (const char *include="* {TH*}", const char *exclude="- {TH2*}", const char *drawopt="clone !wheel", int searchdepth=kMaxInt, TObject *topfolder=0x0) |
added to the folder menu, it helps to draw many spectra in a pad. More... | |
void | DisplayFolderSUM (const char *include="* {TH1*}", const char *exclude="- {TH2*}", const char *drawopt="", int searchdepth=kMaxInt, TObject *topfolder=0x0) |
added to the folder menu, it helps to add many spectra and display it in a pad. More... | |
void | LoadPing (const char *filename, Option_t *opt="+") |
Load list of server to ping from a 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... | |
void | WatchersUtilities (const Char_t *="first") |
Default function. More... | |
void | ZeroOnFolder (const char *include="* {TH*}", const char *exclude="- {TH2*}", const char *drawopt="ICE", int searchdepth=kMaxInt, TObject *topfolder=0x0) |
Call Reset of Histograms. More... | |