#include <cassert>
#include <sstream>
#include <string>
#include <vector>
#include <TSystem.h>
#include "Framework/EventGen/XSecAlgorithmI.h"
#include "Framework/Conventions/XmlParserStatus.h"
#include "Framework/Messenger/Messenger.h"
#include "Framework/Utils/RunOpt.h"
#include "Framework/Utils/AppInit.h"
#include "Framework/Utils/XSecSplineList.h"
#include "Framework/Utils/StringUtils.h"
#include "Framework/Utils/SystemUtils.h"
#include "Framework/Utils/CmdLnArgParser.h"
Go to the source code of this file.
Functions | |
vector< string > | GetAllInputFiles (void) |
void | GetCommandLineArgs (int argc, char **argv) |
void | PrintSyntax (void) |
int | main (int argc, char **argv) |
Variables | |
string | gOutFile |
output XML file More... | |
vector< string > | gInpFiles |
list of input XML files More... | |
vector< string > | gInpDirs |
list of input dirs (to look for XML files) More... | |
vector< string > | gAllFiles |
list of all input files More... | |
Definition at line 112 of file gSplineAdd.cxx.
void GetCommandLineArgs | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 143 of file gSplineAdd.cxx.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 87 of file gSplineAdd.cxx.
void PrintSyntax | ( | void | ) |
Definition at line 195 of file gSplineAdd.cxx.
list of all input files
Definition at line 84 of file gSplineAdd.cxx.
list of input dirs (to look for XML files)
Definition at line 83 of file gSplineAdd.cxx.
list of input XML files
Definition at line 82 of file gSplineAdd.cxx.
string gOutFile |
output XML file
Definition at line 81 of file gSplineAdd.cxx.