|
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 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... | |
| vector< string > GetAllInputFiles | ( | void | ) |
Definition at line 112 of file gSplineAdd.cxx.
References genie::utils::system::GetAllFilesInPath(), gInpDirs, and gInpFiles.
| void GetCommandLineArgs | ( | int | argc, |
| char ** | argv | ||
| ) |
| 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 | ) |
| vector<string> gAllFiles |
| vector<string> gInpDirs |
list of input dirs (to look for XML files)
Definition at line 83 of file gSplineAdd.cxx.
Referenced by GetAllInputFiles().
| vector<string> gInpFiles |
list of input XML files
Definition at line 82 of file gSplineAdd.cxx.
Referenced by GetAllInputFiles().
| string gOutFile |
1.8.5