#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include "cetlib/filepath_maker.h"
#include "fhiclcpp/intermediate_table.h"
#include "fhiclcpp/make_ParameterSet.h"
#include "fhiclcpp/ParameterSet.h"
#include "ProtoDUNEFit.h"
#include "TFile.h"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 15 of file runProtoDUNEFit.cc.
21 for(
int iArg = 1; iArg < argc; iArg++){
22 if((!strcasecmp(
argv[iArg],
"-f")) || (!strcasecmp(
argv[iArg],
"-fhc"))) {
23 fhcfile =
argv[++iArg];
25 if((!strcasecmp(
argv[iArg],
"-o")) || (!strcasecmp(
argv[iArg],
"-output"))) {
26 Outputfile = TString(
argv[++iArg]);
28 if((!strcasecmp(
argv[iArg],
"-h")) || (!strcasecmp(
argv[iArg],
"-help"))) {
29 std::cout <<
"Usage: runProtoDUNEFit -f fclfile.fcl -o outputfile.root [-pions]" <<
std::endl;
32 if((!strcasecmp(
argv[iArg],
"-pions")) || (!strcasecmp(
argv[iArg],
"--pions"))) {
void BuildWorkspace(TString Outputfile, int analysis=-1)
QTextStream & endl(QTextStream &s)