Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by pam-fi, Wed May 10 09:47:44 2006 UTC | revision 1.3 by pam-fi, Thu Jun 8 17:03:11 2006 UTC | |
|---|---|---|
| # | Line 2 | Line 2 |
| 2 | * FTrkCalibQLook_BASIC.cc | * FTrkCalibQLook_BASIC.cc |
| 3 | * | * |
| 4 | * autor: D.Fedele | * autor: D.Fedele |
| 5 | * version 2.0 | * version 3.0 |
| 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 13 | Line 13 |
| 13 | */ | */ |
| 14 | #include <TString.h> | #include <TString.h> |
| 15 | #include <fcntl.h> | #include <fcntl.h> |
| 16 | #include <unistd.h> | |
| 17 | ||
| 18 | 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); |
| 19 | extern void info(); | extern void info(); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |