Parent Directory | Revision Log | Patch
revision 1.4 by mocchiut, Fri Aug 4 15:24:02 2006 UTC | revision 1.7 by mocchiut, Fri Jan 17 15:10:30 2014 UTC | |
---|---|---|
# | Line 11 | Line 11 |
11 | #include <TSystem.h> | #include <TSystem.h> |
12 | #include <iostream> | #include <iostream> |
13 | #include <sys/types.h> | #include <sys/types.h> |
14 | #include <cstdlib> | |
15 | #include <unistd.h> | #include <unistd.h> |
16 | #include <stdio.h> | #include <stdio.h> |
17 | #include <sys/stat.h> | |
18 | #include <cstdlib> | |
19 | // | // |
20 | extern void FCaloCHKCALIB(TString, Long64_t, TString, int, TString, Bool_t, Bool_t); | extern void FCaloCHKCALIB(TString, Long64_t, TString, int, TString, Bool_t, Bool_t); |
21 | extern void info(); | extern void info(); |
# | Line 38 void usage(){ | Line 41 void usage(){ |
41 | // | // |
42 | int main(int numinp, char *inps[]){ | int main(int numinp, char *inps[]){ |
43 | TString name; | TString name; |
44 | TString outdir = ""; | TString outdir = "./"; |
45 | TString format = "png"; | TString format = "png"; |
46 | int matra = 0; | int matra = 0; |
47 | Long64_t calibno = 0; | Long64_t calibno = 0; |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |