11 |
#include <TSystem.h> |
#include <TSystem.h> |
12 |
#include <iostream> |
#include <iostream> |
13 |
#include <sstream> |
#include <sstream> |
14 |
|
#include <cstdlib> |
15 |
#include <sys/types.h> |
#include <sys/types.h> |
16 |
#include <unistd.h> |
#include <unistd.h> |
17 |
#include <stdio.h> |
#include <stdio.h> |
18 |
|
#include <sys/stat.h> |
19 |
|
#include <cstdlib> |
20 |
// |
// |
21 |
extern void FCaloQLOOK(TString, int, int, TString, TString, Bool_t, Bool_t); |
extern void FCaloQLOOK(TString, int, int, TString, TString, Bool_t, Bool_t); |
22 |
extern void info(); |
extern void info(); |
142 |
dup2(nul,1); |
dup2(nul,1); |
143 |
dup2(nul,2); |
dup2(nul,2); |
144 |
}; |
}; |
145 |
printf("\n Welcome to FCaloQLOOK! v1r21 \n"); |
printf("\n Welcome to FCaloQLOOK! v1r23 \n"); |
146 |
// |
// |
147 |
FCaloQLOOK(name,fromev,toev,outdir,format,iactive,w4i); |
FCaloQLOOK(name,fromev,toev,outdir,format,iactive,w4i); |
148 |
// |
// |