|
ROOT 6.12/07 Reference Guide |
#include <stdio.h>#include <stdlib.h>#include "TMacro.h"#include "TString.h"#include "TSystem.h"#include "TUUID.h"#include "pq2actions.h"#include "pq2ping.h"Functions | |
| int | main (int argc, char **argv) |
| void | showFile (const char *fn, int show, int keep) |
| Display the content of file 'fn'. More... | |
Variables | |
| TString | ferr |
| TString | flog |
| TString | fres |
| static Int_t | gkeep = 0 |
| Int_t | gverbose = 0 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 43 of file pq2main.cxx.
| void showFile | ( | const char * | fn, |
| int | show, | ||
| int | keep | ||
| ) |
Display the content of file 'fn'.
Definition at line 356 of file pq2main.cxx.
| TString ferr |
Definition at line 38 of file pq2main.cxx.
| TString flog |
Definition at line 37 of file pq2main.cxx.
| TString fres |
Definition at line 39 of file pq2main.cxx.
|
static |
Definition at line 34 of file pq2main.cxx.
| Int_t gverbose = 0 |
Definition at line 40 of file pq2main.cxx.