![]() |
AliPhysics
54fd37e (54fd37e)
|
#include "AvailableSoftware.C"
#include "ChainBuilder.C"
#include "ParUtilities.C"
#include "OutputUtilities.C"
#include "Option.C"
#include "Railway.C"
#include "LocalRailway.C"
#include "ProofRailway.C"
#include "LiteRailway.C"
#include "VAFRailway.C"
#include "AAFRailway.C"
#include "PluginRailway.C"
#include "AAFPluginRailway.C"
#include "GridRailway.C"
#include "TrainSetup.C"
#include <TGApplication.h>
#include <TRint.h>
#include <TROOT.h>
#include <TList.h>
#include <TObjString.h>
#include <TString.h>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Classes | |
struct | Deferred |
Functions | |
void | AppendPath (const char *dir) |
void | PrintFakeOption (std::ostream &o, const char *opt, const char *desc) |
void | ProgramUsage (const char *progname, std::ostream &o) |
void | Usage (const char *progname, std::ostream &o) |
void | Version (std::ostream &o) |
int | main (int argc, char **argv) |
void AppendPath | ( | const char * | dir | ) |
Append directory to header and script search path
dir | Directory |
Definition at line 90 of file trainMain.cxx.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 153 of file trainMain.cxx.
void PrintFakeOption | ( | std::ostream & | o, |
const char * | opt, | ||
const char * | desc | ||
) |
Print a fake option description. Used for options specific to this program.
Definition at line 105 of file trainMain.cxx.
Referenced by ProgramUsage(), and Usage().
void ProgramUsage | ( | const char * | progname, |
std::ostream & | o | ||
) |
Definition at line 111 of file trainMain.cxx.
void Usage | ( | const char * | progname, |
std::ostream & | o | ||
) |
Print usage information
progname | Program name |
o | Output stream |
Definition at line 131 of file trainMain.cxx.
Referenced by main().
void Version | ( | std::ostream & | o | ) |
Print version number
o | Output stream |
Definition at line 147 of file trainMain.cxx.
Referenced by main().