LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "art/Framework/Art/artapp.h"
#include "art/Framework/Art/BasicOptionsHandler.h"
#include "art/Framework/Art/BasicOutputOptionsHandler.h"
#include "art/Framework/Art/BasicPostProcessor.h"
#include "art/Framework/Art/BasicSourceOptionsHandler.h"
#include "art/Framework/Art/DebugOptionsHandler.h"
#include "art/Framework/Art/FileCatalogOptionsHandler.h"
#include "art/Framework/Art/OptionsHandlers.h"
#include "art/Framework/Art/ProcessingOptionsHandler.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 <string>
Go to the source code of this file.
Functions | |
int | artapp (int argc, char *argv[], bool report_unused) |
int artapp | ( | int | argc, |
char * | argv[], | ||
bool | report_unused | ||
) |
Definition at line 26 of file artapp.cc.
References art::run_art().
Referenced by art_ut(), and main().