#include <cstdlib>#include "TROOT.h"#include "JobControl/JobCEnv.h"Go to the source code of this file.
Functions | |
| TROOT | gsTROOT ("TROOT","TROOT") |
| int | main (int argc, char **argv) |
|
||||||||||||
|
|
|
||||||||||||
|
COMMAND LINE CALIB CONSTANTS BEAM RUN KEY Cerenkov ADC cuts: ATTENUATION PARAMS FILE + TREE Definition at line 17 of file JobCmain.cxx. References JobCEnv::HaveInaccessibleFile(), JobCEnv::Instance(), and JobCEnv::RunRootApp(). 00018 {
00019 JobCEnv& e = JobCEnv::Instance(argc, argv);
00020 if (e.HaveInaccessibleFile()) return EXIT_FAILURE;
00021
00022 if (e.RunRootApp()) return EXIT_SUCCESS;
00023
00024 return EXIT_FAILURE;
00025 }
|
1.3.9.1