Parent Directory | Revision Log | Patch
revision 1.4 by pam-fi, Thu Jun 29 11:11:59 2006 UTC | revision 1.11 by mocchiut, Fri Jan 17 15:10:43 2014 UTC | |
---|---|---|
# | Line 2 | Line 2 |
2 | * FTrkCalibQLook_BASIC.cc | * FTrkCalibQLook_BASIC.cc |
3 | * | * |
4 | * autor: D.Fedele | * autor: D.Fedele |
5 | * version v1r04 | * version v1r.. |
6 | * Parameters: | * Parameters: |
7 | * file - path of the root file to analyze (give at least this parameter) | * file - path of the root file to analyze (give at least this parameter) |
8 | * fromevent - first event to analyze | * fromevent - first event to analyze |
# | Line 12 | Line 12 |
12 | * | * |
13 | */ | */ |
14 | #include <TString.h> | #include <TString.h> |
15 | #include <TAxis.h> | |
16 | #include <TROOT.h> | |
17 | #include <fcntl.h> | #include <fcntl.h> |
18 | #include <unistd.h> | #include <unistd.h> |
19 | #include <cstdlib> | |
20 | #include <sys/stat.h> | |
21 | extern void FTrkCalibQLook_BASIC(TString file, Int_t fromevent, Int_t toevent, TString outdir, TString format); | extern void FTrkCalibQLook_BASIC(TString file, Int_t fromevent, Int_t toevent, TString outdir, TString format); |
22 | extern void info(); | extern void info(); |
23 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |