LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "art/Framework/Art/artapp.h"
#include "art/Framework/Art/BasicOutputOptionsHandler.h"
#include "art/Framework/Art/BasicSourceOptionsHandler.h"
#include "art/Framework/Art/DebugOptionsHandler.h"
#include "art/Framework/Art/ProcessingOptionsHandler.h"
#include "art/Framework/Art/FileCatalogOptionsHandler.h"
#include "art/Framework/Art/OptionsHandlers.h"
#include "art/Framework/Art/run_art.h"
#include "cetlib/filepath_maker.h"
#include "boost/filesystem.hpp"
#include "boost/program_options.hpp"
#include <iostream>
#include <memory>
#include <string>
Go to the source code of this file.
Macros | |
#define | ART_RETHROW_DEFAULT 0 |
Functions | |
int | artapp (int argc, char *argv[]) |
int | artapp_string_config (std::string const &config_string) |
int artapp | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 23 of file artapp.cc.
References ART_RETHROW_DEFAULT, and art::run_art().
Referenced by art_ut(), and main().
int artapp_string_config | ( | std::string const & | config_string | ) |
Definition at line 54 of file artapp.cc.
References art::run_art_string_config().