LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "art/Framework/Art/mu2eapp.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 1 |
Functions | |
int | mu2eapp (int argc, char *argv[]) |
int | mu2eapp_string_config (std::string const &config_string) |
#define ART_RETHROW_DEFAULT 1 |
Definition at line 21 of file mu2eapp.cc.
Referenced by mu2eapp().
int mu2eapp | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 23 of file mu2eapp.cc.
References ART_RETHROW_DEFAULT, and art::run_art().
Referenced by art_ut(), and main().
int mu2eapp_string_config | ( | std::string const & | config_string | ) |
Definition at line 54 of file mu2eapp.cc.
References art::run_art_string_config().