|
GENIEGenerator
|
#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 | |
| vector< string > | gInpFiles |
| list of input XML files | |
| vector< string > | gInpDirs |
| list of input dirs (to look for XML files) | |
| vector< string > | gAllFiles |
| list of all input files | |
| vector< string > GetAllInputFiles | ( | void | ) |
Definition at line 112 of file gSplineAdd.cxx.
References genie::utils::system::GetAllFilesInPath(), gInpDirs, and gInpFiles.
Referenced by GetCommandLineArgs().
| void GetCommandLineArgs | ( | int | argc, |
| char ** | argv ) |
Definition at line 143 of file gSplineAdd.cxx.
References genie::CmdLnArgParser::ArgAsString(), gAllFiles, GetAllInputFiles(), gInpDirs, gInpFiles, gOutFile, genie::RunOpt::Instance(), LOG, genie::CmdLnArgParser::OptionExists(), pFATAL, pINFO, pNOTICE, PrintSyntax(), genie::RunOpt::ReadFromCommandLine(), and genie::utils::str::Split().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 87 of file gSplineAdd.cxx.
References gAllFiles, GetCommandLineArgs(), gOutFile, genie::RunOpt::Instance(), genie::XSecSplineList::Instance(), genie::kXmlOK, genie::XSecSplineList::LoadFromXml(), LOG, genie::utils::app_init::MesgThresholds(), pDEBUG, pNOTICE, and genie::XSecSplineList::SaveAsXml().
| void PrintSyntax | ( | void | ) |
Definition at line 195 of file gSplineAdd.cxx.
Referenced by GetCommandLineArgs().
| vector<string> gAllFiles |
list of all input files
Definition at line 84 of file gSplineAdd.cxx.
Referenced by GetCommandLineArgs(), and main().
| vector<string> gInpDirs |
list of input dirs (to look for XML files)
Definition at line 83 of file gSplineAdd.cxx.
Referenced by GetAllInputFiles(), and GetCommandLineArgs().
| vector<string> gInpFiles |
list of input XML files
Definition at line 82 of file gSplineAdd.cxx.
Referenced by GetAllInputFiles(), and GetCommandLineArgs().
| string gOutFile |
output XML file
Definition at line 81 of file gSplineAdd.cxx.
Referenced by Close(), GetCommandLineArgs(), and main().