#include "dunecalib/Calib/LinCalibProtoDUNE.h"
#include "nuevdb/IFDatabase/Table.h"
#include <getopt.h>
#include <iostream>
Go to the source code of this file.
Functions | |
void | PrintUsage () |
bool | ParseCLArgs (int argc, char *argv[]) |
int | main (int argc, char **argv) |
Variables | |
int | gRun = -1 |
std::string | gDataType = "data" |
std::string | gCSVFile = "" |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 78 of file getLinConstsProtoDUNE.cc.
bool ParseCLArgs | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 20 of file getLinConstsProtoDUNE.cc.
void PrintUsage | ( | ) |
Definition at line 13 of file getLinConstsProtoDUNE.cc.
std::string gCSVFile = "" |
Definition at line 9 of file getLinConstsProtoDUNE.cc.
std::string gDataType = "data" |
Definition at line 8 of file getLinConstsProtoDUNE.cc.
int gRun = -1 |
Definition at line 7 of file getLinConstsProtoDUNE.cc.